|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowKeyChangeEvent | |
---|---|
org.apache.myfaces.trinidad.model |
Uses of RowKeyChangeEvent in org.apache.myfaces.trinidad.model |
---|
Methods in org.apache.myfaces.trinidad.model with parameters of type RowKeyChangeEvent | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |