Index

A B C D E F G H I J L M N O P Q R S T U V W 使      
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

activeBackground(String) - Method in class com.wontlost.ckeditor.CKEditorConfig.ButtonStyle.Builder
 
addAllowedMimeTypes(String...) - Method in class com.wontlost.ckeditor.handler.UploadHandler.UploadConfig
添加额外的 MIME 类型到允许列表
addAutosaveListener(ComponentEventListener) - Method in class com.wontlost.ckeditor.internal.EventDispatcher
添加自动保存监听器
addAutosaveListener(ComponentEventListener) - Method in class com.wontlost.ckeditor.VaadinCKEditor
Add autosave event listener.
addContentChangeListener(ComponentEventListener) - Method in class com.wontlost.ckeditor.internal.EventDispatcher
添加内容变更监听器
addContentChangeListener(ComponentEventListener) - Method in class com.wontlost.ckeditor.VaadinCKEditor
Add content change event listener.
addCustomPlugin(CustomPlugin) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Add custom plugin
addEditorErrorListener(ComponentEventListener) - Method in class com.wontlost.ckeditor.internal.EventDispatcher
添加错误监听器
addEditorErrorListener(ComponentEventListener) - Method in class com.wontlost.ckeditor.VaadinCKEditor
Add editor error event listener.
addEditorReadyListener(ComponentEventListener) - Method in class com.wontlost.ckeditor.internal.EventDispatcher
添加编辑器就绪监听器
addEditorReadyListener(ComponentEventListener) - Method in class com.wontlost.ckeditor.VaadinCKEditor
Add editor ready event listener.
addFallbackListener(ComponentEventListener) - Method in class com.wontlost.ckeditor.internal.EventDispatcher
添加回退模式监听器
addFallbackListener(ComponentEventListener) - Method in class com.wontlost.ckeditor.VaadinCKEditor
Add fallback event listener.
addPlugin(CKEditorPlugin) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Add plugin
addPlugins(CKEditorPlugin...) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Add multiple plugins
ADJACENT_LISTS_SUPPORT - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Merge adjacent lists
ALIGNMENT - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Text alignment
allowPrivateNetworks(boolean) - Method in class com.wontlost.ckeditor.CKEditorConfig
允许私有/内网地址作为上传 URL。
andThen(HtmlSanitizer) - Method in interface com.wontlost.ckeditor.handler.HtmlSanitizer
组合清理器(链式执行)
API - Enum constant in enum class com.wontlost.ckeditor.event.ContentChangeEvent.ChangeSource
API 调用(如 setValue)
AUTO - Enum constant in enum class com.wontlost.ckeditor.CKEditorTheme
Auto theme - syncs with Vaadin's Lumo theme and OS dark mode preference.
AUTO_IMAGE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Auto-detect images from URLs
AUTO_LINK - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Auto-detect links
AUTO_RESOLVE - Enum constant in enum class com.wontlost.ckeditor.VaadinCKEditorBuilder.DependencyMode
Automatically resolve all plugin dependencies (default).
AUTO_RESOLVE_WITH_RECOMMENDED - Enum constant in enum class com.wontlost.ckeditor.VaadinCKEditorBuilder.DependencyMode
Resolve dependencies and include recommended plugins.
AUTOFORMAT - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Markdown-like autoformatting
autosave - Variable in class com.wontlost.ckeditor.internal.EventDispatcher.ListenerStats
 
AUTOSAVE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Autosave functionality
AutosaveEvent - Class in com.wontlost.ckeditor.event
自动保存事件。
AutosaveEvent(VaadinCKEditor, boolean, String) - Constructor for class com.wontlost.ckeditor.event.AutosaveEvent
创建成功的自动保存事件
AutosaveEvent(VaadinCKEditor, boolean, String, boolean, String) - Constructor for class com.wontlost.ckeditor.event.AutosaveEvent
创建自动保存事件

B

background(String) - Method in class com.wontlost.ckeditor.CKEditorConfig.ButtonStyle.Builder
 
background(String) - Method in class com.wontlost.ckeditor.CKEditorConfig.ToolbarStyle.Builder
 
BALLOON - Enum constant in enum class com.wontlost.ckeditor.CKEditorType
Balloon editor with floating toolbar on selection
BASE64_UPLOAD_ADAPTER - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Base64 upload adapter
BASIC - Enum constant in enum class com.wontlost.ckeditor.CKEditorPreset
Basic preset (~300KB) Suitable for simple text input, comments
BASIC - Enum constant in enum class com.wontlost.ckeditor.handler.HtmlSanitizer.SanitizationPolicy
基础清理:移除脚本和危险标签
BASIC_STYLES - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin.Category
 
Basic Usage - Section in com.wontlost.ckeditor.CKEditorConfig.setSimpleUpload(String)
 
block(String, String, String...) - Static method in class com.wontlost.ckeditor.CKEditorConfig.StyleDefinition
Create a block style definition.
BLOCK_QUOTE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Block quotes
BOLD - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Bold text
BOOKMARK - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Anchor bookmarks for document navigation
borderColor(String) - Method in class com.wontlost.ckeditor.CKEditorConfig.ToolbarStyle.Builder
 
borderRadius(String) - Method in class com.wontlost.ckeditor.CKEditorConfig.ToolbarStyle.Builder
 
build() - Method in class com.wontlost.ckeditor.CKEditorConfig.ButtonStyle.Builder
 
build() - Method in class com.wontlost.ckeditor.CKEditorConfig.ToolbarStyle.Builder
 
build() - Method in class com.wontlost.ckeditor.CustomPlugin.Builder
Build custom plugin
build() - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Build and initialize the configured VaadinCKEditor instance.
builder() - Static method in class com.wontlost.ckeditor.CKEditorConfig.ButtonStyle
 
builder() - Static method in class com.wontlost.ckeditor.CKEditorConfig.ToolbarStyle
 
builder(String) - Static method in class com.wontlost.ckeditor.CustomPlugin
Create builder
buttonActiveBackground(String) - Method in class com.wontlost.ckeditor.CKEditorConfig.ToolbarStyle.Builder
 
buttonBackground(String) - Method in class com.wontlost.ckeditor.CKEditorConfig.ToolbarStyle.Builder
 
buttonHoverBackground(String) - Method in class com.wontlost.ckeditor.CKEditorConfig.ToolbarStyle.Builder
 
buttonOnBackground(String) - Method in class com.wontlost.ckeditor.CKEditorConfig.ToolbarStyle.Builder
 
buttonOnColor(String) - Method in class com.wontlost.ckeditor.CKEditorConfig.ToolbarStyle.Builder
 
buttonStyle(String, CKEditorConfig.ButtonStyle) - Method in class com.wontlost.ckeditor.CKEditorConfig.ToolbarStyle.Builder
 
buttonStyles(Map) - Method in class com.wontlost.ckeditor.CKEditorConfig.ToolbarStyle.Builder
 

C

CANCELLED - Enum constant in enum class com.wontlost.ckeditor.internal.UploadManager.UploadStatus
 
cancelUpload(String) - Method in class com.wontlost.ckeditor.internal.UploadManager
取消上传任务
cancelUpload(String) - Method in class com.wontlost.ckeditor.VaadinCKEditor
Cancel the specified upload task.
checkRemovalImpact(CKEditorPlugin, Set) - Static method in class com.wontlost.ckeditor.CKEditorPluginDependencies
Check if removing a plugin would break any dependencies.
CKEditorConfig - Class in com.wontlost.ckeditor
CKEditor configuration class.
CKEditorConfig() - Constructor for class com.wontlost.ckeditor.CKEditorConfig
 
CKEditorConfig.ButtonStyle - Class in com.wontlost.ckeditor
Individual button style configuration.
CKEditorConfig.ButtonStyle.Builder - Class in com.wontlost.ckeditor
 
