Class ListboxSelectedItemsConverter

  • All Implemented Interfaces:
    java.io.Serializable, Converter

    public class ListboxSelectedItemsConverter
    extends java.lang.Object
    implements Converter, java.io.Serializable
    Convert listbox selected listitems to bean and vice versa.
    Since:
    6.0.0
    Author:
    dennis
    See Also:
    Serialized Form
    • Constructor Detail

      • ListboxSelectedItemsConverter

        public ListboxSelectedItemsConverter()
    • Method Detail

      • 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
        Parameters:
        val - the bean value
        comp - the component to be loaded the value
        ctx - 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
        Parameters:
        val - the value of component attribute.
        comp - the component provides the value
        ctx - the bind context
        Returns:
        the value to save to a bean