Interface ITerminalSelection

All Superinterfaces:
com.vaadin.flow.component.HasElement, Serializable

public interface ITerminalSelection extends com.vaadin.flow.component.HasElement
Add selection support to XTerm using arrow keys.
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Returns the command line prompt.
    default void
    setKeyboardSelectionEnabled(boolean enabled)
    Sets the command line prompt.

    Methods inherited from interface com.vaadin.flow.component.HasElement

    getElement
  • Method Details

    • setKeyboardSelectionEnabled

      default void setKeyboardSelectionEnabled(boolean enabled)
      Sets the command line prompt.
    • getKeyboardSelectionEnabled

      default boolean getKeyboardSelectionEnabled()
      Returns the command line prompt.