CKEditorConfig.CodeBlockLanguage - Class in com.wontlost.ckeditor
Code block language definition
CKEditorConfig.HeadingOption - Class in com.wontlost.ckeditor
Heading option definition
CKEditorConfig.MentionFeed - Class in com.wontlost.ckeditor
Mention feed definition
CKEditorConfig.StyleDefinition - Class in com.wontlost.ckeditor
Style definition for the Style plugin.
CKEditorConfig.ToolbarStyle - Class in com.wontlost.ckeditor
Toolbar style configuration for customizing CKEditor toolbar appearance.
CKEditorConfig.ToolbarStyle.Builder - Class in com.wontlost.ckeditor
 
CKEditorPlugin - Enum Class in com.wontlost.ckeditor
CKEditor 5 official plugin enumeration.
CKEditorPlugin.Category - Enum Class in com.wontlost.ckeditor
Plugin categories for organization
CKEditorPluginDependencies - Class in com.wontlost.ckeditor
Plugin dependencies management for CKEditor 5.
CKEditorPreset - Enum Class in com.wontlost.ckeditor
CKEditor preset configurations.
CKEditorTheme - Enum Class in com.wontlost.ckeditor
CKEditor theme types.
CKEditorType - Enum Class in com.wontlost.ckeditor
CKEditor editor types
CLASSIC - Enum constant in enum class com.wontlost.ckeditor.CKEditorType
Classic editor with fixed toolbar
cleanup() - Method in class com.wontlost.ckeditor.internal.EventDispatcher
清理所有监听器
cleanup() - Method in class com.wontlost.ckeditor.internal.UploadManager
清理所有待处理的上传任务
cleanupListeners() - Method in class com.wontlost.ckeditor.VaadinCKEditor
Clean up all event listeners.
clear() - Method in class com.wontlost.ckeditor.VaadinCKEditor
Clear editor content
CLIPBOARD - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Clipboard support
CLOUD_SERVICES - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
CKEditor Cloud Services integration
CLOUD_SERVICES_CORE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Cloud Services core
CLOUD_SERVICES_UPLOAD_ADAPTER - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Cloud Services upload adapter
CODE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin.Category
 
CODE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Inline code
CODE_BLOCK - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Code blocks
codeBlock(String, String...) - Static method in class com.wontlost.ckeditor.CKEditorConfig.StyleDefinition
Create a code block style definition.
CodeBlockLanguage(String, String, String) - Constructor for class com.wontlost.ckeditor.CKEditorConfig.CodeBlockLanguage
 
COLLABORATION - Enum constant in enum class com.wontlost.ckeditor.event.ContentChangeEvent.ChangeSource
协作编辑同步
COLLABORATIVE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPreset
Collaborative preset (requires Premium license) Base configuration for collaborative editing with Comments, Track Changes, and Revision History.
com.wontlost.ckeditor - package com.wontlost.ckeditor
 
com.wontlost.ckeditor.event - package com.wontlost.ckeditor.event
 
com.wontlost.ckeditor.handler - package com.wontlost.ckeditor.handler
 
com.wontlost.ckeditor.internal - package com.wontlost.ckeditor.internal
内部实现类包。
COMPLETED - Enum constant in enum class com.wontlost.ckeditor.internal.UploadManager.UploadStatus
 
compose(ErrorHandler...) - Static method in interface com.wontlost.ckeditor.handler.ErrorHandler
组合多个错误处理器
contentChange - Variable in class com.wontlost.ckeditor.internal.EventDispatcher.ListenerStats
 
ContentChangeEvent - Class in com.wontlost.ckeditor.event
内容变更事件。
ContentChangeEvent(VaadinCKEditor, boolean, String, String, ContentChangeEvent.ChangeSource) - Constructor for class com.wontlost.ckeditor.event.ContentChangeEvent
创建内容变更事件
ContentChangeEvent.ChangeSource - Enum Class in com.wontlost.ckeditor.event
内容变更来源
ContentManager - Class in com.wontlost.ckeditor.internal
管理编辑器内容的内部类。
ContentManager(HtmlSanitizer) - Constructor for class com.wontlost.ckeditor.internal.ContentManager
创建内容管理器
CORE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin.Category
 
create() - Static method in class com.wontlost.ckeditor.VaadinCKEditor
Create editor builder.
create() - Static method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Create a new builder instance.
createArrayNode() - Static method in class com.wontlost.ckeditor.JsonUtil
Create a new ArrayNode.
createObjectNode() - Static method in class com.wontlost.ckeditor.JsonUtil
Create a new ObjectNode.
Cross-Origin Requests with Credentials - Section in com.wontlost.ckeditor.CKEditorConfig.setSimpleUpload(String, Map, boolean)
 
CUSTOM - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin.Category
 
Customizing Presets - Section in class com.wontlost.ckeditor.VaadinCKEditorBuilder
 
CustomPlugin - Class in com.wontlost.ckeditor
Custom plugin definition.
CustomPlugin.Builder - Class in com.wontlost.ckeditor
Custom plugin builder
Custom Plugins - Section in class com.wontlost.ckeditor.VaadinCKEditorBuilder
 

D

DARK - Enum constant in enum class com.wontlost.ckeditor.CKEditorTheme
Dark theme - forces dark mode regardless of Vaadin/OS settings.
DECOUPLED - Enum constant in enum class com.wontlost.ckeditor.CKEditorType
Decoupled editor with separated toolbar
DEFAULT_MAX_FILE_SIZE - Static variable in class com.wontlost.ckeditor.handler.UploadHandler.UploadConfig
默认最大文件大小:10MB
Dependency Resolution: - Section in class com.wontlost.ckeditor.VaadinCKEditor
 
DOCUMENT - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin.Category
 
DOCUMENT - Enum constant in enum class com.wontlost.ckeditor.CKEditorPreset
Document preset (~800KB) Suitable for professional document editing

E

EASY_IMAGE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Cloud-based image upload (requires CloudServices)
EDITING - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin.Category
 
EditorError(String, String, EditorErrorEvent.ErrorSeverity, boolean, String) - Constructor for class com.wontlost.ckeditor.event.EditorErrorEvent.EditorError
创建错误详情
EditorErrorEvent - Class in com.wontlost.ckeditor.event
编辑器错误事件。
EditorErrorEvent(VaadinCKEditor, boolean, EditorErrorEvent.EditorError) - Constructor for class com.wontlost.ckeditor.event.EditorErrorEvent
创建编辑器错误事件
EditorErrorEvent.EditorError - Class in com.wontlost.ckeditor.event
编辑器错误详情
EditorErrorEvent.ErrorSeverity - Enum Class in com.wontlost.ckeditor.event
错误严重程度
EditorReadyEvent - Class in com.wontlost.ckeditor.event
编辑器就绪事件。
EditorReadyEvent(VaadinCKEditor, boolean, long) - Constructor for class com.wontlost.ckeditor.event.EditorReadyEvent
创建编辑器就绪事件
EMOJI - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Emoji picker and insertion
EMOJI_PICKER - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Visual emoji picker UI
EMPTY - Enum constant in enum class com.wontlost.ckeditor.CKEditorPreset
Empty preset For fully custom configuration
Enterprise Features - Section in class com.wontlost.ckeditor.VaadinCKEditorBuilder
 
EnumParser - Class in com.wontlost.ckeditor.internal
安全的枚举解析工具类。
equals(Object) - Method in class com.wontlost.ckeditor.CustomPlugin
 
error - Variable in class com.wontlost.ckeditor.internal.EventDispatcher.ListenerStats
 
ERROR - Enum constant in enum class com.wontlost.ckeditor.event.EditorErrorEvent.ErrorSeverity
错误级别,部分功能受影响
ERROR_MESSAGE - Enum constant in enum class com.wontlost.ckeditor.event.FallbackEvent.FallbackMode
显示错误消息 不提供编辑功能
ErrorHandler - Interface in com.wontlost.ckeditor.handler
编辑器错误处理器。
ESSENTIALS - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Essential editing features (required)
EventDispatcher - Class in com.wontlost.ckeditor.internal
管理编辑器事件分发的内部类。
EventDispatcher(VaadinCKEditor) - Constructor for class com.wontlost.ckeditor.internal.EventDispatcher
创建事件分发器
EventDispatcher.ListenerStats - Class in com.wontlost.ckeditor.internal
监听器统计信息
Example with Credentials - Section in com.wontlost.ckeditor.CKEditorConfig.setSimpleUpload(String, Map, boolean)
 

