Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.0)

E12063-08

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)
          Register 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)
Register 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:

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.0)

E12063-08

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