Package com.infragistics.faces.shared.event

Interface Summary
PageChangeListener A listener interface for receiving PageChangeEvent.
SortListener A listener interface for receiving SortEvent.
 

Class Summary
ClientEvent  
DataRepeaterWrapperEvent Event wrapper class that is used by classes extending DataRepeater to determine if component must expose the DATA_ROW in request scope during the broadcast event phase.
PageChangeEvent This event is fired whenever the user navigates to a different page.
SortEvent This event is fired whenever the sort order is changed.
SortExpression Represents a sort expression indicating the field to sort-on (sortBy) as well as the sort order (isSortAscending).