F

FAILED - Enum constant in enum class com.wontlost.ckeditor.internal.UploadManager.UploadStatus
 
failure(String) - Static method in class com.wontlost.ckeditor.handler.UploadHandler.UploadResult
创建失败的上传结果
fallback - Variable in class com.wontlost.ckeditor.internal.EventDispatcher.ListenerStats
 
FallbackEvent - Class in com.wontlost.ckeditor.event
降级事件。
FallbackEvent(VaadinCKEditor, boolean, FallbackEvent.FallbackMode, String, String) - Constructor for class com.wontlost.ckeditor.event.FallbackEvent
创建降级事件
FallbackEvent.FallbackMode - Enum Class in com.wontlost.ckeditor.event
降级模式
FATAL - Enum constant in enum class com.wontlost.ckeditor.event.EditorErrorEvent.ErrorSeverity
致命级别,编辑器无法正常工作
FIND_AND_REPLACE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Find and replace
fireAutosave(String, boolean, String) - Method in class com.wontlost.ckeditor.internal.EventDispatcher
触发自动保存事件
fireContentChange(String, String, ContentChangeEvent.ChangeSource) - Method in class com.wontlost.ckeditor.internal.EventDispatcher
触发内容变更事件
fireEditorError(EditorErrorEvent.EditorError) - Method in class com.wontlost.ckeditor.internal.EventDispatcher
触发错误事件
fireEditorReady(long) - Method in class com.wontlost.ckeditor.internal.EventDispatcher
触发编辑器就绪事件
fireFallback(FallbackEvent.FallbackMode, String, String) - Method in class com.wontlost.ckeditor.internal.EventDispatcher
触发回退模式事件
FONT - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin.Category
 
FONT_BACKGROUND_COLOR - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Background color
FONT_COLOR - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Font color
FONT_FAMILY - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Font family control
FONT_SIZE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Font size control
For Gradle projects using this addon: - Section in class com.wontlost.ckeditor.HotDeployConfig
 
For Maven projects using this addon: - Section in class com.wontlost.ckeditor.HotDeployConfig
 
fromCKEditor5(String) - Static method in class com.wontlost.ckeditor.CustomPlugin
Quick create plugin from ckeditor5 main package
fromJsName(String) - Static method in enum class com.wontlost.ckeditor.CKEditorPlugin
Find plugin by JavaScript name
fromJsName(String) - Static method in enum class com.wontlost.ckeditor.event.FallbackEvent.FallbackMode
从 JS 名称解析模式
fromPremium(String) - Static method in class com.wontlost.ckeditor.CustomPlugin
Quick create plugin from ckeditor5-premium-features
FULL - Enum constant in enum class com.wontlost.ckeditor.CKEditorPreset
Full preset (~700KB) Suitable for complete document processing Optimized for fast loading (~40 plugins)
FULLSCREEN - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Full-screen editing mode

G

GENERAL_HTML_SUPPORT - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
General HTML support
generateModelValue() - Method in class com.wontlost.ckeditor.VaadinCKEditor
 
getActiveBackground() - Method in class com.wontlost.ckeditor.CKEditorConfig.ButtonStyle
 
getActiveUploadCount() - Method in class com.wontlost.ckeditor.internal.UploadManager
获取活跃上传数量
getActiveUploadCount() - Method in class com.wontlost.ckeditor.VaadinCKEditor
Get the number of active uploads.
getAlignmentOptions() - Method in class com.wontlost.ckeditor.CKEditorConfig
Get the alignment options.
getAllowedMimeTypes() - Method in class com.wontlost.ckeditor.handler.UploadHandler.UploadConfig
获取允许的 MIME 类型
getAutosaveWaitingTime() - Method in class com.wontlost.ckeditor.CKEditorConfig
Get the autosave waiting time.
getBackground() - Method in class com.wontlost.ckeditor.CKEditorConfig.ButtonStyle
 
getBackground() - Method in class com.wontlost.ckeditor.CKEditorConfig.ToolbarStyle
 
getBoolean(String, boolean) - Method in class com.wontlost.ckeditor.CKEditorConfig
Get a boolean configuration value.
getBorderColor() - Method in class com.wontlost.ckeditor.CKEditorConfig.ToolbarStyle
 
getBorderRadius() - Method in class com.wontlost.ckeditor.CKEditorConfig.ToolbarStyle
 
getButtonActiveBackground() - Method in class com.wontlost.ckeditor.CKEditorConfig.ToolbarStyle
 
getButtonBackground() - Method in class com.wontlost.ckeditor.CKEditorConfig.ToolbarStyle
 
getButtonHoverBackground() - Method in class com.wontlost.ckeditor.CKEditorConfig.ToolbarStyle
 
getButtonOnBackground() - Method in class com.wontlost.ckeditor.CKEditorConfig.ToolbarStyle
 
getButtonOnColor() - Method in class com.wontlost.ckeditor.CKEditorConfig.ToolbarStyle
 
getButtonStyles() - Method in class com.wontlost.ckeditor.CKEditorConfig.ToolbarStyle
 
getByCategory(CKEditorPlugin.Category) - Static method in enum class com.wontlost.ckeditor.CKEditorPlugin
Get all plugins in a category
getCategory() - Method in enum class com.wontlost.ckeditor.CKEditorPlugin
Get the plugin category
getChangeSource() - Method in class com.wontlost.ckeditor.event.ContentChangeEvent
获取变更来源
getCharacterCount() - Method in class com.wontlost.ckeditor.VaadinCKEditor
Get character count of content (excluding HTML tags).
getCharacterCount(String) - Method in class com.wontlost.ckeditor.internal.ContentManager
估算内容的字符数(不包含 HTML 标签)
getClasses() - Method in class com.wontlost.ckeditor.CKEditorConfig.StyleDefinition
Get the CSS classes
getCode() - Method in class com.wontlost.ckeditor.event.EditorErrorEvent.EditorError
 
getCodeBlockIndentSequence() - Method in class com.wontlost.ckeditor.CKEditorConfig
Get the code block indent sequence.
getConfigs() - Method in class com.wontlost.ckeditor.CKEditorConfig
Get configuration map
getContent() - Method in class com.wontlost.ckeditor.event.AutosaveEvent
获取保存的内容
getDefaultToolbar() - Method in enum class com.wontlost.ckeditor.CKEditorPreset
Get default toolbar configuration
getDependencies() - Method in class com.wontlost.ckeditor.CustomPlugin
Get dependency plugin names
getDependencies(CKEditorPlugin) - Static method in class com.wontlost.ckeditor.CKEditorPluginDependencies
Get the direct dependencies for a plugin.
getDependencyTree(CKEditorPlugin) - Static method in class com.wontlost.ckeditor.CKEditorPluginDependencies
Get a human-readable dependency tree for a plugin.
getDependents(CKEditorPlugin) - Static method in class com.wontlost.ckeditor.CKEditorPluginDependencies
Get all plugins that depend on the specified plugin.
getDisplayName() - Method in enum class com.wontlost.ckeditor.CKEditorPlugin.Category
 
getDisplayName() - Method in enum class com.wontlost.ckeditor.CKEditorPreset
Get display name
getElapsedTimeMs() - Method in class com.wontlost.ckeditor.internal.UploadManager.UploadTask
获取上传耗时(毫秒)
getElement() - Method in class com.wontlost.ckeditor.CKEditorConfig.StyleDefinition
Get the HTML element
getError() - Method in class com.wontlost.ckeditor.event.EditorErrorEvent
获取错误详情
getErrorHandler() - Method in class com.wontlost.ckeditor.internal.EventDispatcher
获取错误处理器
getErrorHandler() - Method in class com.wontlost.ckeditor.VaadinCKEditor
Get error handler.
getErrorMessage() - Method in class com.wontlost.ckeditor.event.AutosaveEvent
获取错误消息
getErrorMessage() - Method in class com.wontlost.ckeditor.handler.UploadHandler.UploadResult
 
