|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.view.faces.bi.component.gantt.FilterManager
public class FilterManager
A FilterManager manages a list of Filter objects. Application developers would register their own custom Filters through the FilterManager.
| 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 |
|---|
public static final java.lang.String ALL_TASKS_FILTER
| Constructor Detail |
|---|
public FilterManager()
| Method Detail |
|---|
public void addFilter(Filter filter)
filter - A Filter object to be register.public java.util.List<Filter> getFilters()
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||