See: Description
| Interface | Description |
|---|---|
| SelectionAware<T> |
Interface for
DataModel implementations that need to track selected rows. |
| Class | Description |
|---|---|
| ManySelectionTrackingListDataModel<T> |
A
DataModel implementation that tracks the currently selected rows, allowing any number of rows to be
selected at one time. |
| OneSelectionTrackingListDataModel<T> |
A
DataModel implementation that tracks the currently selected row, allowing only one selection at a time. |
| SelectionTrackingActionListener |
Custom
ActionListener that inspects the UIComponent that signaled the current ActionEvent to
determine whether it is a child of any iterator type of component (such as UIData) that uses a
SelectionAware data model implementation. |
| SerializableListDataModel<T> |
A simple
List-to-JSF-DataModel adapter that is also Serializable. |