| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.inspector.LayoutInspectable
public abstract class LayoutInspectable
The LayoutInspectable class must be extended by 
 Inspectable implementations that define property form 
 layout information in an extension manifest. This class implements 
 the PropertyFormLayout interface and is responsible
 for getting the property form layout information associated with the 
 property model encapsulated by this inspectable.
 
Property form layout information controls how specific properties are visually laid out in the property inspector form view.
| Constructor Summary | |
|---|---|
LayoutInspectable()
 | 
|
| Method Summary | |
|---|---|
 PropertyFormLayout | 
getPropertyFormLayout()
Get the PropertyFormLayout that controls how properties are 
 visually laid out in the inspector form view. | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface oracle.ide.inspector.Inspectable | 
|---|
getAdditionalTabPages, getCustomizer, getPropertyModel, getTarget, setContext | 
| Constructor Detail | 
|---|
public LayoutInspectable()
| Method Detail | 
|---|
public PropertyFormLayout getPropertyFormLayout()
PropertyFormLayout that controls how properties are 
 visually laid out in the inspector form view. This implementation returns 
 property form layouts defined in an extension manifest.
 
 In general, Inspectables that extend this class do not need 
 to override this method, unless they want to control how the property
 form layout is created, or their property form layout information is not 
 declated in an extension manifest.
getPropertyFormLayout in interface PropertyLayoutProvider
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||