public static final class PropertyFormLayoutAssembly.CategoryLayoutAssembly extends CategoryLayout
CategoryLayouts into one. The category layouts assembled must be associated with the property models of a single object loaded in the property inspector.
Since this is an assembly of multiple objects, all methods with the exception of the getChildren() method return null.
CATEGORY_LAYOUT, EXPANDED, SELECTED| Modifier and Type | Method and Description |
|---|---|
Extensible |
getBase()
Assemblies cannot be extended, therefore, this method always returns null.
|
java.util.List<Element> |
getChildren()
If this element contains other elements as children, this method returns the list of children, otherwise, it returns an empty list.
|
java.lang.String |
getExtends()
Assemblies cannot be extended, therefore, this method always returns null.
|
java.lang.String |
getHint()
Get a short helpful hint for user display.
|
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()
Get the title for user display.
|
java.lang.Boolean |
isExpanded()
Get whether the category should be selected by default.
|
java.lang.Boolean |
isSelected()
Get whether the category should be selected by default.
|
toStringgetExtensible, isExtensible, mayHaveChildrenpublic java.lang.String getTitle()
CategoryLayoutgetTitle in class CategoryLayoutpublic java.lang.String getHint()
CategoryLayoutgetHint in class CategoryLayoutpublic java.lang.Boolean isSelected()
CategoryLayoutisSelected in class CategoryLayoutpublic java.lang.Boolean isExpanded()
CategoryLayoutisExpanded in class CategoryLayoutpublic java.util.List<Element> getChildren()
Elementpublic java.lang.String getExtends()
public Extensible getBase()
public java.lang.String getPartOf()
public java.lang.String getID()