Interface TextInputField.CursorPositionSupported

All Known Subinterfaces:
MaskedField<V>, ResizableTextArea<V>, TextArea<V>, TextField<V>
All Known Implementing Classes:
AbstractTextArea, MaskedFieldImpl, ResizableTextAreaImpl, TextAreaImpl, TextFieldImpl
Enclosing interface:
TextInputField<V>

public static interface TextInputField.CursorPositionSupported
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setCursorPosition(int position)
    Sets the cursor position in the field.
  • Method Details

    • setCursorPosition

      void setCursorPosition(int position)
      Sets the cursor position in the field.
      Parameters:
      position - new cursor position