public static final class PropertyFormLayoutAssembly.DisplayGroupAssembly extends DisplayGroup
DisplayGroups that part-of another 
 group into one group . The display groups assembled must be 
 associated with the property models of a 
 single object loaded in the property inspector.DISPLAY_GROUPEXPANDED, HINT, TITLE| Modifier and Type | Method and Description | 
|---|---|
ExtensibleGroup | 
getBase()
Assemblies cannot be extended, therefore, this method always returns 
 null. 
 | 
java.util.List<Element> | 
getChildren()
Assembles multiple  
DisplayGroups that part-of another 
 group into one group . | 
java.lang.String | 
getExtends()
Assemblies cannot be extended, therefore, this method always returns 
 null. 
 | 
java.lang.String | 
getHint()
Gets the hint of the first element of the assembly. 
 | 
java.lang.String | 
getID()
Assemblies do not have a unique ID. 
 | 
java.lang.String | 
getPartOf()
Assemblies cannot be part-of other elements, therefore, this method 
 always returns null. 
 | 
java.lang.String | 
getTitle()
Gets the title of the first element of the assembly. 
 | 
boolean | 
isExpanded()
Gets the expanded value of the first element of the assembly. 
 | 
toStringgetExtensible, isExtensible, mayHaveChildrenpublic java.lang.String getID()
public java.lang.String getExtends()
public java.lang.String getPartOf()
public ExtensibleGroup getBase()
getBase in interface ExtensiblegetBase in class ExtensibleGrouppublic java.lang.String getTitle()
getTitle in class ExtensibleGrouppublic java.lang.String getHint()
getHint in class ExtensibleGrouppublic boolean isExpanded()
isExpanded in class ExtensibleGrouppublic java.util.List<Element> getChildren()
DisplayGroups that part-of another 
 group into one group . The display groups assembled must be 
 associated with the property models of a single object loaded in 
 the property inspector.