Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


oracle.adf.view.faces.bi.component.gantt
Class FilterManager

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.gantt.FilterManager

All Implemented Interfaces:
java.io.Serializable

public class FilterManager
extends java.lang.Object
implements java.io.Serializable

A FilterManager manages a list of Filter objects. Application developers would register their own custom Filters through the FilterManager.

See Also:
Serialized Form

Field Summary
static java.lang.String ALL_TASKS_FILTER
          The id of the pre-defined 'All' data filter.

 

Constructor Summary
FilterManager()
          Constructs an instance of FilterManager.

 

Method Summary
 void addFilter(Filter filter)
          Registers a new Filter.
 java.util.List<Filter> getFilters()
          Retrieves a list of registered Filters.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

ALL_TASKS_FILTER

public static final java.lang.String ALL_TASKS_FILTER
The id of the pre-defined 'All' data filter.
See Also:
Constant Field Values

Constructor Detail

FilterManager

public FilterManager()
Constructs an instance of FilterManager.

Method Detail

addFilter

public void addFilter(Filter filter)
Registers a new Filter. If a Filter with the same id is already registered, the Filter would be ignored.
Parameters:
filter - A Filter object to be register.

getFilters

public java.util.List<Filter> getFilters()
Retrieves a list of registered Filters.
Returns:
a list of registered Filters.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


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