| Package | Description |
|---|---|
| com.flowingcode.vaadin.addons.easybinder | |
| com.flowingcode.vaadin.addons.easygrid |
| Modifier and Type | Class and Description |
|---|---|
class |
EasyBinder.EasyBinding |
| Modifier and Type | Method and Description |
|---|---|
static <BEAN> com.vaadin.flow.data.binder.Binder.Binding<BEAN,?> |
BinderHelper.bind(com.vaadin.flow.data.binder.Binder<BEAN> binder,
FieldFactoryRegistry fieldFactory,
FieldFactoryContext context,
com.vaadin.flow.data.binder.PropertyDefinition<BEAN,?> property) |
FieldBuilder<? extends MODEL> |
FieldFactory.createField(com.vaadin.flow.data.binder.PropertyDefinition<? super Object,MODEL> property,
FieldFactoryContext context) |
FieldBuilder<? extends Object> |
FieldFactoryRegistry.createField(com.vaadin.flow.data.binder.PropertyDefinition<? super Object,Object> property,
FieldFactoryContext context) |
| Modifier and Type | Method and Description |
|---|---|
static <MODEL> FieldFactory<MODEL> |
FieldFactory.of(Class<MODEL> clazz,
com.vaadin.flow.function.SerializableFunction<FieldFactoryContext,FieldBuilder<MODEL>> function) |
| Modifier and Type | Class and Description |
|---|---|
static class |
EasyGrid.EditableColumn<T,X> |
Copyright © 2020 Flowing Code. All rights reserved.