|
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.PropertyFormLayout
oracle.ide.inspector.layout.PropertyFormLayoutAssembly
public final class PropertyFormLayoutAssembly
Assembles multiple PropertyFormLayouts into one. The property form layouts assembled must be associated with the property models of a single object loaded in the property inspector.
| Nested Class Summary | |
|---|---|
static class |
PropertyFormLayoutAssembly.CategoryLayoutAssemblyAssembles multiple CategoryLayouts into one. |
static class |
PropertyFormLayoutAssembly.ChoiceAssemblyAssembles multiple part-of Choices into one. |
static class |
PropertyFormLayoutAssembly.ChoiceGroupAssemblyAssembles multiple ChoiceGroups that are part of another into to one group. |
static class |
PropertyFormLayoutAssembly.ChoiceSelectorDispatcherAn implementation of the choice selector interface that knows how to delagate to the actual choice selector classes that comprise this assembly. |
static class |
PropertyFormLayoutAssembly.DisplayGroupAssemblyAssembles multiple DisplayGroups that part-of another group into one group . |
| Field Summary |
|---|
| Fields inherited from class oracle.ide.inspector.layout.PropertyFormLayout |
|---|
AUTO_EXTEND_PREFERRED_SIZE, PROPERTY_FORM_LAYOUT, PROPERTY_MODEL_CLASS |
| Fields inherited from interface oracle.ide.inspector.layout.Element |
|---|
EXTENDS, ID, PART_OF |
| Constructor Summary | |
|---|---|
PropertyFormLayoutAssembly(java.util.List<Element> propertyFormLayouts) |
|
| Method Summary | |
|---|---|
AutoExpandPreferredSize |
getAutoExtendPreferredSize() |
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. |
MetaClass |
getPropertyModelClass()Gets the property model class. |
| Methods inherited from class oracle.ide.inspector.layout.PropertyFormLayout |
|---|
getExtensible, isExtensible, mayHaveChildren, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyFormLayoutAssembly(java.util.List<Element> propertyFormLayouts)
| Method Detail |
|---|
public MetaClass getPropertyModelClass()
getPropertyModelClass in class PropertyFormLayoutpublic AutoExpandPreferredSize getAutoExtendPreferredSize()
getAutoExtendPreferredSize in class PropertyFormLayoutpublic java.util.List<Element> getChildren()
Element
|
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 | |||||||||