Skip navigation links


Uses of Class
org.apache.myfaces.trinidad.model.RowKeyChangeEvent

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.

 


Skip navigation links


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.