Serialized Form
-
Package com.wontlost.ckeditor
-
Class com.wontlost.ckeditor.HotDeployConfig
class HotDeployConfig extends Object implements Serializable -
Class com.wontlost.ckeditor.VaadinCKEditor
class VaadinCKEditor extends com.vaadin.flow.component.customfield.CustomField<String> implements Serializable-
Serialized Fields
-
autosave
boolean autosave
-
autosaveCallback
Consumer<String> autosaveCallback
-
autosaveWaitingTime
int autosaveWaitingTime
-
config
CKEditorConfig config
-
contentManager
ContentManager contentManager
-
customPlugins
Set<CustomPlugin> customPlugins
-
editorData
String editorData
-
editorType
CKEditorType editorType
-
errorHandler
ErrorHandler errorHandler
-
eventDispatcher
EventDispatcher eventDispatcher
-
fallbackMode
FallbackEvent.FallbackMode fallbackMode
-
htmlSanitizer
HtmlSanitizer htmlSanitizer
-
language
String language
-
licenseKey
String licenseKey
-
plugins
Set<CKEditorPlugin> plugins
-
readOnly
boolean readOnly
-
theme
CKEditorTheme theme
-
toolbar
String[] toolbar
-
uploadConfig
UploadHandler.UploadConfig uploadConfig
-
uploadHandler
UploadHandler uploadHandler
-
uploadManager
UploadManager uploadManager
-
-
-
-
Package com.wontlost.ckeditor.event
-
Class com.wontlost.ckeditor.event.AutosaveEvent
class AutosaveEvent extends com.vaadin.flow.component.ComponentEvent<VaadinCKEditor> implements Serializable -
Class com.wontlost.ckeditor.event.ContentChangeEvent
class ContentChangeEvent extends com.vaadin.flow.component.ComponentEvent<VaadinCKEditor> implements Serializable-
Serialized Fields
-
changeSource
ContentChangeEvent.ChangeSource changeSource
-
newContent
String newContent
-
oldContent
String oldContent
-
-
-
Class com.wontlost.ckeditor.event.EditorErrorEvent
class EditorErrorEvent extends com.vaadin.flow.component.ComponentEvent<VaadinCKEditor> implements Serializable-
Serialized Fields
-
error
EditorErrorEvent.EditorError error
-
-
-
Class com.wontlost.ckeditor.event.EditorReadyEvent
class EditorReadyEvent extends com.vaadin.flow.component.ComponentEvent<VaadinCKEditor> implements Serializable-
Serialized Fields
-
initializationTimeMs
long initializationTimeMs
-
-
-
Class com.wontlost.ckeditor.event.FallbackEvent
class FallbackEvent extends com.vaadin.flow.component.ComponentEvent<VaadinCKEditor> implements Serializable-
Serialized Fields
-
mode
FallbackEvent.FallbackMode mode
-
originalError
String originalError
-
reason
String reason
-
-
-