getErrorMessage() - Method in class com.wontlost.ckeditor.internal.UploadManager.UploadTask
 
getEstimatedSize() - Method in enum class com.wontlost.ckeditor.CKEditorPreset
Get estimated bundle size (KB).
getFallbackMode() - Method in class com.wontlost.ckeditor.VaadinCKEditor
Get fallback mode.
getFileName() - Method in class com.wontlost.ckeditor.handler.UploadHandler.UploadContext
 
getFileName() - Method in class com.wontlost.ckeditor.internal.UploadManager.UploadTask
 
getFileSize() - Method in class com.wontlost.ckeditor.handler.UploadHandler.UploadContext
 
getFileSize() - Method in class com.wontlost.ckeditor.internal.UploadManager.UploadTask
 
getFontFamilyOptions() - Method in class com.wontlost.ckeditor.CKEditorConfig
Get the font family options.
getFontSizeOptions() - Method in class com.wontlost.ckeditor.CKEditorConfig
Get the font size options.
getHeadingOptions() - Method in class com.wontlost.ckeditor.CKEditorConfig
Get heading options configuration.
getHoverBackground() - Method in class com.wontlost.ckeditor.CKEditorConfig.ButtonStyle
 
getHtmlSanitizer() - Method in class com.wontlost.ckeditor.VaadinCKEditor
Get HTML sanitizer.
getIconColor() - Method in class com.wontlost.ckeditor.CKEditorConfig.ButtonStyle
 
getIconColor() - Method in class com.wontlost.ckeditor.CKEditorConfig.ToolbarStyle
 
getId() - Method in class com.wontlost.ckeditor.VaadinCKEditor
 
getImageStyles() - Method in class com.wontlost.ckeditor.CKEditorConfig
Get the image styles.
getImageToolbar() - Method in class com.wontlost.ckeditor.CKEditorConfig
Get the image toolbar items.
getImportPath() - Method in class com.wontlost.ckeditor.CustomPlugin
Get import path.
getInitializationTimeMs() - Method in class com.wontlost.ckeditor.event.EditorReadyEvent
获取编辑器初始化耗时
getInt(String, int) - Method in class com.wontlost.ckeditor.CKEditorConfig
Get an integer configuration value.
getJsName() - Method in enum class com.wontlost.ckeditor.CKEditorPlugin
Get the JavaScript plugin name
getJsName() - Method in enum class com.wontlost.ckeditor.CKEditorTheme
Get JavaScript name
getJsName() - Method in enum class com.wontlost.ckeditor.CKEditorType
Get JavaScript name
getJsName() - Method in class com.wontlost.ckeditor.CustomPlugin
Get JavaScript plugin name
getJsName() - Method in enum class com.wontlost.ckeditor.event.FallbackEvent.FallbackMode
获取 JavaScript 端使用的模式名称
getJsonNode(String) - Method in class com.wontlost.ckeditor.CKEditorConfig
Get the raw JSON node for a configuration key.
getLanguage() - Method in class com.wontlost.ckeditor.CKEditorConfig
Get the UI language.
getLengthDelta() - Method in class com.wontlost.ckeditor.event.ContentChangeEvent
获取内容长度变化
getLicenseKey() - Method in class com.wontlost.ckeditor.CKEditorConfig
Get the license key.
getLinkDefaultProtocol() - Method in class com.wontlost.ckeditor.CKEditorConfig
Get the link default protocol.
getListenerStats() - Method in class com.wontlost.ckeditor.internal.EventDispatcher
获取已注册监听器的统计信息
getListenerStats() - Method in class com.wontlost.ckeditor.VaadinCKEditor
Get statistics of registered listeners.
getLoadOrder(Set) - Static method in class com.wontlost.ckeditor.CKEditorPluginDependencies
Get all plugins in dependency order suitable for loading.
getMapper() - Static method in class com.wontlost.ckeditor.JsonUtil
Get the shared ObjectMapper instance.
getMaxFileSize() - Method in class com.wontlost.ckeditor.handler.UploadHandler.UploadConfig
获取最大文件大小
getMentionFeeds() - Method in class com.wontlost.ckeditor.CKEditorConfig
Get mention feeds configuration.
getMessage() - Method in class com.wontlost.ckeditor.event.EditorErrorEvent.EditorError
 
getMimeType() - Method in class com.wontlost.ckeditor.handler.UploadHandler.UploadContext
 
getMimeType() - Method in class com.wontlost.ckeditor.internal.UploadManager.UploadTask
 
getMissingDependencies() - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Get missing dependencies for current plugin configuration.
getMode() - Method in class com.wontlost.ckeditor.event.FallbackEvent
获取降级模式
getName() - Method in class com.wontlost.ckeditor.CKEditorConfig.StyleDefinition
Get the style name
getNewContent() - Method in class com.wontlost.ckeditor.event.ContentChangeEvent
获取变更后的内容
getOldContent() - Method in class com.wontlost.ckeditor.event.ContentChangeEvent
获取变更前的内容
getOriginalError() - Method in class com.wontlost.ckeditor.event.FallbackEvent
获取原始错误信息
getPlaceholder() - Method in class com.wontlost.ckeditor.CKEditorConfig
Get the placeholder text.
getPlainText() - Method in class com.wontlost.ckeditor.VaadinCKEditor
Get plain text content (strip HTML tags)
getPlainText(String) - Method in class com.wontlost.ckeditor.internal.ContentManager
将 HTML 转换为纯文本
getPlugins() - Method in enum class com.wontlost.ckeditor.CKEditorPreset
Get plugins included in this preset
getReason() - Method in class com.wontlost.ckeditor.event.FallbackEvent
获取降级原因
getRecommended(CKEditorPlugin) - Static method in class com.wontlost.ckeditor.CKEditorPluginDependencies
Get the recommended plugins for a plugin.
getResolvedPlugins() - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Get the resolved plugins that would be used with current configuration.
getResultUrl() - Method in class com.wontlost.ckeditor.internal.UploadManager.UploadTask
 
getSanitizedHtml() - Method in class com.wontlost.ckeditor.VaadinCKEditor
Get sanitized HTML (remove dangerous tags)
getSanitizedHtml(String) - Method in class com.wontlost.ckeditor.internal.ContentManager
使用宽松规则清理 HTML
getSanitizedValue() - Method in class com.wontlost.ckeditor.VaadinCKEditor
Get sanitized content.
getSanitizedValue(String) - Method in class com.wontlost.ckeditor.internal.ContentManager
获取清理后的 HTML 内容
getSeverity() - Method in class com.wontlost.ckeditor.event.EditorErrorEvent.EditorError
 
getSimpleUploadUrl() - Method in class com.wontlost.ckeditor.CKEditorConfig
Get the simple upload URL if configured.
getStackTrace() - Method in class com.wontlost.ckeditor.event.EditorErrorEvent.EditorError
 
getStartTime() - Method in class com.wontlost.ckeditor.internal.UploadManager.UploadTask
 
getStatus() - Static method in class com.wontlost.ckeditor.HotDeployConfig
Get hot deploy status information.
getStatus() - Method in class com.wontlost.ckeditor.internal.UploadManager.UploadTask
 
