public class TreeModelConverter extends Object implements Converter, Serializable
IGNORED_VALUE| Constructor and Description |
|---|
TreeModelConverter() |
| Modifier and Type | Method and Description |
|---|---|
Object |
coerceToBean(Object val,
org.zkoss.zk.ui.Component component,
BindContext ctx)
Coerces a value to bean value to save to a bean
|
Object |
coerceToUi(Object val,
org.zkoss.zk.ui.Component component,
BindContext ctx)
Coerces a value to another value to load to a component
|
public Object coerceToUi(Object val, org.zkoss.zk.ui.Component component, BindContext ctx)
ConvertercoerceToUi in interface Converterval - the bean valuecomponent - the component to be loaded the valuectx - the bind contextpublic Object coerceToBean(Object val, org.zkoss.zk.ui.Component component, BindContext ctx)
ConvertercoerceToBean in interface Converterval - the value of component attribute.component - the component provides the valuectx - the bind contextCopyright © 2020. All rights reserved.