| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components | |
| com.holonplatform.vaadin.flow.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static <T,V> InputConverterBuilder<T,V> |
Input.builder(Input<V> input,
com.vaadin.flow.data.converter.Converter<V,T> converter)
|
| Modifier and Type | Method and Description |
|---|---|
static <T,V> InputConverterBuilder<T,V> |
InputConverterBuilder.create(Input<V> input,
com.vaadin.flow.data.converter.Converter<V,T> converter)
Create a new
InputConverterBuilder. |
default InputConverterBuilder<T,V> |
InputConverterBuilder.withAdapters(InputAdaptersContainer<T> adapters)
Add a set of adapters.
|
<A> InputConverterBuilder<T,V> |
InputConverterBuilder.withAdapters(Map<Class<A>,Function<Input<T>,A>> adapters)
Add a set of adapters.
|
InputConverterBuilder<T,V> |
InputConverterBuilder.withReadonlyChangeListeners(Collection<ReadonlyChangeListener> listeners)
Add a set of
ReadonlyChangeListeners to be notified when the input read-only state changes. |
InputConverterBuilder<T,V> |
InputConverterBuilder.withValueChangeListeners(Collection<ValueHolder.ValueChangeListener<T,ValueHolder.ValueChangeEvent<T>>> listeners)
Add a set of
ValueHolder.ValueChangeListeners to be notified when the input value changes. |
Copyright © 2020 The Holon Platform. All rights reserved.