Serialized Form
-
Package de.f0rce.ace
-
Class de.f0rce.ace.AceEditor extends com.vaadin.flow.component.Component implements Serializable
-
Serialized Fields
-
autoComplete
boolean autoComplete
-
baseUrl
java.lang.String baseUrl
-
cursorPosition
AceCursorPosition cursorPosition
-
customMode
java.lang.String customMode
-
customModes
java.util.Map<java.lang.String,AceCustomMode> customModes
-
customWordCompleter
java.util.List<IAceWordCompleter> customWordCompleter
-
displayIndentGuides
boolean displayIndentGuides
-
enableSnippets
boolean enableSnippets
-
fontSize
int fontSize
-
hasBeenDetached
boolean hasBeenDetached
-
highlightSelectedWord
boolean highlightSelectedWord
-
hightlightActiveLine
boolean hightlightActiveLine
-
initialFocus
boolean initialFocus
-
liveAutocompletion
boolean liveAutocompletion
-
markers
java.util.List<AceMarker> markers
-
mode
AceMode mode
-
placeHolder
java.lang.String placeHolder
-
printMargin
boolean printMargin
-
readOnly
boolean readOnly
-
selection
AceSelection selection
-
showGutter
boolean showGutter
-
showInvisibles
boolean showInvisibles
-
softTabs
boolean softTabs
-
statusbarEnabled
boolean statusbarEnabled
-
statusbarIndexing
AceStatusbarIndexing statusbarIndexing
-
tabSize
int tabSize
-
theme
AceTheme theme
-
useWorker
boolean useWorker
-
value
java.lang.String value
-
wrap
boolean wrap
-
-
-
-
Package de.f0rce.ace.events
-
Class de.f0rce.ace.events.AceBlurChanged extends com.vaadin.flow.component.ComponentEvent<AceEditor> implements Serializable
-
Serialized Fields
-
cursorPosition
AceCursorPosition cursorPosition
-
selection
AceSelection selection
-
value
java.lang.String value
-
-
-
Class de.f0rce.ace.events.AceChanged extends com.vaadin.flow.component.ComponentEvent<AceEditor> implements Serializable
-
Serialized Fields
-
value
java.lang.String value
-
-
-
Class de.f0rce.ace.events.AceForceSyncDomEvent extends com.vaadin.flow.component.ComponentEvent<AceEditor> implements Serializable
-
Serialized Fields
-
cursorPosition
AceCursorPosition cursorPosition
-
selection
AceSelection selection
-
value
java.lang.String value
-
-
-
Class de.f0rce.ace.events.AceForceSyncEvent extends com.vaadin.flow.component.ComponentEvent<AceEditor> implements Serializable
-
Serialized Fields
-
cursorPosition
AceCursorPosition cursorPosition
-
selection
AceSelection selection
-
value
java.lang.String value
-
-
-
Class de.f0rce.ace.events.AceHTMLGeneratedEvent extends com.vaadin.flow.component.ComponentEvent<AceEditor> implements Serializable
-
Serialized Fields
-
html
java.lang.String html
-
-
-
Class de.f0rce.ace.events.AceReady extends com.vaadin.flow.component.ComponentEvent<AceEditor> implements Serializable
-
Class de.f0rce.ace.events.AceSelectionChanged extends com.vaadin.flow.component.ComponentEvent<AceEditor> implements Serializable
-
Serialized Fields
-
cursorPosition
AceCursorPosition cursorPosition
-
selection
AceSelection selection
-
-
-
Class de.f0rce.ace.events.AceValueChanged extends com.vaadin.flow.component.ComponentEvent<AceEditor> implements Serializable
-
Serialized Fields
-
value
java.lang.String value
-
-
-