Class NauticalLengthBoundFieldValidator

  • All Implemented Interfaces:
    com.opensymphony.xwork2.validator.FieldValidator, com.opensymphony.xwork2.validator.ShortCircuitableValidator, com.opensymphony.xwork2.validator.Validator

    @Deprecated
    public class NauticalLengthBoundFieldValidator
    extends com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
    Deprecated.
    Created on 21/06/2022.
    Since:
    3.0.15
    Author:
    Tony Chemit - dev@tchemit.fr
    • Field Summary

      • Fields inherited from class com.opensymphony.xwork2.validator.validators.ValidatorSupport

        defaultMessage, messageKey, stack
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      Map<String,​io.ultreia.java4all.jaxx.widgets.validation.NauticalLengthBoundFieldValidator.NauticalLengthResult> getResults()
      Deprecated.
       
      String getValidatorType()
      Deprecated.
       
      void setDefaultNauticalLengthFormat​(String defaultNauticalLengthFormat)
      Deprecated.
       
      void setMax​(String max)
      Deprecated.
       
      void setMin​(String min)
      Deprecated.
       
      void validate​(Object object)
      Deprecated.
       
      • Methods inherited from class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport

        getFieldName, setFieldName, setValidatorType
      • Methods inherited from class com.opensymphony.xwork2.validator.validators.ValidatorSupport

        addActionError, addFieldError, getDefaultMessage, getFieldValue, getMessage, getMessageKey, getMessageParameters, getValidatorContext, isShortCircuit, parse, setDefaultMessage, setMessageKey, setMessageParameters, setShortCircuit, setValidatorContext, setValueStack
      • Methods inherited from interface com.opensymphony.xwork2.validator.Validator

        getDefaultMessage, getMessage, getMessageKey, getMessageParameters, getValidatorContext, setDefaultMessage, setMessageKey, setMessageParameters, setValidatorContext, setValueStack
    • Constructor Detail

      • NauticalLengthBoundFieldValidator

        public NauticalLengthBoundFieldValidator()
        Deprecated.
    • Method Detail

      • setDefaultNauticalLengthFormat

        public void setDefaultNauticalLengthFormat​(String defaultNauticalLengthFormat)
        Deprecated.
      • setMin

        public void setMin​(String min)
        Deprecated.
      • setMax

        public void setMax​(String max)
        Deprecated.
      • getResults

        public Map<String,​io.ultreia.java4all.jaxx.widgets.validation.NauticalLengthBoundFieldValidator.NauticalLengthResult> getResults()
        Deprecated.
      • validate

        public void validate​(Object object)
                      throws com.opensymphony.xwork2.validator.ValidationException
        Deprecated.
        Throws:
        com.opensymphony.xwork2.validator.ValidationException
      • getValidatorType

        public String getValidatorType()
        Deprecated.
        Specified by:
        getValidatorType in interface com.opensymphony.xwork2.validator.Validator
        Overrides:
        getValidatorType in class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport