Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.0.0)

E18581-01

oracle.adfdt.view.common.binding.standalone
Interface WidgetFactory.WidgetFilter

All Known Implementing Classes:
WidgetFactory.RestrictingWidgetFilter
Enclosing class:
WidgetFactory

public static interface WidgetFactory.WidgetFilter

Used to restrict what types of widgets may be returned based on their base creator info.


Method Summary
 boolean accept(CreatorInfo info)
          Determines whether or not to allow this Creator to be included in the list of returned Widgets.
 

Method Detail

accept

boolean accept(CreatorInfo info)
Determines whether or not to allow this Creator to be included in the list of returned Widgets.


Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.0.0)

E18581-01

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