public abstract class RowKeySetChangeEvent
extends javax.faces.event.FacesEvent
source
Constructor and Description |
---|
RowKeySetChangeEvent(RowKeySet oldSet,
RowKeySet newSet,
javax.faces.component.UIComponent source)
This constructor lazily computes the difference between the
oldSet and the newSet.
|
RowKeySetChangeEvent(javax.faces.component.UIComponent source,
RowKeySet removedSet,
RowKeySet addedSet)
Creates a new Event.
|
Modifier and Type | Method and Description |
---|---|
RowKeySet |
getAddedSet()
Gets the Set of keys that have just been added.
|
RowKeySet |
getRemovedSet()
Gets the Set of keys that have just been removed.
|
getComponent, getPhaseId, isAppropriateListener, processListener, queue, setPhaseId
getSource, toString
public RowKeySetChangeEvent(javax.faces.component.UIComponent source, RowKeySet removedSet, RowKeySet addedSet)
addedSet
- This is the Set of keys that have just been added.removedSet
- This is the Set of keys that have just been removed.public RowKeySetChangeEvent(RowKeySet oldSet, RowKeySet newSet, javax.faces.component.UIComponent source)
oldSet
- This is the Set of keys before any changes.newSet
- This is the Set of keys after any changes.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.