| Package | Description |
|---|---|
| com.holonplatform.vaadin7.components | |
| com.holonplatform.vaadin7.data.container |
| Modifier and Type | Method and Description |
|---|---|
Registration |
Dialog.addCloseListener(Dialog.CloseListener listener)
Adds a
Dialog.CloseListener for dialog closing events. |
Registration |
Selectable.addSelectionListener(Selectable.SelectionListener<T> selectionListener)
Adds a
Selectable.SelectionListener to listener to selection changes. |
Registration |
ValidatableInput.addValidator(com.holonplatform.core.Validator<V> validator)
Adds a
Validator to validate the input value. |
Registration |
ValueHolder.addValueChangeListener(ValueHolder.ValueChangeListener<V> listener)
Adds a value change listener, called when the value changes.
|
| Modifier and Type | Method and Description |
|---|---|
Registration |
ItemDataSourceContainer.addQueryConfigurationProvider(com.holonplatform.core.query.QueryConfigurationProvider queryConfigurationProvider)
Add an external
QueryConfigurationProvider for additional query configuration |
Copyright © 2019 The Holon Platform. All rights reserved.