Class DropuploadNativeConverter

  • All Implemented Interfaces:
    java.io.Serializable, Converter<java.lang.Object,​java.lang.Object,​Component>

    public class DropuploadNativeConverter
    extends java.lang.Object
    implements Converter<java.lang.Object,​java.lang.Object,​Component>, java.io.Serializable
    converter for ZK-1691 Dropupload has "native" property (reserved identifier in EL)
    Since:
    6.5.3
    Author:
    dennis
    See Also:
    Serialized Form
    • Constructor Detail

      • DropuploadNativeConverter

        public DropuploadNativeConverter()
    • Method Detail

      • coerceToUi

        public java.lang.Object coerceToUi​(java.lang.Object beanProp,
                                           Component component,
                                           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,​Component>
        Parameters:
        beanProp - the bean value
        component - 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 compAttr,
                                             Component component,
                                             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,​Component>
        Parameters:
        compAttr - the value of component attribute.
        component - the component provides the value
        ctx - the bind context
        Returns:
        the value to save to a bean