| Package | Description |
|---|---|
| org.vaadin.miki.markers | |
| org.vaadin.miki.shared.text | |
| org.vaadin.miki.superfields.numbers | |
| org.vaadin.miki.superfields.text |
| Modifier and Type | Method and Description |
|---|---|
TextInputMode |
HasTextInputMode.getTextInputMode()
Returns the current text input mode of this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HasTextInputMode.setTextInputMode(TextInputMode inputMode)
Changes the text input mode of this object.
|
default SELF |
WithTextInputModeMixin.withTextInputMode(TextInputMode mode)
Chains
HasTextInputMode.setTextInputMode(TextInputMode) and returns itself. |
| Modifier and Type | Method and Description |
|---|---|
static TextInputMode |
TextInputMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextInputMode[] |
TextInputMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TextInputMode |
AbstractSuperNumberField.getTextInputMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSuperNumberField.setTextInputMode(TextInputMode inputMode) |
| Modifier and Type | Method and Description |
|---|---|
TextInputMode |
SuperTextField.getTextInputMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
SuperTextField.setTextInputMode(TextInputMode inputMode) |
Copyright © 2023 Miki. All rights reserved.