| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components | |
| com.holonplatform.vaadin.flow.components.builders |
| Modifier and Type | Method and Description |
|---|---|
com.holonplatform.core.Registration |
ValueHolder.addValueChangeListener(ValueHolder.ValueChangeListener<V,E> listener)
Adds a value change listener, called when the value changes.
|
| Modifier and Type | Method and Description |
|---|---|
<V> C |
InputGroupConfigurator.PropertySetInputGroupConfigurator.withValueChangeListener(com.holonplatform.core.property.Property<V> property,
ValueHolder.ValueChangeListener<V,GroupValueChangeEvent<V,com.holonplatform.core.property.Property<?>,Input<?>,G>> listener)
|
C |
InputGroupConfigurator.BeanInputGroupConfigurator.withValueChangeListener(String property,
ValueHolder.ValueChangeListener<?,GroupValueChangeEvent<?,String,Input<?>,G>> listener)
|
C |
InputConfigurator.withValueChangeListener(ValueHolder.ValueChangeListener<T,E> listener)
Add a
ValueHolder.ValueChangeListener to be notified when the input value changes. |
C |
ComponentGroupConfigurator.withValueChangeListener(ValueHolder.ValueChangeListener<T,GroupValueChangeEvent<T,P,E,G>> listener)
Add a group value change listener.
|
C |
ViewComponentConfigurator.withValueChangeListener(ValueHolder.ValueChangeListener<T,ValueHolder.ValueChangeEvent<T>> listener)
Add a
ValueHolder.ValueChangeListener to the component. |
| Modifier and Type | Method and Description |
|---|---|
B |
InputAdapterBuilder.withValueChangeListeners(Collection<ValueHolder.ValueChangeListener<T,ValueHolder.ValueChangeEvent<T>>> listeners)
Add a set of
ValueHolder.ValueChangeListeners to be notified when the input value changes. |
Copyright © 2019 The Holon Platform. All rights reserved.