Class CoordinateLatitudeDtoFieldValidator
- java.lang.Object
-
- com.opensymphony.xwork2.validator.validators.ValidatorSupport
-
- com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
-
- io.ultreia.java4all.jaxx.widgets.validation.CoordinateLatitudeDtoFieldValidator
-
- All Implemented Interfaces:
com.opensymphony.xwork2.validator.FieldValidator,com.opensymphony.xwork2.validator.ShortCircuitableValidator,com.opensymphony.xwork2.validator.Validator
@Deprecated public class CoordinateLatitudeDtoFieldValidator extends com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
Deprecated.Created on 03/11/16.- Since:
- 3
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description CoordinateLatitudeDtoFieldValidator()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetValidatorType()Deprecated.voidsetEditorName(String editorName)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
-
setEditorName
public void setEditorName(String editorName)
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
-
-