Class ChildrenBindingImpl

    • Field Detail

      • _accessInfo

        protected final AccessInfo _accessInfo
    • Constructor Detail

      • ChildrenBindingImpl

        protected ChildrenBindingImpl​(Binder binder,
                                      Component comp,
                                      java.lang.String accessExpr,
                                      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)
        Parameters:
        binder -
        comp -
        accessExpr - the binding expression , to access the bean
        conditionType - the condition type
        command - the command, if the conditionType is not prompt, then command must not null
        bindingArgs -
    • Method Detail

      • ignoreTracker

        protected boolean ignoreTracker()
      • getConverter

        public Converter getConverter()
      • getCommandName

        public java.lang.String getCommandName()
        Description copied from interface: ChildrenBinding
        Returns the associated command name of this binding; null if not specified.
        Specified by:
        getCommandName in interface ChildrenBinding
        Returns:
        the associated command name of this binding; null if not specified.
      • getPropertyString

        public java.lang.String getPropertyString()
        Description copied from interface: ChildrenBinding
        Returns the property expression script of this binding.
        Specified by:
        getPropertyString in interface ChildrenBinding
        Returns:
        the property expression script of this binding.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object