ICEfaces ACE Components 3.3.0
Java API Documentation

org.icefaces.ace.event
Class TableFilterEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by org.icefaces.ace.event.TableFilterEvent
All Implemented Interfaces:
java.io.Serializable

public class TableFilterEvent
extends javax.faces.event.FacesEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TableFilterEvent(javax.faces.component.UIComponent component, Column filteredColumn)
           
 
Method Summary
 Column getColumn()
          Return the column of this TableFilterEvent.
 boolean isAppropriateListener(javax.faces.event.FacesListener facesListener)
           
 void processListener(javax.faces.event.FacesListener facesListener)
           
 
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

TableFilterEvent

public TableFilterEvent(javax.faces.component.UIComponent component,
                        Column filteredColumn)
Method Detail

isAppropriateListener

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

processListener

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

getColumn

public Column getColumn()
Return the column of this TableFilterEvent.

Returns:
Column that has had it's filter altered

ICEfaces ACE Components 3.3.0
Java API Documentation

Copyright 2013 ICEsoft Technologies Canada Corp., All Rights Reserved.