Module: explorer/widgets/controlgroups/ControlGroup

explorer/widgets/controlgroups/ControlGroup

A ControlGroup template for features of the PreferencesDialog.
Source:
See:

Extends

  • dijit/_WidgetBase
  • dijit/_TemplatedMixin

Methods

<virtual> getValue()

Gets the value of the ControlGroup. This method must be overridden.
Source:

setLabel(name)

Sets the label of the ControlGroup.
Parameters:
Name Type Description
name String The name to set.
Source:

<virtual> setValue(value)

Sets the value of the ControlGroup. This method must be overridden.
Parameters:
Name Type Description
value String The value to set.
Source: