A ControlGroup template for features of the PreferencesDialog.
Extends
- dijit/_WidgetBase
- dijit/_TemplatedMixin
Methods
-
<virtual> getValue()
-
Gets the value of the ControlGroup. This method must be overridden.
-
setLabel(name)
-
Sets the label of the ControlGroup.
Parameters:
Name Type Description name
String The name to set. -
<virtual> setValue(value)
-
Sets the value of the ControlGroup. This method must be overridden.
Parameters:
Name Type Description value
String The value to set.