Package | Description |
---|---|
com.vaadin.flow.component.textfield | |
com.vaadin.flow.data.value |
Modifier and Type | Method and Description |
---|---|
ValueChangeMode |
TextField.getValueChangeMode()
Gets current value change mode of the component.
|
ValueChangeMode |
TextArea.getValueChangeMode()
Gets current value change mode of the component.
|
ValueChangeMode |
PasswordField.getValueChangeMode()
Gets current value change mode of the component.
|
Modifier and Type | Method and Description |
---|---|
void |
TextField.setValueChangeMode(ValueChangeMode valueChangeMode) |
void |
TextArea.setValueChangeMode(ValueChangeMode valueChangeMode) |
void |
PasswordField.setValueChangeMode(ValueChangeMode valueChangeMode) |
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 © 2018. All rights reserved.