public abstract class ChoiceGroup extends ExtensibleGroup
Elements comprising a DisplayGroup.
A ChoiceGroup element is used to represent multiple
mutually exclusive parts of the UI.
A choice group consists of of mutiple Choices. The choice to
display is controlled by a ChoiceSelector.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CHOICE_GROUP |
static java.lang.String |
CHOICE_SELECTOR_CLASS |
EXPANDED, HINT, TITLE| Constructor and Description |
|---|
ChoiceGroup() |
| Modifier and Type | Method and Description |
|---|---|
ChoiceSelector |
getChoiceSelector()
Create an instance of the
ChoiceSelector class. |
abstract MetaClass |
getChoiceSelectorClass()
Get the class controlling the choice to display.
|
java.lang.String |
toString() |
getBase, getExtensible, getHint, getTitle, isExpanded, isExtensible, mayHaveChildrenclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChildrengetExtends, getPartOfgetIDpublic static final java.lang.String CHOICE_GROUP
public static final java.lang.String CHOICE_SELECTOR_CLASS
public abstract MetaClass getChoiceSelectorClass()
ChoiceSelector.ChoiceSelector.public ChoiceSelector getChoiceSelector()
ChoiceSelector class.ChoiceSelector.public java.lang.String toString()
toString in class java.lang.Object