Interface SelectionApi.SelectionRangeCallback

    • Method Detail

      • 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