| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.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 | |
|---|---|
|  boolean | equals(java.lang.Object object) | 
|  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. | 
|  int | hashCode() | 
| Methods inherited from class oracle.ide.inspector.layout.PropertyFormLayout | 
|---|
| getExtensible, isExtensible, mayHaveChildren, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, 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
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||