org.zkoss.zkmax.bind.impl
Class BiglistboxSelectedObjectConverter
java.lang.Object
org.zkoss.zkmax.bind.impl.BiglistboxSelectedObjectConverter
- All Implemented Interfaces:
- java.io.Serializable, Converter<java.lang.Object,java.lang.Object,Component>
public class BiglistboxSelectedObjectConverter
- extends java.lang.Object
- implements Converter<java.lang.Object,java.lang.Object,Component>, java.io.Serializable
Convert biglistbox selection.
- Since:
- 6.0.1
- Author:
- dennis
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BiglistboxSelectedObjectConverter
public BiglistboxSelectedObjectConverter()
coerceToUi
public java.lang.Object coerceToUi(java.lang.Object val,
Component comp,
BindContext ctx)
- Description copied from interface:
Converter
- Coerces a value to another value to load to a component
- Specified by:
coerceToUi
in interface Converter<java.lang.Object,java.lang.Object,Component>
- Parameters:
val
- the bean valuecomp
- the component to be loaded the valuectx
- the bind context
- Returns:
- the value to load to a component
coerceToBean
public java.lang.Object coerceToBean(java.lang.Object val,
Component comp,
BindContext ctx)
- Description copied from interface:
Converter
- Coerces a value to bean value to save to a bean
- Specified by:
coerceToBean
in interface Converter<java.lang.Object,java.lang.Object,Component>
- Parameters:
val
- the value of component attribute.comp
- the component provides the valuectx
- the bind context
- Returns:
- the value to save to a bean
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.