Package org.jboss.seam.databinding

Implementation of @DataModel and friends.

See:
          Description

Interface Summary
DataBinder<Out extends Annotation,Type,WrapperType> Allows some "bound type" to be exposed to the user interface via a "wrapper type".
DataSelector<In extends Annotation,WrapperType> Allows extraction of the selected item from some "wrapper type".
 

Class Summary
DataModelBinder Exposes a List, array, Map or Set to the UI as a JSF DataModel
DataModelIndexSelector Extracts the selected "index" (the row index, or the key of a map) from a JSF DataModel.
DataModelSelector Extracts the selected object (the element, or the value of a map) from a JSF DataModel.
 

Package org.jboss.seam.databinding Description

Implementation of @DataModel and friends.