| Class | Description |
|---|---|
| AppendSortDataProvider<T,F> |
Creates a new data provider which delegates to delegate but always appends given list of sort orders.
This class can be used to specify the default ordering if the Grid is currently unsorted.
|
| ConvertersKt | |
| DataLoaderAdapter<T> |
A Vaadin DataProvider implementation which delegates the data-fetching calls to a VoK-ORM DataLoader;
an adapter which adapts calls to Vaadin DataProvider to VoK-ORM DataLoader.
|
| DataProviderUtilsKt | |
| DataProvidersKt | |
| EntityToIdConverter2<ID,T extends Entity<ID>> |
Converts an entity to its ID and back. Useful for combo boxes which shows a list of entities as their options while being bound to a
field containing ID of that entity.
|
| SqlFilterFactory<T> |
Produces filters defined by the
VoK-ORM library. This will allow us to piggyback on the ability of VoK-ORM filters to produce
SQL92 WHERE clause. See DataProvidersKt.sqlDataProvider and Dao.dataProvider for more details. |
| VaadinFiltersKt |