Serialized Form
-
Package de.f0rce.ace
-
Class de.f0rce.ace.AceEditor
class AceEditor extends com.vaadin.flow.component.Component implements Serializable-
Serialized Fields
-
autoComplete
boolean autoComplete
-
baseUrl
String baseUrl
-
cursorPosition
AceCursorPosition cursorPosition
-
customMode
String customMode
-
customModes
Map<String,
AceCustomMode> customModes -
customWordCompleter
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
List<AceMarker> markers
-
mode
AceMode mode
-
objectMapper
tools.jackson.databind.ObjectMapper objectMapper
-
placeHolder
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
String value
-
wrap
boolean wrap
-
-
-
-
Package de.f0rce.ace.events
-
Class de.f0rce.ace.events.AceBlurChanged
class AceBlurChanged extends com.vaadin.flow.component.ComponentEvent<AceEditor> implements Serializable-
Serialized Fields
-
cursorPosition
AceCursorPosition cursorPosition
-
selection
AceSelection selection
-
value
String value
-
-
-
Class de.f0rce.ace.events.AceChanged
class AceChanged extends com.vaadin.flow.component.ComponentEvent<AceEditor> implements Serializable-
Serialized Fields
-
value
String value
-
-
-
Class de.f0rce.ace.events.AceForceSyncDomEvent
class AceForceSyncDomEvent extends com.vaadin.flow.component.ComponentEvent<AceEditor> implements Serializable-
Serialized Fields
-
cursorPosition
AceCursorPosition cursorPosition
-
selection
AceSelection selection
-
value
String value
-
-
-
Class de.f0rce.ace.events.AceForceSyncEvent
class AceForceSyncEvent extends com.vaadin.flow.component.ComponentEvent<AceEditor> implements Serializable-
Serialized Fields
-
cursorPosition
AceCursorPosition cursorPosition
-
selection
AceSelection selection
-
value
String value
-
-
-
Class de.f0rce.ace.events.AceHTMLGeneratedEvent
class AceHTMLGeneratedEvent extends com.vaadin.flow.component.ComponentEvent<AceEditor> implements Serializable-
Serialized Fields
-
html
String html
-
-
-
Class de.f0rce.ace.events.AceReady
class AceReady extends com.vaadin.flow.component.ComponentEvent<AceEditor> implements Serializable -
Class de.f0rce.ace.events.AceSelectionChanged
class AceSelectionChanged extends com.vaadin.flow.component.ComponentEvent<AceEditor> implements Serializable-
Serialized Fields
-
cursorPosition
AceCursorPosition cursorPosition
-
selection
AceSelection selection
-
-
-
Class de.f0rce.ace.events.AceValueChanged
class AceValueChanged extends com.vaadin.flow.component.ComponentEvent<AceEditor> implements Serializable-
Serialized Fields
-
value
String value
-
-
-
-
Package de.f0rce.ace.interfaces
-
Package de.f0rce.ace.util
-
Class de.f0rce.ace.util.AceCursorPosition
class AceCursorPosition extends Object implements Serializable-
Serialized Fields
-
column
int column
-
index
int index
-
row
int row
-
-
-
Class de.f0rce.ace.util.AceCustomMode
class AceCustomMode extends Object implements Serializable-
Serialized Fields
-
states
Map<String,
List<AceCustomModeRule>> states
-
-
-
Class de.f0rce.ace.util.AceCustomModeRule
class AceCustomModeRule extends Object implements Serializable -
Class de.f0rce.ace.util.AceDynamicWordCompleter
class AceDynamicWordCompleter extends Object implements Serializable -
Class de.f0rce.ace.util.AceMarker
class AceMarker extends Object implements Serializable-
Serialized Fields
-
aceMarkerColor
AceMarkerColor aceMarkerColor
-
alias
String alias
-
from
int from
-
id
String id
-
rowEnd
int rowEnd
-
rowStart
int rowStart
-
to
int to
-
-
-
Class de.f0rce.ace.util.AceSelection
class AceSelection extends Object implements Serializable-
Serialized Fields
-
endColumn
int endColumn
-
endIndex
int endIndex
-
endRow
int endRow
-
selectedText
String selectedText
-
startColumn
int startColumn
-
startIndex
int startIndex
-
startRow
int startRow
-
-
-
Class de.f0rce.ace.util.AceStaticWordCompleter
class AceStaticWordCompleter extends Object implements Serializable
-