| Interface | Description |
|---|---|
| FilterFactory<F> |
Used by filter components (such as NumberInterval) to create actual filter objects. The filters are expected to have properly
implemented Any.equals, Any.hashCode and Any.toString, to allow for filter expression simplification (e.g. to remove non-unique
filters from AND or OR expressions).
|
| VOKPlugin |
Implement this interface to be invoked from
VaadinOnKotlin.init and VaadinOnKotlin.destroy
methods. The plugins are initialized in random order. |
| Class | Description |
|---|---|
| I18n |
Localizes VoK messages such as exception messages, texts found in the filter components etc. To obtain instance of
this class, just use the
vt property (provided both for Vaadin 8 and Vaadin 10)
which will lookup proper locale from the current UI. See the vt property documentation for more details. |
| I18nKt | |
| Listeners<T extends Serializable> |
Allows you to add listeners for a particular event into your component.
|
| UtilsKt | |
| VaadinOnKotlin | |
| VaadinOnKotlinKt |