org.zkoss.bind.converter.sys
Class ListboxSelectedIndexConverter

java.lang.Object
  extended by org.zkoss.bind.converter.sys.AbstractSelectedIndexConverter<Listbox>
      extended by org.zkoss.bind.converter.sys.ListboxSelectedIndexConverter
All Implemented Interfaces:
java.io.Serializable, Converter<java.lang.Object,java.lang.Object,Listbox>

public class ListboxSelectedIndexConverter
extends AbstractSelectedIndexConverter<Listbox>

Convert selected index to bean 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
ListboxSelectedIndexConverter()
           
 
Method Summary
protected  ListModel<?> getComponentModel(Listbox comp)
           
 
Methods inherited from class org.zkoss.bind.converter.sys.AbstractSelectedIndexConverter
coerceToBean, coerceToUi
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListboxSelectedIndexConverter

public ListboxSelectedIndexConverter()
Method Detail

getComponentModel

protected ListModel<?> getComponentModel(Listbox comp)
Specified by:
getComponentModel in class AbstractSelectedIndexConverter<Listbox>


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