Uses of Class
com.wontlost.ckeditor.VaadinCKEditor
Packages that use VaadinCKEditor
Package
Description
Internal implementation classes package.
-
Uses of VaadinCKEditor in com.wontlost.ckeditor
Methods in com.wontlost.ckeditor that return VaadinCKEditorModifier and TypeMethodDescriptionVaadinCKEditorBuilder.build()Build and initialize the configured VaadinCKEditor instance.static VaadinCKEditorVaadinCKEditor.withPreset(CKEditorPreset preset) Quick create editor with preset -
Uses of VaadinCKEditor in com.wontlost.ckeditor.event
Subclasses with type arguments of type VaadinCKEditor in com.wontlost.ckeditor.eventModifier and TypeClassDescriptionclassAutosave event.classContent change event.classEditor error event.classEditor ready event.classFallback event.Constructors in com.wontlost.ckeditor.event with parameters of type VaadinCKEditorModifierConstructorDescriptionAutosaveEvent(VaadinCKEditor source, boolean fromClient, String content) Create a successful autosave event.AutosaveEvent(VaadinCKEditor source, boolean fromClient, String content, boolean success, String errorMessage) Create an autosave event.ContentChangeEvent(VaadinCKEditor source, boolean fromClient, String oldContent, String newContent, ContentChangeEvent.ChangeSource changeSource) Create a content change event.EditorErrorEvent(VaadinCKEditor source, boolean fromClient, EditorErrorEvent.EditorError error) Create an editor error event.EditorReadyEvent(VaadinCKEditor source, boolean fromClient, long initializationTimeMs) Create an editor ready event.FallbackEvent(VaadinCKEditor source, boolean fromClient, FallbackEvent.FallbackMode mode, String reason, String originalError) Create a fallback event. -
Uses of VaadinCKEditor in com.wontlost.ckeditor.internal
Constructors in com.wontlost.ckeditor.internal with parameters of type VaadinCKEditor