Package com.storedobject.vaadin
Interface IncludeField
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An interface used by
AbstractForm
and AbstractDataForm
classes to determine if a field can be added to the form or not.- Author:
- Syam
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
includeField
(String fieldName) Check if the given field name should be included in the form or not.
-
Method Details
-
includeField
Check if the given field name should be included in the form or not.- Parameters:
fieldName
- Field name- Returns:
- True if the field to be included.
-