Package | Description |
---|---|
com.vaadin.flow.component.html | |
com.vaadin.flow.component.richtexteditor | |
com.vaadin.flow.component.textfield | |
com.vaadin.flow.data.value |
Modifier and Type | Method and Description |
---|---|
ValueChangeMode |
Input.getValueChangeMode() |
Modifier and Type | Method and Description |
---|---|
void |
Input.setValueChangeMode(ValueChangeMode valueChangeMode) |
Constructor and Description |
---|
Input(ValueChangeMode valueChangeMode)
Creates a new input without any specific type.
|
Modifier and Type | Method and Description |
---|---|
ValueChangeMode |
RichTextEditor.getValueChangeMode()
Gets current value change mode of the component.
|
Modifier and Type | Method and Description |
---|---|
void |
RichTextEditor.setValueChangeMode(ValueChangeMode valueChangeMode) |
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.
|
ValueChangeMode |
EmailField.getValueChangeMode()
Gets current value change mode of the component.
|
ValueChangeMode |
BigDecimalField.getValueChangeMode()
Gets current value change mode of the component.
|
ValueChangeMode |
AbstractNumberField.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) |
void |
EmailField.setValueChangeMode(ValueChangeMode valueChangeMode) |
void |
BigDecimalField.setValueChangeMode(ValueChangeMode valueChangeMode) |
void |
AbstractNumberField.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 void |
ValueChangeMode.applyChangeTimeout(ValueChangeMode mode,
int timeout,
DomListenerRegistration registration)
Applies the value change timeout of the given mode on the registration of
the DOM event listener that synchronizes.
|
static String |
ValueChangeMode.eventForMode(ValueChangeMode mode,
String immediateEventName)
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 © 2025. All rights reserved.