org.zkoss.zkmax.bind.impl
Class ChosenboxModelConverter

java.lang.Object
  extended by org.zkoss.bind.converter.sys.AbstractListModelConverter<Chosenbox>
      extended by org.zkoss.zkmax.bind.impl.ChosenboxModelConverter
All Implemented Interfaces:
java.io.Serializable, Converter<java.lang.Object,java.lang.Object,Chosenbox>

public class ChosenboxModelConverter
extends AbstractListModelConverter<Chosenbox>

The Converter implementation of the Chosenbox for converting collection to ListModel and vice versa.

Since:
6.0.1
Author:
dennis
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.zkoss.bind.Converter
IGNORED_VALUE
 
Constructor Summary
ChosenboxModelConverter()
           
 
Method Summary
protected  ListModel<?> getComponentModel(Chosenbox comp)
           
 
Methods inherited from class org.zkoss.bind.converter.sys.AbstractListModelConverter
coerceToBean, coerceToUi, handleWrappedModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChosenboxModelConverter

public ChosenboxModelConverter()
Method Detail

getComponentModel

protected ListModel<?> getComponentModel(Chosenbox comp)
Specified by:
getComponentModel in class AbstractListModelConverter<Chosenbox>
Parameters:
comp - the component that has listmodel
Returns:
null if no list model for the component


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo