org.zkoss.bind.converter.sys
Class ComboboxModelConverter

java.lang.Object
  extended by org.zkoss.bind.converter.sys.AbstractListModelConverter<Combobox>
      extended by org.zkoss.bind.converter.sys.ComboboxModelConverter
All Implemented Interfaces:
java.io.Serializable, Converter<java.lang.Object,java.lang.Object,Combobox>

public class ComboboxModelConverter
extends AbstractListModelConverter<Combobox>

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

Since:
6.0.0
Author:
dennis
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.zkoss.bind.Converter
IGNORED_VALUE
 
Constructor Summary
ComboboxModelConverter()
           
 
Method Summary
protected  ListModel<?> getComponentModel(Combobox 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

ComboboxModelConverter

public ComboboxModelConverter()
Method Detail

getComponentModel

protected ListModel<?> getComponentModel(Combobox comp)
Specified by:
getComponentModel in class AbstractListModelConverter<Combobox>
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