|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.ide.inspector.layout.ExtensibleElement
oracle.ide.inspector.layout.CategoryLayout
oracle.ide.inspector.layout.PropertyFormLayoutAssembly.CategoryLayoutAssembly
public static final class PropertyFormLayoutAssembly.CategoryLayoutAssembly
Assembles multiple 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.
| Field Summary |
|---|
| Fields inherited from class oracle.ide.inspector.layout.CategoryLayout |
|---|
CATEGORY_LAYOUT, EXPANDED, SELECTED |
| Fields inherited from interface oracle.ide.inspector.layout.Element |
|---|
EXTENDS, ID, PART_OF |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class oracle.ide.inspector.layout.CategoryLayout |
|---|
toString |
| Methods inherited from class oracle.ide.inspector.layout.ExtensibleElement |
|---|
getExtensible, isExtensible, mayHaveChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public 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()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||