Interface ITerminalSelection
- All Superinterfaces:
HasElement,Serializable
Add selection support to XTerm using arrow keys.
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanReturns the command line prompt.default voidsetKeyboardSelectionEnabled(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.
-