getString(String) - Method in class com.wontlost.ckeditor.CKEditorConfig
Get a string configuration value.
getStyleDefinitions() - Method in class com.wontlost.ckeditor.CKEditorConfig
Get style definitions configuration.
getTableContentToolbar() - Method in class com.wontlost.ckeditor.CKEditorConfig
Get the table content toolbar items.
getTimestamp() - Method in class com.wontlost.ckeditor.event.AutosaveEvent
获取保存时间戳
getToolbar() - Method in class com.wontlost.ckeditor.CKEditorConfig
Get the toolbar configuration.
getToolbarItems() - Method in enum class com.wontlost.ckeditor.CKEditorPlugin
Get toolbar items provided by this plugin
getToolbarItems() - Method in class com.wontlost.ckeditor.CustomPlugin
Get toolbar items provided by this plugin
getToolbarStyle() - Method in class com.wontlost.ckeditor.CKEditorConfig
Get the toolbar style configuration.
getUiViewportOffset() - Method in class com.wontlost.ckeditor.CKEditorConfig
Get the UI viewport offset.
getUploadHandler() - Method in class com.wontlost.ckeditor.VaadinCKEditor
Get upload handler.
getUploadId() - Method in class com.wontlost.ckeditor.internal.UploadManager.UploadTask
 
getUploadTask(String) - Method in class com.wontlost.ckeditor.internal.UploadManager
获取上传任务状态
getUrl() - Method in class com.wontlost.ckeditor.handler.UploadHandler.UploadResult
 
getValue() - Method in class com.wontlost.ckeditor.VaadinCKEditor
 
getVersion() - Static method in class com.wontlost.ckeditor.VaadinCKEditor
Get version
getWordCount() - Method in class com.wontlost.ckeditor.VaadinCKEditor
Get word count of content.
getWordCount(String) - Method in class com.wontlost.ckeditor.internal.ContentManager
估算内容的单词数

H

handleError(EditorErrorEvent.EditorError) - Method in interface com.wontlost.ckeditor.handler.ErrorHandler
处理编辑器错误。
handleUpload(UploadHandler.UploadContext, InputStream) - Method in interface com.wontlost.ckeditor.handler.UploadHandler
处理文件上传
handleUpload(String, String, String, String) - Method in class com.wontlost.ckeditor.internal.UploadManager
处理文件上传请求
hasActiveUploads() - Method in class com.wontlost.ckeditor.internal.UploadManager
检查是否有活跃上传
hasActiveUploads() - Method in class com.wontlost.ckeditor.VaadinCKEditor
Check if there are uploads in progress.
hasAutosave() - Method in class com.wontlost.ckeditor.CKEditorConfig
Check if autosave is configured.
hasChanged() - Method in class com.wontlost.ckeditor.event.ContentChangeEvent
检查内容是否实际发生了变化
hasConfig(String) - Method in class com.wontlost.ckeditor.CKEditorConfig
Check if a configuration key is set.
hasDependencies(CKEditorPlugin) - Static method in class com.wontlost.ckeditor.CKEditorPluginDependencies
Check if a plugin has dependencies.
hasElements(Object[]) - Static method in class com.wontlost.ckeditor.JsonUtil
Check if an array is non-null and non-empty.
hashCode() - Method in class com.wontlost.ckeditor.CustomPlugin
 
hasPlugin(CKEditorPlugin) - Method in enum class com.wontlost.ckeditor.CKEditorPreset
Check if preset includes a specific plugin
heading(int, String, String) - Static method in class com.wontlost.ckeditor.CKEditorConfig.HeadingOption
 
HEADING - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Headings
HeadingOption(String, String, String, String) - Constructor for class com.wontlost.ckeditor.CKEditorConfig.HeadingOption
 
HIDDEN - Enum constant in enum class com.wontlost.ckeditor.event.FallbackEvent.FallbackMode
隐藏编辑器 完全不显示
HIGHLIGHT - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Text highlighting
HORIZONTAL_LINE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Horizontal lines
HOT_DEPLOY_DEBUG_PROPERTY - Static variable in class com.wontlost.ckeditor.HotDeployConfig
System property to enable verbose hot deploy logging.
HOT_DEPLOY_DISABLED_PROPERTY - Static variable in class com.wontlost.ckeditor.HotDeployConfig
System property to disable hot deploy functionality.
HotDeployConfig - Class in com.wontlost.ckeditor
Hot deploy configuration for Vaadin CKEditor component.
HotDeployConfig() - Constructor for class com.wontlost.ckeditor.HotDeployConfig
 
Hot Deploy Setup: - Section in class com.wontlost.ckeditor.HotDeployConfig
 
hoverBackground(String) - Method in class com.wontlost.ckeditor.CKEditorConfig.ButtonStyle.Builder
 
HTML - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin.Category
 
HTML_COMMENT - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
HTML comments
HTML_EMBED - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Embed raw HTML
HtmlSanitizer - Interface in com.wontlost.ckeditor.handler
HTML 内容清理器。
HtmlSanitizer.SanitizationPolicy - Enum Class in com.wontlost.ckeditor.handler
清理策略

I

iconColor(String) - Method in class com.wontlost.ckeditor.CKEditorConfig.ButtonStyle.Builder
 
iconColor(String) - Method in class com.wontlost.ckeditor.CKEditorConfig.ToolbarStyle.Builder
 
IDE Configuration: - Section in class com.wontlost.ckeditor.HotDeployConfig
 
IMAGE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin.Category
 
IMAGE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Basic image support
IMAGE_BLOCK - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Block images
IMAGE_CAPTION - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Image captions
IMAGE_INLINE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Inline images
IMAGE_INSERT - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Image insertion
IMAGE_RESIZE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Image resizing
IMAGE_STYLE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Image styles
IMAGE_TOOLBAR - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Image toolbar
IMAGE_UPLOAD - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Image upload
IN_PROGRESS - Enum constant in enum class com.wontlost.ckeditor.internal.UploadManager.UploadStatus
 
INDENT - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Indentation
INDENT_BLOCK - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Block indentation
inline(String, String...) - Static method in class com.wontlost.ckeditor.CKEditorConfig.StyleDefinition
Create an inline style definition.
INLINE - Enum constant in enum class com.wontlost.ckeditor.CKEditorType
Inline editor for direct page editing
insertText(String) - Method in class com.wontlost.ckeditor.VaadinCKEditor
Insert text at cursor position
isAllowConfigRequiredPlugins() - Method in class com.wontlost.ckeditor.CKEditorConfig
Check if config-required plugins are allowed.
isAllowPrivateNetworks() - Method in class com.wontlost.ckeditor.CKEditorConfig
检查是否允许私有网络地址
isContentEmpty() - Method in class com.wontlost.ckeditor.VaadinCKEditor
Check if content is empty.
isContentEmpty(String) - Method in class com.wontlost.ckeditor.internal.ContentManager
检查内容是否为空
isDebugEnabled() - Static method in class com.wontlost.ckeditor.HotDeployConfig
Check if debug logging is enabled.
isDevelopmentMode() - Static method in class com.wontlost.ckeditor.HotDeployConfig
Check if the application is running in development mode.
isFontFamilySupportAllValues() - Method in class com.wontlost.ckeditor.CKEditorConfig
Check if font family supports all values.
isFontSizeSupportAllValues() - Method in class com.wontlost.ckeditor.CKEditorConfig
Check if font size supports all values.
isHotDeployDisabled() - Static method in class com.wontlost.ckeditor.HotDeployConfig
Check if hot deploy is disabled via system property.
isHtmlSupportAllowAll() - Method in class com.wontlost.ckeditor.CKEditorConfig
Check if HTML support allows all elements.
isImage() - Method in class com.wontlost.ckeditor.handler.UploadHandler.UploadContext
检查是否为图片
isLinkAddTargetToExternalLinks() - Method in class com.wontlost.ckeditor.CKEditorConfig
Check if links should add target to external links.
isMediaEmbedPreviewsInData() - Method in class com.wontlost.ckeditor.CKEditorConfig
Check if media embed includes previews in data.
isNotified() - Method in class com.wontlost.ckeditor.internal.UploadManager.UploadTask
 
