Interface SelectionApi.SelectionRangeCallback

All Superinterfaces:
Serializable
Enclosing interface:
SelectionApi

public static interface SelectionApi.SelectionRangeCallback extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    selectionRange(int start, int end, String content)
    This method is called with the current selection of the field.
  • Method Details

    • selectionRange

      void selectionRange(int start, int end, String content)
      This method is called with the current selection of the field.
      Parameters:
      start - the start of the selection (inclusive)
      end - the end of the selection (inclusive)
      content - the string content currently selected