Package org.vaadin.miki.markers
Interface WithTextInputModeMixin<SELF extends WithTextInputModeMixin<SELF>>
- All Superinterfaces:
HasTextInputMode
- All Known Implementing Classes:
AbstractSuperFloatingPointField,AbstractSuperNumberField,SuperBigDecimalField,SuperDoubleField,SuperIntegerField,SuperLongField,SuperTextField
public interface WithTextInputModeMixin<SELF extends WithTextInputModeMixin<SELF>>
extends HasTextInputMode
Mixin interface for
HasTextInputMode.- Since:
- 2023-04-21
- Author:
- miki
-
Method Summary
Modifier and TypeMethodDescriptiondefault SELFChainsHasTextInputMode.setTextInputMode(TextInputMode)and returns itself.Methods inherited from interface org.vaadin.miki.markers.HasTextInputMode
getTextInputMode, setTextInputMode
-
Method Details