Class RuleValidator
- java.lang.Object
-
- org.uberfire.ext.plugin.client.validation.RuleValidator
-
- Direct Known Subclasses:
NameValidator
public abstract class RuleValidator extends Object
-
-
Constructor Summary
Constructors Constructor Description RuleValidator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract StringgetValidationError()abstract booleanisValid(String value)booleanvalidateFieldInline(String value, org.gwtbootstrap3.client.ui.FormGroup field, org.gwtbootstrap3.client.ui.HelpBlock help)
-