|
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.Filter
public class Filter
A Filter represents a data filter in the filter combo box in the Gantt toolbar. An application would register a data filter with the FilterManager. A FilterEvent would be fired when a data filter is selected in the filter combo box.
| Constructor Summary | |
|---|---|
Filter(java.lang.String id,
java.lang.String label,
java.lang.String callback)
Constructs an instance of the Filter. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCallback()
Retrieves the javascript callback function when the filter is selected. |
java.lang.String |
getId()
Retrieves the id for this filter |
java.lang.String |
getLabel()
Retrieves the display label for this filter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Filter(java.lang.String id,
java.lang.String label,
java.lang.String callback)
id - The id of the data filter.label - The label to display for this filter in the filter combo box.callback - Register an optional javascript callback method that would be invoked when the
filter is selected.| Method Detail |
|---|
public java.lang.String getId()
public java.lang.String getLabel()
public java.lang.String getCallback()
|
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 | ||||||||