Overview
This class is used to create a multiple-exclusion scope for
a set of buttons. Creating a set of buttons with the
same ToggleGroup
object means that
turning "on" one of those buttons
turns off all other buttons in the group.
Inherited Attributes
Function Summary
- public clearSelection() : Void
-
Clears the selection such that none of the buttons in the
More: [+]ToggleGroup
are selected.Clears the selection such that none of the buttons in the
ToggleGroup
are selected. - public bound getButtons() : <any>[]
-
Returns all the buttons that are participating in this group.
More: [+]Returns all the buttons that are participating in this group.
-
Returns
- <any>[]
- public bound getSelection() : SelectableButton
-
Returns all the selected buttons within the group.
More: [+]Returns all the selected buttons within the group.
-
Returns
- SelectableButton