Skip navigation links

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

E17492-03


oracle.adf.view.faces.bi.event
Class FilterEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by oracle.adf.view.faces.bi.event.FilterEvent

All Implemented Interfaces:
java.io.Serializable

public class FilterEvent
extends javax.faces.event.FacesEvent

Event delivered when an user selects a different filter from the data filter combo box in the Gantt toolbar. The event listener should retrieve the filter id and filters the data accordingly.

See Also:
Serialized Form

Field Summary
static java.lang.String ALL_TASKS
           

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
FilterEvent(javax.faces.component.UIComponent source, java.lang.String type)
          Constructor for an instance of a FilterEvent.

 

Method Summary
 java.lang.String getType()
          Gets the id of the selected data filter.
 boolean isAppropriateListener(javax.faces.event.FacesListener listener)
           
 void processListener(javax.faces.event.FacesListener listener)
           

 

Methods inherited from class javax.faces.event.FacesEvent
getComponent, getPhaseId, queue, setPhaseId

 

Methods inherited from class java.util.EventObject
getSource, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

ALL_TASKS

public static final java.lang.String ALL_TASKS
See Also:
Constant Field Values

Constructor Detail

FilterEvent

public FilterEvent(javax.faces.component.UIComponent source,
                   java.lang.String type)
Constructor for an instance of a FilterEvent. Applications should never create a FilterEvent.
Parameters:
source - the Gantt component.
type - the id of the filter.

Method Detail

getType

public java.lang.String getType()
Gets the id of the selected data filter.
Returns:
the id of the selected data filter.

isAppropriateListener

public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
Specified by:
isAppropriateListener in class javax.faces.event.FacesEvent

processListener

public void processListener(javax.faces.event.FacesListener listener)
Specified by:
processListener in class javax.faces.event.FacesEvent

Skip navigation links

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

E17492-03


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