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, getRemovedSetgetComponent, getPhaseId, queue, setPhaseIdgetSource, toStringpublic 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.FacesEventpublic boolean isAppropriateListener(javax.faces.event.FacesListener listener)
isAppropriateListener in class javax.faces.event.FacesEventCopyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.