isPremium() - Method in enum class com.wontlost.ckeditor.CKEditorPlugin
Check if this is a premium feature (requires license).
isPremium() - Method in class com.wontlost.ckeditor.CustomPlugin
Check if premium feature (import from ckeditor5-premium-features)
isReadOnly() - Method in class com.wontlost.ckeditor.VaadinCKEditor
 
isRecoverable() - Method in class com.wontlost.ckeditor.event.EditorErrorEvent.EditorError
 
isStrictPluginLoading() - Method in class com.wontlost.ckeditor.CKEditorConfig
Check if strict plugin loading is enabled.
isSuccess() - Method in class com.wontlost.ckeditor.event.AutosaveEvent
检查保存是否成功
isSuccess() - Method in class com.wontlost.ckeditor.handler.UploadHandler.UploadResult
 
ITALIC - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Italic text

J

JsonUtil - Class in com.wontlost.ckeditor
Utility class for JSON operations using Jackson.
JVM Options for Hot Reload: - Section in class com.wontlost.ckeditor.HotDeployConfig
 

L

LIGHT - Enum constant in enum class com.wontlost.ckeditor.CKEditorTheme
Light theme - forces light mode regardless of Vaadin/OS settings.
LINE_HEIGHT - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Line height
LINK - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin.Category
 
LINK - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Hyperlinks
LINK_IMAGE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Image linking
LIST - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin.Category
 
LIST - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Ordered/Unordered lists
LIST_FORMATTING - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Bold/italic/font in list markers
LIST_PROPERTIES - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
List start number, reversed, style type
logging(Logger) - Static method in interface com.wontlost.ckeditor.handler.ErrorHandler
创建记录日志的错误处理器

M

MANUAL - Enum constant in enum class com.wontlost.ckeditor.VaadinCKEditorBuilder.DependencyMode
No dependency checking.
MARKDOWN - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Markdown GFM data processor
MAX_FILE_SIZE_LIMIT - Static variable in class com.wontlost.ckeditor.handler.UploadHandler.UploadConfig
最大允许的文件大小:1GB
MEDIA - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin.Category
 
MEDIA_EMBED - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Embed media from URLs
MENTION - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin.Category
 
MENTION - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
 
MentionFeed(String, String[], int) - Constructor for class com.wontlost.ckeditor.CKEditorConfig.MentionFeed
 
MIN_FILE_SIZE - Static variable in class com.wontlost.ckeditor.handler.UploadHandler.UploadConfig
最小允许的文件大小:1 字节
MINIMAP - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Content minimap for document navigation

N

NONE - Enum constant in enum class com.wontlost.ckeditor.handler.HtmlSanitizer.SanitizationPolicy
不清理,保留原始内容
normalizeForComparison(String) - Method in class com.wontlost.ckeditor.internal.ContentManager
规范化 HTML 内容用于比较

O

of(String, String) - Static method in class com.wontlost.ckeditor.CKEditorConfig.CodeBlockLanguage
 
of(String, String) - Static method in class com.wontlost.ckeditor.CustomPlugin
Quick create custom plugin with import path
of(String, String, String) - Static method in class com.wontlost.ckeditor.CKEditorConfig.CodeBlockLanguage
 
onComplete(String, String, String) - Method in interface com.wontlost.ckeditor.internal.UploadManager.UploadResultCallback
上传完成时的回调

P

PAGE_BREAK - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Page breaks
paragraph(String, String) - Static method in class com.wontlost.ckeditor.CKEditorConfig.HeadingOption
 
PARAGRAPH - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin.Category
 
PARAGRAPH - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Paragraph support (required)
parse(String, Class, T) - Static method in class com.wontlost.ckeditor.internal.EnumParser
安全解析枚举值。
parse(String, Class, T, String) - Static method in class com.wontlost.ckeditor.internal.EnumParser
安全解析枚举值,支持自定义日志消息。
parseStrict(String, Class) - Static method in class com.wontlost.ckeditor.internal.EnumParser
严格解析枚举值,无效值抛出异常。
passthrough() - Static method in interface com.wontlost.ckeditor.handler.HtmlSanitizer
不进行任何清理的清理器
PASTE - Enum constant in enum class com.wontlost.ckeditor.event.ContentChangeEvent.ChangeSource
粘贴操作
PASTE_FROM_MARKDOWN_EXPERIMENTAL - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Paste from Markdown (experimental)
PASTE_FROM_OFFICE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Paste from Office
PENDING - Enum constant in enum class com.wontlost.ckeditor.internal.UploadManager.UploadStatus
 
premium() - Method in class com.wontlost.ckeditor.CustomPlugin.Builder
Mark as premium feature (import from ckeditor5-premium-features)

Q

Quick Start - Section in class com.wontlost.ckeditor.VaadinCKEditorBuilder
 

R

READ_ONLY - Enum constant in enum class com.wontlost.ckeditor.event.FallbackEvent.FallbackMode
降级为只读模式 内容可见但不可编辑
readOnly(boolean) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Set read-only mode.
ready - Variable in class com.wontlost.ckeditor.internal.EventDispatcher.ListenerStats
 
refreshFrontend() - Static method in class com.wontlost.ckeditor.HotDeployConfig
Force refresh of frontend resources.
RELAXED - Enum constant in enum class com.wontlost.ckeditor.handler.HtmlSanitizer.SanitizationPolicy
宽松清理:允许大多数格式化标签
REMOVE_FORMAT - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Remove formatting
removePlugin(CKEditorPlugin) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Remove plugin
resetAllowedMimeTypes() - Method in class com.wontlost.ckeditor.handler.UploadHandler.UploadConfig
重置为默认的 MIME 类型列表
resolve(Set) - Static method in class com.wontlost.ckeditor.CKEditorPluginDependencies
Resolve all dependencies for a set of plugins.
resolve(Set, boolean) - Static method in class com.wontlost.ckeditor.CKEditorPluginDependencies
Resolve all dependencies for a set of plugins.
resolveWithRecommended(Set) - Static method in class com.wontlost.ckeditor.CKEditorPluginDependencies
Resolve all dependencies including recommended plugins.
RESTRICTED - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin.Category
 
RESTRICTED_EDITING_MODE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Restricted editing mode

S

sanitize(String) - Method in interface com.wontlost.ckeditor.handler.HtmlSanitizer
清理 HTML 内容
sanitizeHtml(String, Safelist) - Method in class com.wontlost.ckeditor.internal.ContentManager
使用自定义规则清理 HTML
sanitizeHtml(String, Safelist) - Method in class com.wontlost.ckeditor.VaadinCKEditor
Sanitize HTML with specified rules
SELECT_ALL - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Select all content
Server Response Format - Section in com.wontlost.ckeditor.CKEditorConfig.setSimpleUpload(String)
 
serviceInit(ServiceInitEvent) - Method in class com.wontlost.ckeditor.HotDeployConfig
 
set(String, JsonNode) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set custom configuration value
setAlignment(String...) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set alignment options
setAllowedMimeTypes(String...) - Method in class com.wontlost.ckeditor.handler.UploadHandler.UploadConfig
设置允许的 MIME 类型。
setAutosave(int) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set autosave configuration
setAutosaveCallback(Consumer) - Method in class com.wontlost.ckeditor.VaadinCKEditor
Set autosave callback
setCodeBlock(String, CKEditorConfig.CodeBlockLanguage...) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set code block languages
setErrorHandler(ErrorHandler) - Method in class com.wontlost.ckeditor.internal.EventDispatcher
设置错误处理器
setErrorHandler(ErrorHandler) - Method in class com.wontlost.ckeditor.VaadinCKEditor
Set error handler.
setFallbackMode(FallbackEvent.FallbackMode) - Method in class com.wontlost.ckeditor.VaadinCKEditor
Set fallback mode.
setFontFamily(boolean, String...) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set font family options with support all values flag
setFontFamily(String...) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set font family options
setFontSize(boolean, String...) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set font size options with support all values flag
setFontSize(String...) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set font size options
setGeneralHtmlSupportEnabled(boolean) - Method in class com.wontlost.ckeditor.VaadinCKEditor
Enable general HTML support
setHeading(CKEditorConfig.HeadingOption...) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set heading options
setHeight(String) - Method in class com.wontlost.ckeditor.VaadinCKEditor
 
