Package org.springframework.faces.model
package org.springframework.faces.model
Extended implementations of JSF-specific data structures such as DataModel.
-
ClassDescriptionA
DataModel
implementation that tracks the currently selected rows, allowing any number of rows to be selected at one time.ADataModel
implementation that tracks the currently selected row, allowing only one selection at a time.Interface forDataModel
implementations that need to track selected rows.CustomActionListener
that inspects theUIComponent
that signaled the currentActionEvent
to determine whether it is a child of any iterator type of component (such asUIData
) that uses aSelectionAware
data model implementation.A simpleList-to-JSF-DataModel
adapter that is alsoSerializable
.