Uses of Class
com.wontlost.ckeditor.VaadinCKEditor
Packages that use VaadinCKEditor
Package
Description
内部实现类包。
-
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 TypeClassDescriptionclass自动保存事件。class内容变更事件。class编辑器错误事件。class编辑器就绪事件。class降级事件。Constructors in com.wontlost.ckeditor.event with parameters of type VaadinCKEditorModifierConstructorDescriptionAutosaveEvent(VaadinCKEditor source, boolean fromClient, String content) 创建成功的自动保存事件AutosaveEvent(VaadinCKEditor source, boolean fromClient, String content, boolean success, String errorMessage) 创建自动保存事件ContentChangeEvent(VaadinCKEditor source, boolean fromClient, String oldContent, String newContent, ContentChangeEvent.ChangeSource changeSource) 创建内容变更事件EditorErrorEvent(VaadinCKEditor source, boolean fromClient, EditorErrorEvent.EditorError error) 创建编辑器错误事件EditorReadyEvent(VaadinCKEditor source, boolean fromClient, long initializationTimeMs) 创建编辑器就绪事件FallbackEvent(VaadinCKEditor source, boolean fromClient, FallbackEvent.FallbackMode mode, String reason, String originalError) 创建降级事件 -
Uses of VaadinCKEditor in com.wontlost.ckeditor.internal
Constructors in com.wontlost.ckeditor.internal with parameters of type VaadinCKEditor