Interface TextInputField.TextSelectionSupported

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.TextSelectionSupported
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    setSelectionRange(int pos, int length)
     
  • Method Details

    • selectAll

      void selectAll()
    • setSelectionRange

      void setSelectionRange(int pos, int length)