Class LoadPropertyBindingImpl

    • Constructor Detail

      • LoadPropertyBindingImpl

        public LoadPropertyBindingImpl​(Binder binder,
                                       Component comp,
                                       java.lang.String attr,
                                       java.lang.String loadAttr,
                                       java.lang.Class<?> attrType,
                                       java.lang.String loadExpr,
                                       ConditionType conditionType,
                                       java.lang.String command,
                                       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
      • addDependsOnTrackings

        public void addDependsOnTrackings​(java.util.List<java.lang.String> srcpath,
                                          java.lang.String basepath,
                                          java.lang.String[] props)
        Internal Use Only.