setHideToolbar(boolean) - Method in class com.wontlost.ckeditor.VaadinCKEditor
Set toolbar visibility
setHtmlSanitizer(HtmlSanitizer) - Method in class com.wontlost.ckeditor.VaadinCKEditor
Set HTML sanitizer.
setHtmlSupport(boolean) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set general HTML support configuration
setId(String) - Method in class com.wontlost.ckeditor.VaadinCKEditor
Set editor ID.
setImage(String[], String[]) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set image configuration
setLanguage(String) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set UI language
setLanguage(String, String, String[]) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set complex language configuration (UI language, content language, text part languages)
setLicenseKey(String) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set license key (for premium features)
setLink(String, boolean) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set link configuration
setMaxFileSize(long) - Method in class com.wontlost.ckeditor.handler.UploadHandler.UploadConfig
设置最大文件大小
setMediaEmbed(boolean) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set media embed configuration
setMention(CKEditorConfig.MentionFeed...) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set mention feeds
setMinimapEnabled(boolean) - Method in class com.wontlost.ckeditor.VaadinCKEditor
Enable minimap (DECOUPLED type only)
setModelValue(String, boolean) - Method in class com.wontlost.ckeditor.VaadinCKEditor
 
setOverrideCssUrl(String) - Method in class com.wontlost.ckeditor.VaadinCKEditor
Set custom CSS URL
setPlaceholder(String) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set placeholder text
setPresentationValue(String) - Method in class com.wontlost.ckeditor.VaadinCKEditor
 
setReadOnly(boolean) - Method in class com.wontlost.ckeditor.VaadinCKEditor
 
setReadOnlyWithToolbarAction(boolean) - Method in class com.wontlost.ckeditor.VaadinCKEditor
Enable read-only mode and hide toolbar
setSimpleUpload(String) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set simple upload configuration for the SimpleUploadAdapter plugin.
setSimpleUpload(String, Map) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set simple upload configuration with custom headers.
setSimpleUpload(String, Map, boolean) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set simple upload configuration with all options.
setStyle(CKEditorConfig.StyleDefinition...) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set style definitions for the Style plugin.
setSynchronized(boolean) - Method in class com.wontlost.ckeditor.VaadinCKEditor
Set synchronous update mode
setTable(String[]) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set table configuration
setToolbar(String...) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set toolbar items
setToolbar(String[], boolean) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set toolbar with grouping option
setToolbarStyle(CKEditorConfig.ToolbarStyle) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set toolbar style configuration.
setUiViewportOffset(double, double, double, double) - Method in class com.wontlost.ckeditor.CKEditorConfig
Set UI viewport offset
setUploadHandler(UploadHandler) - Method in class com.wontlost.ckeditor.VaadinCKEditor
Set upload handler.
setValue(String) - Method in class com.wontlost.ckeditor.VaadinCKEditor
 
setWidth(String) - Method in class com.wontlost.ckeditor.VaadinCKEditor
 
SHOW_BLOCKS - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Show block elements
SIMPLE_UPLOAD_ADAPTER - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Simple upload adapter
SOURCE_EDITING - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Source code editing
SPECIAL - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin.Category
 
SPECIAL_CHARACTERS - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Special characters
SPECIAL_CHARACTERS_ARROWS - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Arrow symbols
SPECIAL_CHARACTERS_CURRENCY - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Currency symbols
SPECIAL_CHARACTERS_ESSENTIALS - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Essential special character sets
SPECIAL_CHARACTERS_LATIN - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Latin extended characters
SPECIAL_CHARACTERS_MATHEMATICAL - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Mathematical symbols
SPECIAL_CHARACTERS_TEXT - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Text symbols
Spring Boot Server Example - Section in com.wontlost.ckeditor.CKEditorConfig.setSimpleUpload(String, Map, boolean)
 
STANDARD - Enum constant in enum class com.wontlost.ckeditor.CKEditorPreset
Standard preset (~600KB) Suitable for general document editing, blogs
STANDARD_EDITING_MODE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Standard editing mode
STRICT - Enum constant in enum class com.wontlost.ckeditor.handler.HtmlSanitizer.SanitizationPolicy
严格清理:只保留基本文本格式
STRICT - Enum constant in enum class com.wontlost.ckeditor.VaadinCKEditorBuilder.DependencyMode
Validate dependencies but don't auto-add them.
STRIKETHROUGH - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Strikethrough text
STYLE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Style attribute support - applies CSS classes to elements
StyleDefinition(String, String, String...) - Constructor for class com.wontlost.ckeditor.CKEditorConfig.StyleDefinition
Create a style definition
SUBSCRIPT - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Subscript text
SUPERSCRIPT - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Superscript text

T

TABLE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin.Category
 
TABLE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Basic table support
TABLE_CAPTION - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Table captions
TABLE_CELL_PROPERTIES - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Table cell properties
TABLE_COLUMN_RESIZE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Table column resizing
TABLE_PROPERTIES - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Table properties
TABLE_TOOLBAR - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Table toolbar
tags(String...) - Static method in class com.wontlost.ckeditor.CKEditorConfig.MentionFeed
 
TEXT_PART_LANGUAGE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Multi-language text markup
TEXT_TRANSFORMATION - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Text transformations
TEXTAREA - Enum constant in enum class com.wontlost.ckeditor.event.FallbackEvent.FallbackMode
降级为原生 textarea 保持基本编辑功能,丢失富文本特性
Thread Safety - Section in class com.wontlost.ckeditor.VaadinCKEditorBuilder
 
TITLE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Document title placeholder
toArrayNode(String[]) - Static method in class com.wontlost.ckeditor.JsonUtil
Create an ArrayNode from a string array.
toArrayNodeOrNull(String[]) - Static method in class com.wontlost.ckeditor.JsonUtil
Create an ArrayNode from a string array, only if the array is non-empty.
TODO_LIST - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
To-do lists
toJson() - Method in class com.wontlost.ckeditor.CKEditorConfig.ButtonStyle
Convert to JSON for frontend configuration.
toJson() - Method in class com.wontlost.ckeditor.CKEditorConfig.CodeBlockLanguage
 
toJson() - Method in class com.wontlost.ckeditor.CKEditorConfig.HeadingOption
 
toJson() - Method in class com.wontlost.ckeditor.CKEditorConfig.MentionFeed
 
toJson() - Method in class com.wontlost.ckeditor.CKEditorConfig.StyleDefinition
Convert to JSON for CKEditor configuration
toJson() - Method in class com.wontlost.ckeditor.CKEditorConfig
Convert to JSON object
toJson() - Method in class com.wontlost.ckeditor.CKEditorConfig.ToolbarStyle
Convert to JSON for frontend configuration.
topologicalSort(Set) - Static method in class com.wontlost.ckeditor.CKEditorPluginDependencies
Get a topologically sorted list of plugins.
toString() - Method in enum class com.wontlost.ckeditor.CKEditorTheme
 
toString() - Method in enum class com.wontlost.ckeditor.CKEditorType
 
toString() - Method in class com.wontlost.ckeditor.CustomPlugin
 
toString() - Method in class com.wontlost.ckeditor.event.EditorErrorEvent.EditorError
 
total() - Method in class com.wontlost.ckeditor.internal.EventDispatcher.ListenerStats
 
TYPING - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Input handling

U

UNDERLINE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Underlined text
UNDO - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Undo/Redo functionality
UNDO_REDO - Enum constant in enum class com.wontlost.ckeditor.event.ContentChangeEvent.ChangeSource
撤销/重做操作
UNKNOWN - Enum constant in enum class com.wontlost.ckeditor.event.ContentChangeEvent.ChangeSource
未知来源
UPLOAD - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin.Category
 
