Uses of Class
org.jboss.seam.annotations.datamodel.DataModel

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

Uses of DataModel in org.jboss.seam.databinding
 

Methods in org.jboss.seam.databinding with parameters of type DataModel
 Object DataModelBinder.getSelection(DataModel out, javax.faces.model.DataModel wrapper)
           
 String DataModelBinder.getVariableName(DataModel out)
           
 ScopeType DataModelBinder.getVariableScope(DataModel out)
           
 Object DataModelBinder.getWrappedData(DataModel out, javax.faces.model.DataModel wrapper)
           
 boolean DataModelBinder.isDirty(DataModel out, javax.faces.model.DataModel wrapper, Object value)
           
 javax.faces.model.DataModel DataModelBinder.wrap(DataModel out, Object value)