Class FormBindingImpl

    • Field Detail

      • _formId

        protected final java.lang.String _formId
      • _accessInfo

        protected final AccessInfo _accessInfo
    • Constructor Detail

      • FormBindingImpl

        protected FormBindingImpl​(Binder binder,
                                  Component comp,
                                  java.lang.String formId,
                                  java.lang.String accessExpr,
                                  ConditionType conditionType,
                                  java.lang.String command,
                                  java.util.Map<java.lang.String,​java.lang.Object> bindingArgs)
    • Method Detail

      • ignoreTracker

        protected boolean ignoreTracker()
      • getFormBean

        public Form getFormBean()
        Description copied from interface: FormBinding
        Returns the implicit form associated with this form binding.
        Specified by:
        getFormBean in interface FormBinding
        Returns:
        the implicit form associated with this form binding.
      • initFormBean

        public <T> Form initFormBean​(java.lang.Object bean,
                                     java.lang.Class<java.lang.Object> class1,
                                     BindContext bindContext)
      • getFormId

        public java.lang.String getFormId()
        Description copied from interface: FormBinding
        Returns the associated form id of this Binding.
        Specified by:
        getFormId in interface FormBinding
        Returns:
        the associated attribute name of this component.
      • getPropertyString

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

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

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