Package org.vaadin.miki.markers
Interface HasTextInputMode
- All Known Subinterfaces:
WithTextInputModeMixin<SELF>
- All Known Implementing Classes:
AbstractSuperFloatingPointField,AbstractSuperNumberField,SuperBigDecimalField,SuperDoubleField,SuperIntegerField,SuperLongField,SuperTextField
public interface HasTextInputMode
Marker interface for objects that have a text input mode.
- Since:
- 2023-04-21
- Author:
- miki
-
Method Summary
Modifier and TypeMethodDescriptionReturns the current text input mode of this object.voidsetTextInputMode(TextInputMode inputMode) Changes the text input mode of this object.
-
Method Details
-
getTextInputMode
TextInputMode getTextInputMode()Returns the current text input mode of this object.- Returns:
- A
TextInputMode, ornullif none has been set.