IGNORED_VALUE
Constructor and Description |
---|
GsonConverter() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
coerceToBean(java.lang.Object compAttr,
Component component,
BindContext ctx)
Coerces a value to bean value to save to a bean
|
java.lang.Object |
coerceToUi(java.lang.Object beanProp,
Component component,
BindContext ctx)
Coerces a value to another value to load to a component
|
public java.lang.Object coerceToUi(java.lang.Object beanProp, Component component, BindContext ctx)
Converter
coerceToUi
in interface Converter<java.lang.Object,java.lang.Object,Component>
beanProp
- the bean valuecomponent
- the component to be loaded the valuectx
- the bind contextpublic java.lang.Object coerceToBean(java.lang.Object compAttr, Component component, BindContext ctx)
Converter
coerceToBean
in interface Converter<java.lang.Object,java.lang.Object,Component>
compAttr
- the value of component attribute.component
- the component provides the valuectx
- the bind contextCopyright © 2005-2018 Potix Corporation. All Rights Reserved.