|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| 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.ExtensibleGroup
oracle.ide.inspector.layout.Choice
oracle.ide.inspector.layout.PropertyFormLayoutAssembly.ChoiceAssembly
public static final class PropertyFormLayoutAssembly.ChoiceAssembly
Assembles multiple part-of Choices into one. The choices assembled must be associated with the property models of a single object loaded in the property inspector.
| Field Summary |
|---|
| Fields inherited from class oracle.ide.inspector.layout.Choice |
|---|
CHOICE |
| Fields inherited from class oracle.ide.inspector.layout.ExtensibleGroup |
|---|
EXPANDED, HINT, TITLE |
| Fields inherited from interface oracle.ide.inspector.layout.Element |
|---|
EXTENDS, ID, PART_OF |
| Method Summary | |
|---|---|
ExtensibleGroup |
getBase()Assemblies cannot be extended, therefore, this method always returns null. |
java.util.List<Element> |
getChildren()Assembles multiple part-of Choices into one. |
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. |
| Methods inherited from class oracle.ide.inspector.layout.Choice |
|---|
toString |
| Methods inherited from class oracle.ide.inspector.layout.ExtensibleGroup |
|---|
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 getID()
public java.lang.String getExtends()
public ExtensibleGroup getBase()
getBase in interface ExtensiblegetBase in class ExtensibleGrouppublic java.lang.String getPartOf()
public 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()
Choices into one. The choices assembled must be associated with the property models of a single object loaded in the property inspector.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||