default FieldBuilder<TARGET> |
FieldBuilder.asRequired() |
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) |
static <PRESENTATION,MODEL> FieldBuilder<MODEL> |
FieldBuilder.of(com.vaadin.flow.component.HasValue<?,PRESENTATION> field,
com.vaadin.flow.function.SerializableFunction<com.vaadin.flow.data.binder.Binder.BindingBuilder<?,PRESENTATION>,com.vaadin.flow.data.binder.Binder.BindingBuilder<?,MODEL>> configuration) |
static <V> FieldBuilder<V> |
FieldBuilder.of(com.vaadin.flow.component.HasValue<?,V> field) |
<V> FieldBuilder<V> |
FieldBuilder.thenApply(com.vaadin.flow.function.SerializableFunction<com.vaadin.flow.data.binder.Binder.BindingBuilder<?,TARGET>,com.vaadin.flow.data.binder.Binder.BindingBuilder<?,V>> moreConfiguration) |
default <NEWTARGET> FieldBuilder<NEWTARGET> |
FieldBuilder.withConverter(com.vaadin.flow.data.converter.Converter<TARGET,NEWTARGET> converter) |
default <NEWTARGET> FieldBuilder<NEWTARGET> |
FieldBuilder.withConverter(com.vaadin.flow.function.SerializableFunction<TARGET,NEWTARGET> toModel,
com.vaadin.flow.function.SerializableFunction<NEWTARGET,TARGET> toPresentation) |
default <NEWTARGET> FieldBuilder<NEWTARGET> |
FieldBuilder.withConverter(com.vaadin.flow.function.SerializableFunction<TARGET,NEWTARGET> toModel,
com.vaadin.flow.function.SerializableFunction<NEWTARGET,TARGET> toPresentation,
String errorMessage) |
default FieldBuilder<TARGET> |
FieldBuilder.withNullRepresentation(TARGET nullRepresentation) |