当前页面:
在线文档首页 >
JBoss Seam 1.2.0 patch1 API 英文版文档
DataBinder (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档
org.jboss.seam.databinding
Interface DataBinder<Out extends Annotation,Type,WrapperType>
- Type Parameters:
Out
- the annotation typeType
- the bound typeWrapperType
- the wrapper type
- All Known Implementing Classes:
- DataModelBinder
public interface DataBinder<Out extends Annotation,Type,WrapperType>
Allows some "bound type" to be exposed to
the user interface via a "wrapper type".
- Author:
- Gavin King
getVariableName
String getVariableName(Out out)
getVariableScope
ScopeType getVariableScope(Out out)
wrap
WrapperType wrap(Out out,
Type value)
getWrappedData
Type getWrappedData(Out out,
WrapperType wrapper)
getSelection
Object getSelection(Out out,
WrapperType wrapper)
isDirty
boolean isDirty(Out out,
WrapperType wrapper,
Type value)