Class ChosenboxModelConverter

  • All Implemented Interfaces:
    java.io.Serializable, org.zkoss.bind.Converter<java.lang.Object,​java.lang.Object,​Chosenbox>

    public class ChosenboxModelConverter
    extends org.zkoss.bind.converter.sys.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.zkoss.zul.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 org.zkoss.zul.ListModel<?> getComponentModel​(Chosenbox comp)
        Specified by:
        getComponentModel in class org.zkoss.bind.converter.sys.AbstractListModelConverter<Chosenbox>