public class SelectionEvent extends RowKeySetChangeEvent
source
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
boolean |
isAppropriateListener(javax.faces.event.FacesListener listener) |
void |
processListener(javax.faces.event.FacesListener listener) |
getAddedSet, getRemovedSet
getComponent, getPhaseId, queue, setPhaseId
getSource, toString
public SelectionEvent(javax.faces.component.UIComponent source, RowKeySet unselected, RowKeySet selected)
unselected
- the set of rowKeys that have just been unselected.selected
- the set of rowKeys that have just been selected.public void processListener(javax.faces.event.FacesListener listener)
processListener
in class javax.faces.event.FacesEvent
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
isAppropriateListener
in class javax.faces.event.FacesEvent
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.