当前页面: 
在线文档首页 > 
JBoss Seam  1.2.0 API 英文版文档
DataModelBinder (JBoss Seam API Documentation) - JBoss Seam  1.2.0 API 英文版文档
org.jboss.seam.databinding
Class DataModelBinder
java.lang.Object
   org.jboss.seam.databinding.DataModelBinder
org.jboss.seam.databinding.DataModelBinder
- All Implemented Interfaces: 
- DataBinder<DataModel,Object,javax.faces.model.DataModel>
- public class DataModelBinder 
- extends Object- implements DataBinder<DataModel,Object,javax.faces.model.DataModel>
Exposes a List, array, Map or Set to the UI as a JSF DataModel
- Author:
- Gavin King
 
 
| 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:
- getVariableNamein interface- DataBinder<DataModel,Object,javax.faces.model.DataModel>
 
- 
 
getVariableScope
public ScopeType getVariableScope(DataModel out)
- 
- Specified by:
- getVariableScopein interface- DataBinder<DataModel,Object,javax.faces.model.DataModel>
 
- 
 
wrap
public javax.faces.model.DataModel wrap(DataModel out,
                                        Object value)
- 
- Specified by:
- wrapin interface- DataBinder<DataModel,Object,javax.faces.model.DataModel>
 
- 
 
getWrappedData
public Object getWrappedData(DataModel out,
                             javax.faces.model.DataModel wrapper)
- 
- Specified by:
- getWrappedDatain interface- DataBinder<DataModel,Object,javax.faces.model.DataModel>
 
- 
 
getSelection
public Object getSelection(DataModel out,
                           javax.faces.model.DataModel wrapper)
- 
- Specified by:
- getSelectionin interface- DataBinder<DataModel,Object,javax.faces.model.DataModel>
 
- 
 
isDirty
public boolean isDirty(DataModel out,
                       javax.faces.model.DataModel wrapper,
                       Object value)
- 
- Specified by:
- isDirtyin interface- DataBinder<DataModel,Object,javax.faces.model.DataModel>
 
-