| Package | Description |
|---|---|
| com.vaadin.flow.data.value |
| Modifier and Type | Method and Description |
|---|---|
ValueChangeMode |
HasValueChangeMode.getValueChangeMode()
Gets current value change mode of the component.
|
static ValueChangeMode |
ValueChangeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueChangeMode[] |
ValueChangeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ValueChangeMode.eventForMode(ValueChangeMode mode,
String eagerEventName)
Gets the name of the event associated with the given mode.
|
void |
HasValueChangeMode.setValueChangeMode(ValueChangeMode valueChangeMode)
Sets new value change mode for the component.
|
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.