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

E17492-01

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

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.gantt.Filter
All Implemented Interfaces:
java.io.Serializable

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

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.

See Also:
Serialized Form

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

Filter

public Filter(java.lang.String id,
              java.lang.String label,
              java.lang.String callback)
Constructs an instance of the Filter.

Parameters:
id - The id of the data filter.
label - The label to display for this filter in the filter combo box.
callback - optional javascript callback method that would be invoked when the filter is selected.
Method Detail

getId

public java.lang.String getId()
Retrieves the id for this filter.

Returns:
The filter id.

getLabel

public java.lang.String getLabel()
Retrieves the display label for this filter.

Returns:
The display label.

getCallback

public java.lang.String getCallback()
Retrieves the javascript callback function when the filter is selected.

Returns:
The callback function.

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

E17492-01

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