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, getRemovedSet
getComponent, getPhaseId, queue, setPhaseId
getSource, toString
public 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.FacesEvent
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
isAppropriateListener
in class javax.faces.event.FacesEvent
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.