new SearchContainer()
- Source:
Extends
- enyo.Panels
Members
-
published :Object
-
Published fields
Type:
- Object
- Source:
- To Do:
-
- What is the type for each of these properties?
Properties:
Name Type Description callbackFunction to call when selection is made that passes back the selected model. conditionsFilter parameters that are not editable by the user. defaultParameterItemValuesFilter parameters applied to the parameter widget and that are editable by the user.
Methods
-
close()
-
- Source:
- To Do:
-
- Document the close method.
-
defaultParameterItemValuesChanged()
-
- Source:
- To Do:
-
- Document the defaultParameterItemValuesChanged method.
-
fetch()
-
- Source:
- To Do:
-
- Document the fetch method.
-
itemTap()
-
- Source:
- See:
-
requery()
-
- Source:
- To Do:
-
- Document the requery method.
-
setList(Options)
-
Parameters:
Name Type Argument Description OptionsObject options.listString <optional>
Class name options.callbackfunction <optional>
Function to call when selection is made. Passes back the selected model options.conditionsArray <optional>
Array of filter criteria not editable by the user options.parameterItemValuesArray <optional>
Array of default values - Source:
- See:
-
- {XM.ParameterWidget}