public class FieldUnEquals extends java.lang.Object implements SimpleFormCondition
Constructor and Description |
---|
FieldUnEquals(java.lang.Object value)
The value to test against
|
Modifier and Type | Method and Description |
---|---|
boolean |
isMet(Widget formField,
FormFieldProviderHook responsibleHook,
SimpleForm form)
Determines whether the condition is met.
|
public FieldUnEquals(java.lang.Object value)
value
- public boolean isMet(Widget formField, FormFieldProviderHook responsibleHook, SimpleForm form)
SimpleFormCondition
isMet
in interface SimpleFormCondition