Class AbstractSelectedIndexConverter<C extends Component>

    • Constructor Detail

      • AbstractSelectedIndexConverter

        public AbstractSelectedIndexConverter()
    • Method Detail

      • coerceToUi

        public java.lang.Object coerceToUi​(java.lang.Object val,
                                           C 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<java.lang.Object,​java.lang.Object,​C extends Component>
        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
      • getComponentModel

        protected abstract ListModel<?> getComponentModel​(C comp)
      • coerceToBean

        public java.lang.Object coerceToBean​(java.lang.Object val,
                                             C 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<java.lang.Object,​java.lang.Object,​C extends Component>
        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