Create a new Custom Form Field in Vaadin
I am writing this post because of multiple solutions shown on web, which due to multiple drastic implementational changes during Vaadin development (most notably Vaadin 6 to Vaadin 7).
How to create a new custom form field, so that it can easily be integrated into FormLayout.
Simplest way so far is to extend CustomField class.
Here is the example
How to create a new custom form field, so that it can easily be integrated into FormLayout.
Simplest way so far is to extend CustomField
Here is the example
Comments