public interface FormLayoutFactory
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}.
| Modifier and Type | Method and Description |
|---|---|
PropertyFormLayout |
createPropertyFormLayout(oracle.bali.inspector.PropertyModel propertyModel)
Create an instance of the
PropertyFormLayout implementation associated with the specified property model class. |
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.