Skip navigation links
A C D E F G I L O R S T V W 

A

addDataProviderListener(p0) - Method in class eu.vaadinonkotlin.vaadin10.sql2o.AppendSortDataProvider
 
and(filters) - Method in class eu.vaadinonkotlin.vaadin10.sql2o.SqlFilterFactory
 
AppendSortDataProvider<T,F> - Class in eu.vaadinonkotlin.vaadin10.sql2o
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.
AppendSortDataProvider(append, delegate) - Constructor for class eu.vaadinonkotlin.vaadin10.sql2o.AppendSortDataProvider
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.

C

ConvertersKt - Class in eu.vaadinonkotlin.vaadin10.sql2o
 
convertToModel(value, context) - Method in class eu.vaadinonkotlin.vaadin10.sql2o.EntityToIdConverter2
 
convertToPresentation(value, context) - Method in class eu.vaadinonkotlin.vaadin10.sql2o.EntityToIdConverter2
 

D

DataLoaderAdapter<T> - Class in eu.vaadinonkotlin.vaadin10.sql2o
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.
DataLoaderAdapter(clazz, loader, idResolver) - Constructor for class eu.vaadinonkotlin.vaadin10.sql2o.DataLoaderAdapter
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.
DataProvidersKt - Class in eu.vaadinonkotlin.vaadin10.sql2o
 
DataProviderUtilsKt - Class in eu.vaadinonkotlin.vaadin10.sql2o
 

E

EntityToIdConverter2<ID,T extends Entity<ID>> - Class in eu.vaadinonkotlin.vaadin10.sql2o
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.
EntityToIdConverter2(clazz) - Constructor for class eu.vaadinonkotlin.vaadin10.sql2o.EntityToIdConverter2
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.
eq(propertyName, value) - Method in class eu.vaadinonkotlin.vaadin10.sql2o.SqlFilterFactory
 
eu.vaadinonkotlin.vaadin10.sql2o - package eu.vaadinonkotlin.vaadin10.sql2o
 

F

fetch(query) - Method in class eu.vaadinonkotlin.vaadin10.sql2o.AppendSortDataProvider
 
fetchFromBackEnd(query) - Method in class eu.vaadinonkotlin.vaadin10.sql2o.DataLoaderAdapter
 

G

ge(propertyName, value) - Method in class eu.vaadinonkotlin.vaadin10.sql2o.SqlFilterFactory
 
generateFilterComponents($receiver, grid, itemClass, filterFieldFactory, valueChangeMode) - Static method in class eu.vaadinonkotlin.vaadin10.sql2o.VaadinFiltersKt
Re-creates filters in this header row. Simply call grid.appendHeaderRow().generateFilterComponents(grid) to automatically attach filters to non-generated columns. Please note that filters are not re-generated when the container data source is changed.
getClazz() - Method in class eu.vaadinonkotlin.vaadin10.sql2o.DataLoaderAdapter
 
getClazz() - Method in class eu.vaadinonkotlin.vaadin10.sql2o.EntityToIdConverter2
 
getClazz() - Method in class eu.vaadinonkotlin.vaadin10.sql2o.SqlFilterFactory
the type of the entity,
getId(item) - Method in class eu.vaadinonkotlin.vaadin10.sql2o.DataLoaderAdapter
 

I

ilike(propertyName, value) - Method in class eu.vaadinonkotlin.vaadin10.sql2o.SqlFilterFactory
 
isInMemory() - Method in class eu.vaadinonkotlin.vaadin10.sql2o.AppendSortDataProvider
 

L

le(propertyName, value) - Method in class eu.vaadinonkotlin.vaadin10.sql2o.SqlFilterFactory
 

O

or(filters) - Method in class eu.vaadinonkotlin.vaadin10.sql2o.SqlFilterFactory
 

R

refreshAll() - Method in class eu.vaadinonkotlin.vaadin10.sql2o.AppendSortDataProvider
 
refreshItem(p0) - Method in class eu.vaadinonkotlin.vaadin10.sql2o.AppendSortDataProvider
 

S

size(p0) - Method in class eu.vaadinonkotlin.vaadin10.sql2o.AppendSortDataProvider
 
sizeInBackEnd(query) - Method in class eu.vaadinonkotlin.vaadin10.sql2o.DataLoaderAdapter
 
sortedBy($receiver, sort) - Static method in class eu.vaadinonkotlin.vaadin10.sql2o.DataProviderUtilsKt
Returns a new data provider which delegates to receiver but with given list of sort orders appended to anything passed in to com.vaadin.flow.data.provider.Query. The com.vaadin.flow.data.provider.Query.sortOrders take precedence: any user-specified sorting in Grid takes precedence.
sqlDataProvider(clazz, sql, params, idMapper) - Static method in class eu.vaadinonkotlin.vaadin10.sql2o.DataProvidersKt
Allows the coder to write any SQL he wishes. This provider must be simple enough to not to get in the way by smart (complex) Kotlin language features. It should support any SQL select, but should allow for adding custom filters and orderings (since this is plugged into Grid after all).
SqlFilterFactory<T> - Class in eu.vaadinonkotlin.vaadin10.sql2o
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.
SqlFilterFactory(clazz) - Constructor for class eu.vaadinonkotlin.vaadin10.sql2o.SqlFilterFactory
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.

T

toString() - Method in class eu.vaadinonkotlin.vaadin10.sql2o.DataLoaderAdapter
 

V

VaadinFiltersKt - Class in eu.vaadinonkotlin.vaadin10.sql2o
 

W

withConfigurableFilter2($receiver) - Static method in class eu.vaadinonkotlin.vaadin10.sql2o.DataProviderUtilsKt
Wraps this data provider in a configurable filter, regardless of whether this data provider is already a configurable filter or not.
withFilter($receiver, other) - Static method in class eu.vaadinonkotlin.vaadin10.sql2o.DataProviderUtilsKt
Produces a new data provider which restricts rows returned by the original data provider to given filter.
A C D E F G I L O R S T V W 
Skip navigation links