Package | Description |
---|---|
org.apache.myfaces.trinidad.model |
Modifier and Type | Method and Description |
---|---|
protected void |
CollectionModel.fireRowKeyChange(RowKeyChangeEvent event)
Fire an existing RowKeyChangeEvent to any registered listeners.
|
void |
RowKeyChangeListener.onRowKeyChange(RowKeyChangeEvent event)
Called by CollectionModel to inform a RowKeyChangeListener that a RowKey has changed
The old row key or the new row key can be null, it is expected that listener implementation
to handle these situations with best efforts, for example, clear and rebuild component
state cache to recover.
|
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.