Package org.jboss.hal.ballroom.form
Class RequiredValidation<T>
- java.lang.Object
-
- org.jboss.hal.ballroom.form.RequiredValidation<T>
-
- All Implemented Interfaces:
FormItemValidation<T>
public class RequiredValidation<T> extends Object implements FormItemValidation<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.hal.ballroom.form.FormItemValidation
FormItemValidation.ValidationRule
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidationResultvalidate(T value)-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.hal.ballroom.form.FormItemValidation
validateIf
-
-
-
-
Method Detail
-
validate
public ValidationResult validate(T value)
- Specified by:
validatein interfaceFormItemValidation<T>
-
-