Spring Web Flow

Package org.springframework.faces.model

Extended implementations of JSF-specific data structures such as DataModel.

See:
          Description

Interface Summary
SelectionAware<T> Interface for DataModel implementations that need to track selected rows.
 

Class Summary
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.
 

Package org.springframework.faces.model Description

Extended implementations of JSF-specific data structures such as DataModel.


Spring Web Flow