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 Details

    • setTextInputMode

      void setTextInputMode(TextInputMode inputMode)
      Changes the text input mode of this object.
      Parameters:
      inputMode - New input mode. Can be null.
    • getTextInputMode

      TextInputMode getTextInputMode()
      Returns the current text input mode of this object.
      Returns:
      A TextInputMode, or null if none has been set.