|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FormLayoutFactory
A FormLayoutFactory
implementation need only be provided when the PropertyFormLayout
is not declared in an extension manifest.
When an extension wants to control how the property form layout information is supplied to the IDE, it must implement the FormLayoutFactory
interface an add an instance of their implementation to the {link PropertyFormLayoutFactory}.
Method Summary | |
---|---|
PropertyFormLayout |
createPropertyFormLayout(oracle.bali.inspector.PropertyModel propertyModel) Create an instance of the PropertyFormLayout implementation associated with the specified property model class. |
Method Detail |
---|
PropertyFormLayout createPropertyFormLayout(oracle.bali.inspector.PropertyModel propertyModel)
PropertyFormLayout
implementation associated with the specified property model class.
The instance created is not cached.
propertyModel
- the property model instance associated with the property form layout requested.null
otherwise.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |