Class ecm.widget.search.SearchPropertyOptions


Extends dijit._WidgetBase.
Provides a widget that contains property search criteria in a drop-down dialog box. The dialog box can be defined to return results that match all conditions or any condition.
Defined in: <ecm\widget\search\SearchPropertyOptions.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
label 
Label of the widget.

Method Summary

Method Attributes Method Name and Description
 
Gets all selected options.
 
Initializes the widget.
 
Restores all options.
 
Saves all options.
 
Sets all selected options.

Constructor Detail

ecm.widget.search.SearchPropertyOptions()

Field Detail

label

Label of the widget.

Method Detail

getSelectedOptions()

Gets all selected options.
Returns:
An object that contains options as parameters.

initialize()

Initializes the widget.

restoreOptions()

Restores all options.

saveOptions()

Saves all options.

setSelectedOptions(options)

Sets all selected options.
Parameters:
options
An object that contains options as parameters.