Class NauticalLengthBoundFieldValidator
- java.lang.Object
-
- com.opensymphony.xwork2.validator.validators.ValidatorSupport
-
- com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
-
- io.ultreia.java4all.jaxx.widgets.validation.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
-
-
Constructor Summary
Constructors Constructor Description NauticalLengthBoundFieldValidator()Deprecated.
-
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.StringgetValidatorType()Deprecated.voidsetDefaultNauticalLengthFormat(String defaultNauticalLengthFormat)Deprecated.voidsetMax(String max)Deprecated.voidsetMin(String min)Deprecated.voidvalidate(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
-
-
-
-
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:
getValidatorTypein interfacecom.opensymphony.xwork2.validator.Validator- Overrides:
getValidatorTypein classcom.opensymphony.xwork2.validator.validators.FieldValidatorSupport
-
-