public class RowDisclosureEvent extends RowKeySetChangeEvent
source| Constructor and Description | 
|---|
| RowDisclosureEvent(RowKeySet oldSet,
                  RowKeySet newSet,
                  javax.faces.component.UIComponent source)Creates a new ExpansionEvent | 
| RowDisclosureEvent(javax.faces.component.UIComponent source,
                  RowKeySet collapsed,
                  RowKeySet expanded)Creates a new ExpansionEvent | 
| 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 RowDisclosureEvent(javax.faces.component.UIComponent source,
                  RowKeySet collapsed,
                  RowKeySet expanded)
collapsed - the set of rowKeys that have just been collapsed.expanded - the set of rowKeys that have just been expanded.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.