|
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 All Classes | |||||||||
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 PropertyFormLayout
s 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.CategoryLayoutAssembly Assembles multiple CategoryLayout s into one. |
static class |
PropertyFormLayoutAssembly.ChoiceAssembly Assembles multiple part-of Choice s into one. |
static class |
PropertyFormLayoutAssembly.ChoiceGroupAssembly Assembles multiple ChoiceGroup s that are part of another into to one group. |
static class |
PropertyFormLayoutAssembly.ChoiceSelectorDispatcher An implementation of the choice selector interface that knows how to delagate to the actual choice selector classes that comprise this assembly. |
static class |
PropertyFormLayoutAssembly.DisplayGroupAssembly Assembles multiple DisplayGroup s 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 PropertyFormLayout
public AutoExpandPreferredSize getAutoExtendPreferredSize()
getAutoExtendPreferredSize
in class PropertyFormLayout
public java.util.List<Element> getChildren()
Element
|
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 All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |