Class DoubleValidator
- java.lang.Object
-
- org.uberfire.ext.wires.core.client.properties.DoubleValidator
-
- All Implemented Interfaces:
org.uberfire.ext.properties.editor.model.validators.PropertyFieldValidator
@ApplicationScoped public class DoubleValidator extends Object implements org.uberfire.ext.properties.editor.model.validators.PropertyFieldValidator
Validator for doubles
-
-
Constructor Summary
Constructors Constructor Description DoubleValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValidatorErrorMessage()booleanvalidate(Object value)
-
-
-
Method Detail
-
validate
public boolean validate(Object value)
- Specified by:
validatein interfaceorg.uberfire.ext.properties.editor.model.validators.PropertyFieldValidator
-
getValidatorErrorMessage
public String getValidatorErrorMessage()
- Specified by:
getValidatorErrorMessagein interfaceorg.uberfire.ext.properties.editor.model.validators.PropertyFieldValidator
-
-