Module: explorer/widgets/controlgroups/EnumControlGroup

explorer/widgets/controlgroups/EnumControlGroup

A ControlGroup for the enum option of the PreferencesDialog.
Source:

Extends

Methods

getValue() → {String}

Gets the value of the EnumControlGroup dropdown.
Source:
Returns:
The enumeration selected.
Type
String

postCreate()

Called right before widget is added to the dom. See link for more information.
Source:
See:

setValue(selected)

Sets the value of the EnumControlGroup dropdown.
Parameters:
Name Type Description
selected String The option selected.
Source:

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.
Source: