Skip navigation links


org.apache.myfaces.trinidad.event
Class SelectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by org.apache.myfaces.trinidad.event.RowKeySetChangeEvent
              extended by org.apache.myfaces.trinidad.event.SelectionEvent

All Implemented Interfaces:
Serializable

public class SelectionEvent
extends RowKeySetChangeEvent

Event that is generated when the selection of a component changes.

See Also:
Serialized Form

Field Summary

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
SelectionEvent(RowKeySet oldSet, RowKeySet newSet, javax.faces.component.UIComponent source)
          Creates a new SelectionEvent
SelectionEvent(javax.faces.component.UIComponent source, RowKeySet unselected, RowKeySet selected)
          Creates a new SelectionEvent

 

Method Summary
 boolean isAppropriateListener(javax.faces.event.FacesListener listener)
           
 void processListener(javax.faces.event.FacesListener listener)
           

 

Methods inherited from class org.apache.myfaces.trinidad.event.RowKeySetChangeEvent
getAddedSet, getRemovedSet

 

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

SelectionEvent

public SelectionEvent(javax.faces.component.UIComponent source,
                      RowKeySet unselected,
                      RowKeySet selected)
Creates a new SelectionEvent
Parameters:
unselected - the set of rowKeys that have just been unselected.
selected - the set of rowKeys that have just been selected.

SelectionEvent

public SelectionEvent(RowKeySet oldSet,
                      RowKeySet newSet,
                      javax.faces.component.UIComponent source)
Creates a new SelectionEvent
Parameters:
oldSet - the set of rowKeys before any changes.
newSet - the set of rowKeys after any changes.

Method Detail

processListener

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

isAppropriateListener

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

Skip navigation links


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.