Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
12c Release 1 (12.1.2.0.0)
E23189-01
- java.lang.Object
-
- 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
Fields
| Modifier and Type |
Field and Description |
static java.lang.String |
ALL_TASKS_FILTER
The id of the pre-defined 'All' data filter.
|
-
Constructor Summary
Constructors
| Constructor and Description |
FilterManager()
Constructs an instance of FilterManager.
|
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
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
-
-
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.
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
12c Release 1 (12.1.2.0.0)
E23189-01
Copyright © 1997, 2013, Oracle. All rights reserved.