Package com.storedobject.vaadin
Interface FieldCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Field customizer may be set on
ObjectForm
.- Author:
- Syam
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customizeField
(String fieldName, com.vaadin.flow.component.HasValue<?, ?> field) Customize the field.
-
Method Details
-
customizeField
Customize the field.- Parameters:
fieldName
- Name of the fieldfield
- Field
-