public abstract class DisplayGroup extends ExtensibleGroup
Display elements include one or more Property
s,
Row
s, CustomComponent
, and/or ChoiceGroup
.
Display groups are identified by a unique identifier. These identifier generally follow the java package naming convention. Display groups are extensible elements and as such, extensions can add display elements to an existing display group only when they provide a property model that extends the properties of the property model associated the existing display group.
Display elements added to an existing display group are always appended to the group.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DISPLAY_GROUP |
EXPANDED, HINT, TITLE
Constructor and Description |
---|
DisplayGroup() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
getBase, getExtensible, getHint, getTitle, isExpanded, isExtensible, mayHaveChildren
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChildren
getExtends, getPartOf
getID
public static final java.lang.String DISPLAY_GROUP