Interface SimpleFormCondition
- All Known Implementing Classes:
ComplexCondition,CompositeAndCondition,CompositeOrCondition,FieldChanged,FieldEquals,FieldUnEquals,IsEmptyString,NotIsEmptyString
public interface SimpleFormCondition
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisMet(Widget formField, FormFieldProviderHook responsibleHook, SimpleForm form) Determines whether the condition is met.
-
Method Details
-
isMet
Determines whether the condition is met.
-