UploadConfig() - Constructor for class com.wontlost.ckeditor.handler.UploadHandler.UploadConfig
 
UploadContext(String, String, long) - Constructor for class com.wontlost.ckeditor.handler.UploadHandler.UploadContext
创建上传上下文
UploadHandler - Interface in com.wontlost.ckeditor.handler
文件上传处理器。
UploadHandler.UploadConfig - Class in com.wontlost.ckeditor.handler
上传配置
UploadHandler.UploadContext - Class in com.wontlost.ckeditor.handler
上传上下文
UploadHandler.UploadResult - Class in com.wontlost.ckeditor.handler
上传结果
UploadManager - Class in com.wontlost.ckeditor.internal
管理文件上传的内部类。
UploadManager(UploadHandler, UploadHandler.UploadConfig, UploadManager.UploadResultCallback) - Constructor for class com.wontlost.ckeditor.internal.UploadManager
创建上传管理器(使用默认超时)
UploadManager(UploadHandler, UploadHandler.UploadConfig, UploadManager.UploadResultCallback, long) - Constructor for class com.wontlost.ckeditor.internal.UploadManager
创建上传管理器(自定义超时)
UploadManager.UploadResultCallback - Interface in com.wontlost.ckeditor.internal
上传结果回调接口
UploadManager.UploadStatus - Enum Class in com.wontlost.ckeditor.internal
上传任务状态
UploadManager.UploadTask - Class in com.wontlost.ckeditor.internal
上传任务信息
UploadResult(String) - Constructor for class com.wontlost.ckeditor.handler.UploadHandler.UploadResult
创建成功的上传结果
Usage examples: - Section in class com.wontlost.ckeditor.VaadinCKEditor
 
USER_INPUT - Enum constant in enum class com.wontlost.ckeditor.event.ContentChangeEvent.ChangeSource
用户输入
users(String...) - Static method in class com.wontlost.ckeditor.CKEditorConfig.MentionFeed
 

V

VaadinCKEditor - Class in com.wontlost.ckeditor
Vaadin CKEditor 5 component.
VaadinCKEditorBuilder - Class in com.wontlost.ckeditor
Builder for creating VaadinCKEditor instances.
VaadinCKEditorBuilder.DependencyMode - Enum Class in com.wontlost.ckeditor
Dependency resolution mode for plugins
validate(UploadHandler.UploadContext) - Method in class com.wontlost.ckeditor.handler.UploadHandler.UploadConfig
验证上传是否符合配置
validateDependencies(Set) - Static method in class com.wontlost.ckeditor.CKEditorPluginDependencies
Validate that all dependencies are satisfied for a set of plugins.
valueOf(String) - Static method in enum class com.wontlost.ckeditor.CKEditorPlugin.Category
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.wontlost.ckeditor.CKEditorPlugin
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.wontlost.ckeditor.CKEditorPreset
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.wontlost.ckeditor.CKEditorTheme
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.wontlost.ckeditor.CKEditorType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.wontlost.ckeditor.event.ContentChangeEvent.ChangeSource
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.wontlost.ckeditor.event.EditorErrorEvent.ErrorSeverity
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.wontlost.ckeditor.event.FallbackEvent.FallbackMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.wontlost.ckeditor.handler.HtmlSanitizer.SanitizationPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.wontlost.ckeditor.internal.UploadManager.UploadStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.wontlost.ckeditor.VaadinCKEditorBuilder.DependencyMode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.wontlost.ckeditor.CKEditorPlugin.Category
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.wontlost.ckeditor.CKEditorPlugin
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.wontlost.ckeditor.CKEditorPreset
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.wontlost.ckeditor.CKEditorTheme
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.wontlost.ckeditor.CKEditorType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.wontlost.ckeditor.event.ContentChangeEvent.ChangeSource
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.wontlost.ckeditor.event.EditorErrorEvent.ErrorSeverity
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.wontlost.ckeditor.event.FallbackEvent.FallbackMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.wontlost.ckeditor.handler.HtmlSanitizer.SanitizationPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.wontlost.ckeditor.internal.UploadManager.UploadStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.wontlost.ckeditor.VaadinCKEditorBuilder.DependencyMode
Returns an array containing the constants of this enum class, in the order they are declared.
valueToTree(T) - Static method in class com.wontlost.ckeditor.JsonUtil
Convert a value to a JSON tree representation.
View-Only Mode - Section in class com.wontlost.ckeditor.VaadinCKEditorBuilder
 

W

WARNING - Enum constant in enum class com.wontlost.ckeditor.event.EditorErrorEvent.ErrorSeverity
警告级别,不影响编辑器功能
WIDGET - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Widget framework base
WIDGET_RESIZE - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Widget resizing
WIDGET_TOOLBAR_REPOSITORY - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Widget toolbar management
WIDGET_TYPE_AROUND - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Widget type around navigation
With Authentication - Section in com.wontlost.ckeditor.CKEditorConfig.setSimpleUpload(String)
 
withAutosave(Consumer, int) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Enable autosave with callback and waiting time.
withConfig(CKEditorConfig) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Set configuration
withDependencies(String...) - Method in class com.wontlost.ckeditor.CustomPlugin.Builder
Set dependency plugins
withDependencyMode(VaadinCKEditorBuilder.DependencyMode) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Set dependency resolution mode.
withErrorHandler(ErrorHandler) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Set error handler for custom error handling.
withFallbackMode(FallbackEvent.FallbackMode) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Set fallback mode for graceful degradation.
withHeight(String) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Set height
withHideToolbar(boolean) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Set whether to hide the toolbar.
withHtmlSanitizer(HtmlSanitizer) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Set HTML sanitizer for content cleaning.
withImportPath(String) - Method in class com.wontlost.ckeditor.CustomPlugin.Builder
Set import path (e.g., 'my-ckeditor-plugin' or '@scope/my-plugin')
withLanguage(String) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Set language for editor UI and spell checking.
withLicenseKey(String) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Set CKEditor license key for premium features.
withPlugins(CKEditorPlugin...) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Set plugin list (override preset)
withPolicy(HtmlSanitizer.SanitizationPolicy) - Static method in interface com.wontlost.ckeditor.handler.HtmlSanitizer
创建基于策略的清理器
withPreset(CKEditorPreset) - Static method in class com.wontlost.ckeditor.VaadinCKEditor
Quick create editor with preset
withPreset(CKEditorPreset) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Use preset configuration
withReadOnly(boolean) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Convenience method for setting read-only mode.
withSafelist(Safelist) - Static method in interface com.wontlost.ckeditor.handler.HtmlSanitizer
创建自定义白名单的清理器
withTheme(CKEditorTheme) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Set theme mode.
withToolbar(String...) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Set toolbar items.
withToolbarItems(String...) - Method in class com.wontlost.ckeditor.CustomPlugin.Builder
Set toolbar items provided by this plugin
withType(CKEditorType) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Set editor type
withUploadConfig(UploadHandler.UploadConfig) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Set upload configuration for file uploads.
withUploadHandler(UploadHandler) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Set upload handler for file uploads.
withValue(String) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Set initial content
withViewOnly() - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Configure editor for view-only mode.
withWidth(String) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
Set width
WORD_COUNT - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
Word/character count

使

使用示例 - Section in interface com.wontlost.ckeditor.handler.ErrorHandler
 

基础用法 - 记录日志但不阻止传播 - Section in interface com.wontlost.ckeditor.handler.ErrorHandler
 

最佳实践 - Section in interface com.wontlost.ckeditor.handler.ErrorHandler
 

条件处理 - 只拦截特定错误 - Section in interface com.wontlost.ckeditor.handler.ErrorHandler
 

返回值语义 - Section in interface com.wontlost.ckeditor.handler.ErrorHandler
 

链式处理 - 组合多个处理器 - Section in interface com.wontlost.ckeditor.handler.ErrorHandler
 
A B C D E F G H I J L M N O P Q R S T U V W 使      
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form