Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.ide.inspector.layout
Interface FormLayoutFactory


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

createPropertyFormLayout

PropertyFormLayout createPropertyFormLayout(oracle.bali.inspector.PropertyModel propertyModel)
Create an instance of the PropertyFormLayout implementation associated with the specified property model class.

The instance created is not cached.

Parameters:
propertyModel - the property model instance associated with the property form layout requested.
Returns:
an instance of a property form layout implementation when available, null otherwise.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.