| Package | Description |
|---|---|
| com.holonplatform.vaadin.components | |
| com.holonplatform.vaadin.components.builders |
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.shared.Registration |
ValueHolder.addValueChangeListener(ValueHolder.ValueChangeListener<V> listener)
Adds a value change listener, called when the value changes.
|
<T> B |
PropertyInputGroup.Builder.withValueChangeListener(com.holonplatform.core.property.Property<T> property,
ValueHolder.ValueChangeListener<T> listener)
|
B |
PropertyInputGroup.Builder.withValueChangeListener(ValueHolder.ValueChangeListener<com.holonplatform.core.property.PropertyBox> listener)
Add a
ValueChangeListener to be notified when the input group value changes. |
| Modifier and Type | Method and Description |
|---|---|
ViewComponentBuilder<T> |
ViewComponentBuilder.withValueChangeListener(ValueHolder.ValueChangeListener<T> listener)
Add a
ValueHolder.ValueChangeListener to the component. |
B |
InputConfigurator.withValueChangeListener(ValueHolder.ValueChangeListener<T> listener)
Add a
ValueHolder.ValueChangeListener to be notified when the input value changes. |
Copyright © 2019 The Holon Platform. All rights reserved.