A ControlGroup for the enum option of the PreferencesDialog.
Extends
Methods
-
getValue() → {String}
-
Gets the value of the EnumControlGroup dropdown.
Returns:
The enumeration selected.- Type
- String
-
postCreate()
-
Called right before widget is added to the dom. See link for more information.
-
setValue(selected)
-
Sets the value of the EnumControlGroup dropdown.
Parameters:
Name Type Description selected
String The option selected. -
toggleSelection(options, selected)
-
Handles the user selection of an option in the dropdown.
Parameters:
Name Type Description options
HTMLOptionsCollection The options of the dropdown. selected
String The option selected.