Class InitPropertyBindingImpl

    • Constructor Detail

      • InitPropertyBindingImpl

        public InitPropertyBindingImpl​(Binder binder,
                                       Component comp,
                                       java.lang.String attr,
                                       java.lang.String loadAttr,
                                       java.lang.Class<?> attrType,
                                       java.lang.String initExpr,
                                       java.util.Map<java.lang.String,​java.lang.Object> bindingArgs,
                                       java.lang.String converterExpr,
                                       java.util.Map<java.lang.String,​java.lang.Object> converterArgs)
    • Method Detail

      • load

        public void load​(BindContext ctx)
        Description copied from interface: LoadBinding
        Load data into the source attribute from the target property.
        Specified by:
        load in interface LoadBinding
        Parameters:
        ctx - the binding runtime context