org.jboss.seam.databinding
Out
- the annotation typeType
- the bound typeWrapperType
- the wrapper typepublic interface DataBinder<Out extends Annotation,Type,WrapperType>
Modifier and Type | Method and Description |
---|---|
Object |
getSelection(Out out,
WrapperType wrapper) |
String |
getVariableName(Out out) |
ScopeType |
getVariableScope(Out out) |
Type |
getWrappedData(Out out,
WrapperType wrapper) |
boolean |
isDirty(Out out,
WrapperType wrapper,
Type value) |
WrapperType |
wrap(Out out,
Type value) |
WrapperType wrap(Out out, Type value)
Type getWrappedData(Out out, WrapperType wrapper)
Object getSelection(Out out, WrapperType wrapper)
boolean isDirty(Out out, WrapperType wrapper, Type value)
Copyright © 2015 Seam Framework. All Rights Reserved.