org.jboss.seam.annotations.datamodel |
A set of annotations that simplifies the job of
working with JSF DataModels. |
Java Source File Name | Type | Comment |
DataModel.java | Annotation | Outjects a collection to the same scope as the owning component
(or to the EVENT scope in the case of a stateless component),
after wrapping as a JSF DataModel (a List as a ListDataModel, a
Map as a MapDataModel, a Set as a SetDataModel, an array as an
ArrayDataModel). |
DataModelSelection.java | Annotation | Injects the selected row data of a DataModel. |
DataModelSelectionIndex.java | Annotation | Injects the selected row index of a ListDataModel,
MapDataModel or ArrayDataModel. |
package-info.java | | |