当前页面:
在线文档首页 >
JBoss Seam 1.0.0 API 英文版文档
DataModelBinder (JBoss Seam API Documentation) - JBoss Seam 1.0.0 API 英文版文档
org.jboss.seam.databinding
Class DataModelBinder
java.lang.Object
org.jboss.seam.databinding.DataModelBinder
- All Implemented Interfaces:
- DataBinder<DataModel,List,javax.faces.model.DataModel>
public class DataModelBinder
- extends Object
- implements DataBinder<DataModel,List,javax.faces.model.DataModel>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataModelBinder
public DataModelBinder()
getVariableName
public String getVariableName(DataModel out)
- Specified by:
getVariableName
in interface DataBinder<DataModel,List,javax.faces.model.DataModel>
getVariableScope
public ScopeType getVariableScope(DataModel out)
- Specified by:
getVariableScope
in interface DataBinder<DataModel,List,javax.faces.model.DataModel>
wrap
public javax.faces.model.DataModel wrap(DataModel out,
List value)
- Specified by:
wrap
in interface DataBinder<DataModel,List,javax.faces.model.DataModel>
getWrappedData
public List getWrappedData(DataModel out,
javax.faces.model.DataModel wrapper)
- Specified by:
getWrappedData
in interface DataBinder<DataModel,List,javax.faces.model.DataModel>
getSelection
public Object getSelection(DataModel out,
javax.faces.model.DataModel wrapper)
- Specified by:
getSelection
in interface DataBinder<DataModel,List,javax.faces.model.DataModel>
isDirty
public boolean isDirty(DataModel out,
javax.faces.model.DataModel wrapper,
List value)
- Specified by:
isDirty
in interface DataBinder<DataModel,List,javax.faces.model.DataModel>