| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components | |
| com.holonplatform.vaadin.flow.components.builders |
| Modifier and Type | Method and Description |
|---|---|
com.holonplatform.core.Registration |
Input.addReadonlyChangeListener(ReadonlyChangeListener listener)
Adds a read-only change listener, called when the read-only state changes.
|
| Modifier and Type | Method and Description |
|---|---|
C |
InputConfigurator.withReadonlyChangeListener(ReadonlyChangeListener listener)
Add a
ReadonlyChangeListener to be notified when the input read-only state changes. |
| Modifier and Type | Method and Description |
|---|---|
B |
InputAdapterBuilder.withReadonlyChangeListeners(Collection<ReadonlyChangeListener> listeners)
Add a set of
ReadonlyChangeListeners to be notified when the input read-only state changes. |
InputConverterBuilder<T,V> |
InputConverterBuilder.withReadonlyChangeListeners(Collection<ReadonlyChangeListener> listeners)
Add a set of
ReadonlyChangeListeners to be notified when the input read-only state changes. |
Copyright © 2020 The Holon Platform. All rights reserved.