See: Description
Interface | Description |
---|---|
SelectionAware |
Interface for
DataModel implementations that need to track selected rows. |
Class | Description |
---|---|
ManySelectionTrackingListDataModel |
A
DataModel implementation that tracks the currently selected rows, allowing any number of rows to be
selected at one time. |
OneSelectionTrackingListDataModel |
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 |
A simple List-to-JSF-DataModel adapter that is also serializable.
|
Extended implementations of JSF-specific data structures such as DataModel.