Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.ide.inspector
Interface LayoutOnlyInspectable


public interface LayoutOnlyInspectable

Inspectable that indicates whether properties in a PropertyModel that are not present in a layout should be rendered or not in the "Other" category. When implementing this interface, you should implement Inspectable as well.


Method Summary
 boolean includePropertiesNotSpecifiedInLayout()
          Indicates whether properties in a PropertyModel that are not present in a layout should be rendered or not in the "Other" category.

 

Method Detail

includePropertiesNotSpecifiedInLayout

boolean includePropertiesNotSpecifiedInLayout()
Indicates whether properties in a PropertyModel that are not present in a layout should be rendered or not in the "Other" category.
Returns:
true if the properties not present in a layout should be included in the "Other" category; false otherwise.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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