Interface SaveBinding

    • Method Detail

      • save

        void save​(BindContext ctx)
        Save data from the source attribute into the target property.
        Parameters:
        ctx - the binding runtime context
      • validate

        void validate​(ValidationContext vctx)
        do the validation by validator
        Parameters:
        vctx -
      • hasValidator

        boolean hasValidator()
        Returns whether to do validation. which means, if true, than getValidator should not return null
        Returns:
        whether to do validation.
      • getValidator

        Validator getValidator()
        return Validator to do validation
        Returns:
        the validator if existed
      • getValidatorArgs

        java.util.Map<java.lang.String,​java.lang.Object> getValidatorArgs()
        Returns an argument <tags, object> pairs map for validator.
        Returns:
        an argument <tags, object> pairs map for validator.