Interface TextSelectionNotifier<T extends com.vaadin.flow.component.Component & CanSelectText>

    • Method Detail

      • addTextSelectionListener

        com.vaadin.flow.shared.Registration addTextSelectionListener​(TextSelectionListener<T> listener)
        Adds the listener.
        Parameters:
        listener - A listener to add.
        Returns:
        A Registration that can be used to stop listening to the event.