Skip navigation links
C D E G S 

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

DataProvidersKt - 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.
eu.vaadinonkotlin.vaadin10.sql2o - package eu.vaadinonkotlin.vaadin10.sql2o
 

G

getClazz() - Method in class eu.vaadinonkotlin.vaadin10.sql2o.EntityToIdConverter2
 

S

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).
C D E G S 
Skip navigation links