Uses of Interface
org.jboss.seam.databinding.DataSelector

Packages that use DataSelector
org.jboss.seam.databinding Implementation of @DataModel and friends. 
 

Uses of DataSelector in org.jboss.seam.databinding
 

Classes in org.jboss.seam.databinding that implement DataSelector
 class DataModelIndexSelector
          Extracts the selected "index" (the row index, or the key of a map) from a JSF DataModel.
 class DataModelSelector
          Extracts the selected object (the element, or the value of a map) from a JSF DataModel.