JavaScript is disabled on your browser.
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 12c Release 1 (12.1.2.0.0) E23189-01
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
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
Fields
Modifier and Type
Field and Description
static java.lang.String
ALL_TASKS
Fields inherited from class java.util.EventObject
source
Constructor Summary
Constructors
Constructor and Description
FilterEvent (javax.faces.component.UIComponent source,
java.lang.String type)
Constructor for an instance of a FilterEvent.
Method Summary
Methods
Modifier and Type
Method and Description
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
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.
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.