@NpmPackage(value="xterm",
version="4.19.0")
@JsModule(value="./fc-xterm/xterm-element.ts")
@CssImport(value="xterm/css/xterm.css")
public abstract class XTermBase
extends com.vaadin.flow.component.Component
implements ITerminal, ITerminalOptions, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasEnabled
ITerminalOptions.BellStyle, ITerminalOptions.CursorStyle, ITerminalOptions.FastScrollModifier, ITerminalOptions.RendererType| Constructor and Description |
|---|
XTermBase()
Constructs a new instance of
XTerm |
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.flow.shared.Registration |
addCustomKeyListener(com.vaadin.flow.dom.DomEventListener listener,
com.vaadin.flow.component.Key key,
com.vaadin.flow.component.KeyLocation location,
com.vaadin.flow.component.KeyModifier... modifiers)
Add a server-side key listener.
|
com.vaadin.flow.shared.Registration |
addCustomKeyListener(com.vaadin.flow.dom.DomEventListener listener,
com.vaadin.flow.component.Key key,
com.vaadin.flow.component.KeyModifier... modifiers)
Add a server-side key listener.
|
protected void |
executeJs(String expression,
Serializable... parameters) |
void |
setEnabled(boolean enabled) |
addListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitblur, clear, clearSelection, focus, getSelection, hasSelection, paste, refresh, reset, resize, scrollLines, scrollPages, scrollToBottom, scrollToLine, scrollToTop, select, selectAll, selectLines, write, writelnsetBellSound, setBellStyle, setCursorBlink, setCursorStyle, setCursorWidth, setDrawBoldTextInBrightColors, setFastScrollModifier, setFastScrollSensitivity, setFontFamily, setFontSize, setFontWeight, setFontWeightBold, setLetterSpacing, setLineHeight, setMacOptionClickForcesSelection, setMacOptionIsMeta, setMinimumContrastRatio, setRendererType, setRightClickSelectsWord, setScreenReaderMode, setScrollback, setScrollSensitivity, setTabStopWidth, setTheme, setWordSeparatorgetCssSize, getHeight, getHeightUnit, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, getWidthUnit, setHeight, setHeight, setHeightFull, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidthFullprotected void executeJs(String expression, Serializable... parameters)
public com.vaadin.flow.shared.Registration addCustomKeyListener(com.vaadin.flow.dom.DomEventListener listener,
com.vaadin.flow.component.Key key,
com.vaadin.flow.component.KeyModifier... modifiers)
addCustomKeyListener(DomEventListener, Key, KeyModifier...) with a KeyLocation of
null.public com.vaadin.flow.shared.Registration addCustomKeyListener(com.vaadin.flow.dom.DomEventListener listener,
com.vaadin.flow.component.Key key,
com.vaadin.flow.component.KeyLocation location,
com.vaadin.flow.component.KeyModifier... modifiers)
public void setEnabled(boolean enabled)
setEnabled in interface com.vaadin.flow.component.HasEnabledCopyright © 2020–2023 Flowing Code. All rights reserved.