Index
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
-
Add additional MIME types to the allowed list
- addAutosaveListener(ComponentEventListener) - Method in class com.wontlost.ckeditor.internal.EventDispatcher
-
Add an autosave listener.
- addAutosaveListener(ComponentEventListener) - Method in class com.wontlost.ckeditor.VaadinCKEditor
-
Add autosave event listener.
- addContentChangeListener(ComponentEventListener) - Method in class com.wontlost.ckeditor.internal.EventDispatcher
-
Add a content change listener.
- 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
-
Add an error listener.
- addEditorErrorListener(ComponentEventListener) - Method in class com.wontlost.ckeditor.VaadinCKEditor
-
Add editor error event listener.
- addEditorReadyListener(ComponentEventListener) - Method in class com.wontlost.ckeditor.internal.EventDispatcher
-
Add an editor ready listener.
- addEditorReadyListener(ComponentEventListener) - Method in class com.wontlost.ckeditor.VaadinCKEditor
-
Add editor ready event listener.
- addFallbackListener(ComponentEventListener) - Method in class com.wontlost.ckeditor.internal.EventDispatcher
-
Add a fallback mode listener.
- 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
- AI_ASSISTANT - Enum constant in enum class com.wontlost.ckeditor.VaadinCKEditorPremium.PremiumPlugin
-
AI-powered writing assistant.
- ALIGNMENT - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
-
Text alignment
- allowPrivateNetworks(boolean) - Method in class com.wontlost.ckeditor.CKEditorConfig
-
Allow private/internal network addresses as upload URLs.
- andThen(HtmlSanitizer) - Method in interface com.wontlost.ckeditor.handler.HtmlSanitizer
-
Compose sanitizers (chain execution).
- API - Enum constant in enum class com.wontlost.ckeditor.event.ContentChangeEvent.ChangeSource
-
API call (e.g., 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
-
Autosave event.
- AutosaveEvent(VaadinCKEditor, boolean, String) - Constructor for class com.wontlost.ckeditor.event.AutosaveEvent
-
Create a successful autosave event.
- AutosaveEvent(VaadinCKEditor, boolean, String, boolean, String) - Constructor for class com.wontlost.ckeditor.event.AutosaveEvent
-
Create an autosave event.
- Available Premium Plugins: - Section in class com.wontlost.ckeditor.VaadinCKEditorPremium
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 sanitization: remove scripts and dangerous tags.
- BASIC_STYLES - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin.Category
- Basic Usage - Section in com.wontlost.ckeditor.CKEditorConfig.setSimpleUpload(String)
- Basic usage - log but don't block propagation - Section in interface com.wontlost.ckeditor.handler.ErrorHandler
- Best Practices - Section in interface com.wontlost.ckeditor.handler.ErrorHandler
- Best Practices: - Section in class com.wontlost.ckeditor.VaadinCKEditorPremium
- 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
-
Cancel an upload task
- cancelUpload(String) - Method in class com.wontlost.ckeditor.VaadinCKEditor
-
Cancel the specified upload task.
- CASE_CHANGE - Enum constant in enum class com.wontlost.ckeditor.VaadinCKEditorPremium.PremiumPlugin
-
Change text case (upper, lower, title).
- Chained handling - compose multiple handlers - Section in interface com.wontlost.ckeditor.handler.ErrorHandler
- 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
-
Clean up all listeners.
- cleanup() - Method in class com.wontlost.ckeditor.internal.UploadManager
-
Clean up all pending upload tasks
- 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 editing sync
- 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
-
Internal implementation classes package.
- COMMENTS - Enum constant in enum class com.wontlost.ckeditor.VaadinCKEditorPremium.PremiumPlugin
-
Inline commenting and discussions.
- COMPLETED - Enum constant in enum class com.wontlost.ckeditor.internal.UploadManager.UploadStatus
- compose(ErrorHandler...) - Static method in interface com.wontlost.ckeditor.handler.ErrorHandler
-
Compose multiple error handlers.
- Conditional handling - only intercept specific errors - Section in interface com.wontlost.ckeditor.handler.ErrorHandler
- contentChange - Variable in class com.wontlost.ckeditor.internal.EventDispatcher.ListenerStats
- ContentChangeEvent - Class in com.wontlost.ckeditor.event
-
Content change event.
- ContentChangeEvent(VaadinCKEditor, boolean, String, String, ContentChangeEvent.ChangeSource) - Constructor for class com.wontlost.ckeditor.event.ContentChangeEvent
-
Create a content change event.
- ContentChangeEvent.ChangeSource - Enum Class in com.wontlost.ckeditor.event
-
Content change source.
- ContentManager - Class in com.wontlost.ckeditor.internal
-
Internal class for managing editor content.
- ContentManager(HtmlSanitizer) - Constructor for class com.wontlost.ckeditor.internal.ContentManager
-
Create a content manager.
- 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
-
Default maximum file size: 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
- DOCUMENT_OUTLINE - Enum constant in enum class com.wontlost.ckeditor.VaadinCKEditorPremium.PremiumPlugin
-
Document structure outline panel.
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
-
Create error details.
- EditorErrorEvent - Class in com.wontlost.ckeditor.event
-
Editor error event.
- EditorErrorEvent(VaadinCKEditor, boolean, EditorErrorEvent.EditorError) - Constructor for class com.wontlost.ckeditor.event.EditorErrorEvent
-
Create an editor error event.
- EditorErrorEvent.EditorError - Class in com.wontlost.ckeditor.event
-
Editor error details.
- EditorErrorEvent.ErrorSeverity - Enum Class in com.wontlost.ckeditor.event
-
Error severity level.
- EditorReadyEvent - Class in com.wontlost.ckeditor.event
-
Editor ready event.
- EditorReadyEvent(VaadinCKEditor, boolean, long) - Constructor for class com.wontlost.ckeditor.event.EditorReadyEvent
-
Create an editor ready event.
- 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
- enable() - Static method in class com.wontlost.ckeditor.VaadinCKEditorPremium
-
Ensures the premium npm package is included in the Vaadin build.
- Enterprise Features - Section in class com.wontlost.ckeditor.VaadinCKEditorBuilder
- EnumParser - Class in com.wontlost.ckeditor.internal
-
Safe enum parsing utility class.
- 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 level, some functionality may be affected
- ERROR_MESSAGE - Enum constant in enum class com.wontlost.ckeditor.event.FallbackEvent.FallbackMode
-
Display an error message.
- ErrorHandler - Interface in com.wontlost.ckeditor.handler
-
Editor error handler.
- ESSENTIALS - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
-
Essential editing features (required)
- EventDispatcher - Class in com.wontlost.ckeditor.internal
-
Internal class for managing editor event dispatching.
- EventDispatcher(VaadinCKEditor) - Constructor for class com.wontlost.ckeditor.internal.EventDispatcher
-
Create an event dispatcher.
- EventDispatcher.ListenerStats - Class in com.wontlost.ckeditor.internal
-
Listener statistics.
- Example: - Section in com.wontlost.ckeditor.VaadinCKEditorPremium.enable()
- Example with Credentials - Section in com.wontlost.ckeditor.CKEditorConfig.setSimpleUpload(String, Map, boolean)
- EXPORT_PDF - Enum constant in enum class com.wontlost.ckeditor.VaadinCKEditorPremium.PremiumPlugin
-
Export content to PDF format.
- EXPORT_WORD - Enum constant in enum class com.wontlost.ckeditor.VaadinCKEditorPremium.PremiumPlugin
-
Export content to Word (DOCX) format.
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
-
Create a failed upload result
- fallback - Variable in class com.wontlost.ckeditor.internal.EventDispatcher.ListenerStats
- FallbackEvent - Class in com.wontlost.ckeditor.event
-
Fallback event.
- FallbackEvent(VaadinCKEditor, boolean, FallbackEvent.FallbackMode, String, String) - Constructor for class com.wontlost.ckeditor.event.FallbackEvent
-
Create a fallback event.
- FallbackEvent.FallbackMode - Enum Class in com.wontlost.ckeditor.event
-
Fallback mode.
- FATAL - Enum constant in enum class com.wontlost.ckeditor.event.EditorErrorEvent.ErrorSeverity
-
Fatal level, editor cannot function properly
- 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
-
Fire an autosave event.
- fireContentChange(String, String, ContentChangeEvent.ChangeSource) - Method in class com.wontlost.ckeditor.internal.EventDispatcher
-
Fire a content change event.
- fireEditorError(EditorErrorEvent.EditorError) - Method in class com.wontlost.ckeditor.internal.EventDispatcher
-
Fire an error event.
- fireEditorReady(long) - Method in class com.wontlost.ckeditor.internal.EventDispatcher
-
Fire an editor ready event.
- fireFallback(FallbackEvent.FallbackMode, String, String) - Method in class com.wontlost.ckeditor.internal.EventDispatcher
-
Fire a fallback mode event.
- 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
- FORMAT_PAINTER - Enum constant in enum class com.wontlost.ckeditor.VaadinCKEditorPremium.PremiumPlugin
-
Copy and apply text formatting.
- 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
-
Parse a mode from its JS name.
- 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
-
Get the number of active uploads
- 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
-
Get allowed MIME types
- 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
-
Get the source of the change.
- 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
-
Estimate the character count of the content (excluding HTML tags).
- getClasses() - Method in class com.wontlost.ckeditor.CKEditorConfig.StyleDefinition
-
Get the CSS classes
- getCloudServicesRequiredPlugins() - Static method in class com.wontlost.ckeditor.CKEditorPluginDependencies
-
Get all premium plugins that require CloudServices.
- 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
-
Get the saved content.
- 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
-
Get the elapsed upload time in milliseconds
- getElement() - Method in class com.wontlost.ckeditor.CKEditorConfig.StyleDefinition
-
Get the HTML element
- getError() - Method in class com.wontlost.ckeditor.event.EditorErrorEvent
-
Get the error details.
- getErrorHandler() - Method in class com.wontlost.ckeditor.internal.EventDispatcher
-
Get the error handler.
- getErrorHandler() - Method in class com.wontlost.ckeditor.VaadinCKEditor
-
Get error handler.
- getErrorMessage() - Method in class com.wontlost.ckeditor.event.AutosaveEvent
-
Get the error message.
- 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
-
Get the editor initialization time.
- 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
-
Get the JavaScript-side mode name.
- getJsonNode(String) - Method in class com.wontlost.ckeditor.CKEditorConfig
-
Get the raw JSON node for a configuration key.
- getKnownPremiumPlugins() - Static method in class com.wontlost.ckeditor.CKEditorPluginDependencies
-
Get all known premium plugin names that have dependencies defined.
- getLanguage() - Method in class com.wontlost.ckeditor.CKEditorConfig
-
Get the UI language.
- getLengthDelta() - Method in class com.wontlost.ckeditor.event.ContentChangeEvent
-
Get the content length delta.
- 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
-
Get statistics about registered listeners.
- 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
-
Get maximum file size
- 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.
- getMissingPremiumDependencies() - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
-
Get missing dependencies for premium plugins in current configuration.
- getMode() - Method in class com.wontlost.ckeditor.event.FallbackEvent
-
Get the fallback mode.
- getName() - Method in class com.wontlost.ckeditor.CKEditorConfig.StyleDefinition
-
Get the style name
- getNewContent() - Method in class com.wontlost.ckeditor.event.ContentChangeEvent
-
Get the content after the change.
- getOldContent() - Method in class com.wontlost.ckeditor.event.ContentChangeEvent
-
Get the content before the change.
- getOriginalError() - Method in class com.wontlost.ckeditor.event.FallbackEvent
-
Get the original error message.
- 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
-
Convert HTML to plain text.
- getPluginName() - Method in enum class com.wontlost.ckeditor.VaadinCKEditorPremium.PremiumPlugin
-
Returns the CKEditor plugin class name.
- getPlugins() - Method in enum class com.wontlost.ckeditor.CKEditorPreset
-
Get plugins included in this preset
- getPremiumDependencies(String) - Static method in class com.wontlost.ckeditor.CKEditorPluginDependencies
-
Get the dependencies for a premium plugin by its JS name.
- getPremiumDependents(CKEditorPlugin, Set) - Static method in class com.wontlost.ckeditor.CKEditorPluginDependencies
-
Get all premium plugins that would be affected if a base plugin is removed.
- getReason() - Method in class com.wontlost.ckeditor.event.FallbackEvent
-
Get the fallback reason.
- 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
-
Sanitize HTML using relaxed rules.
- getSanitizedValue() - Method in class com.wontlost.ckeditor.VaadinCKEditor
-
Get sanitized content.
- getSanitizedValue(String) - Method in class com.wontlost.ckeditor.internal.ContentManager
-
Get sanitized HTML content.
- 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
-
Get the save timestamp.
- 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
- getToolbarItems() - Method in enum class com.wontlost.ckeditor.VaadinCKEditorPremium.PremiumPlugin
-
Returns the 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
-
Get upload task status
- 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
- getVersion() - Static method in class com.wontlost.ckeditor.VaadinCKEditorPremium
-
Returns the version of the ckeditor5-premium-features package.
- getWordCount() - Method in class com.wontlost.ckeditor.VaadinCKEditor
-
Get word count of content.
- getWordCount(String) - Method in class com.wontlost.ckeditor.internal.ContentManager
-
Estimate the word count of the content.
H
- handleError(EditorErrorEvent.EditorError) - Method in interface com.wontlost.ckeditor.handler.ErrorHandler
-
Handle an editor error.
- handleUpload(UploadHandler.UploadContext, InputStream) - Method in interface com.wontlost.ckeditor.handler.UploadHandler
-
Handle file upload
- handleUpload(String, String, String, String) - Method in class com.wontlost.ckeditor.internal.UploadManager
-
Handle a file upload request
- hasActiveUploads() - Method in class com.wontlost.ckeditor.internal.UploadManager
-
Check whether there are any active uploads
- 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
-
Check whether the content has actually changed.
- 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
- hasPremiumDependencies(String) - Static method in class com.wontlost.ckeditor.CKEditorPluginDependencies
-
Check if a premium plugin has dependencies.
- 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
-
Hide the editor.
- 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 content sanitizer.
- HtmlSanitizer.SanitizationPolicy - Enum Class in com.wontlost.ckeditor.handler
-
Sanitization policy.
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
- IMPORT_WORD - Enum constant in enum class com.wontlost.ckeditor.VaadinCKEditorPremium.PremiumPlugin
-
Import Word documents into the editor.
- 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
-
Check whether private network addresses are allowed.
- isContentEmpty() - Method in class com.wontlost.ckeditor.VaadinCKEditor
-
Check if content is empty.
- isContentEmpty(String) - Method in class com.wontlost.ckeditor.internal.ContentManager
-
Check whether the content is empty.
- 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.
- isEnabled() - Static method in class com.wontlost.ckeditor.VaadinCKEditorPremium
-
Checks if premium features have been enabled.
- 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
-
Check if the file is an image
- 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
-
Check whether the save succeeded.
- 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
- License: - Section in class com.wontlost.ckeditor.VaadinCKEditorPremium
- 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
- LINE_HEIGHT - Enum constant in enum class com.wontlost.ckeditor.VaadinCKEditorPremium.PremiumPlugin
-
Line height adjustment for paragraphs.
- 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
-
Create a logging error handler.
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
-
Maximum allowed file size: 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
- MERGE_FIELDS - Enum constant in enum class com.wontlost.ckeditor.VaadinCKEditorPremium.PremiumPlugin
-
Mail merge fields for personalized content.
- MIN_FILE_SIZE - Static variable in class com.wontlost.ckeditor.handler.UploadHandler.UploadConfig
-
Minimum allowed file size: 1 byte
- MINIMAP - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
-
Content minimap for document navigation
- MULTI_LEVEL_LIST - Enum constant in enum class com.wontlost.ckeditor.VaadinCKEditorPremium.PremiumPlugin
-
Multi-level list formatting.
N
- NONE - Enum constant in enum class com.wontlost.ckeditor.handler.HtmlSanitizer.SanitizationPolicy
-
No sanitization, retain original content.
- normalizeForComparison(String) - Method in class com.wontlost.ckeditor.internal.ContentManager
-
Normalize HTML content for comparison.
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
-
Callback when upload completes
P
- PAGE_BREAK - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
-
Page breaks
- PAGINATION - Enum constant in enum class com.wontlost.ckeditor.VaadinCKEditorPremium.PremiumPlugin
-
Page breaks and pagination support.
- 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
-
Safely parse an enum value.
- parse(String, Class, T, String) - Static method in class com.wontlost.ckeditor.internal.EnumParser
-
Safely parse an enum value with a custom log message context.
- parseStrict(String, Class) - Static method in class com.wontlost.ckeditor.internal.EnumParser
-
Strictly parse an enum value, throwing an exception for invalid values.
- passthrough() - Static method in interface com.wontlost.ckeditor.handler.HtmlSanitizer
-
A no-op sanitizer that passes content through unchanged.
- PASTE - Enum constant in enum class com.wontlost.ckeditor.event.ContentChangeEvent.ChangeSource
-
Paste operation
- 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)
- PRESENCE_LIST - Enum constant in enum class com.wontlost.ckeditor.VaadinCKEditorPremium.PremiumPlugin
-
Presence list showing active collaborators.
Q
- Quick Start - Section in class com.wontlost.ckeditor.VaadinCKEditorBuilder
R
- READ_ONLY - Enum constant in enum class com.wontlost.ckeditor.event.FallbackEvent.FallbackMode
-
Fall back to read-only mode.
- readOnly(boolean) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
-
Set read-only mode.
- ready - Variable in class com.wontlost.ckeditor.internal.EventDispatcher.ListenerStats
- REAL_TIME_COLLABORATION - Enum constant in enum class com.wontlost.ckeditor.VaadinCKEditorPremium.PremiumPlugin
-
Real-time collaborative editing.
- 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
-
Relaxed sanitization: allow most formatting tags.
- REMOVE_FORMAT - Enum constant in enum class com.wontlost.ckeditor.CKEditorPlugin
-
Remove formatting
- removePlugin(CKEditorPlugin) - Method in class com.wontlost.ckeditor.VaadinCKEditorBuilder
-
Remove plugin
- requiresCloudServices(String) - Static method in class com.wontlost.ckeditor.CKEditorPluginDependencies
-
Check if a premium plugin requires CloudServices.
- resetAllowedMimeTypes() - Method in class com.wontlost.ckeditor.handler.UploadHandler.UploadConfig
-
Reset to the default MIME types list
- 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.
- resolveWithPremium(Set, Collection) - Static method in class com.wontlost.ckeditor.CKEditorPluginDependencies
-
Resolve all dependencies for a set of plugins, including premium plugin dependencies.
- resolveWithPremium(Set, Collection, boolean) - Static method in class com.wontlost.ckeditor.CKEditorPluginDependencies
-
Resolve all dependencies for a set of plugins, including premium plugin dependencies.
- 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
- Return Value Semantics - Section in interface com.wontlost.ckeditor.handler.ErrorHandler
- REVISION_HISTORY - Enum constant in enum class com.wontlost.ckeditor.VaadinCKEditorPremium.PremiumPlugin
-
Revision history and version management.
S
- sanitize(String) - Method in interface com.wontlost.ckeditor.handler.HtmlSanitizer
-
Sanitize HTML content.
- sanitizeHtml(String, Safelist) - Method in class com.wontlost.ckeditor.internal.ContentManager
-
Sanitize HTML using custom rules.
- 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
- setAllowConfigRequiredPlugins(boolean) - Method in class com.wontlost.ckeditor.VaadinCKEditor
-
Allow plugins that require special configuration (CloudServices, Minimap, etc.).
- setAllowedMimeTypes(String...) - Method in class com.wontlost.ckeditor.handler.UploadHandler.UploadConfig
-
Set allowed MIME types.
- 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
- setDocumentOutlineEnabled(boolean) - Method in class com.wontlost.ckeditor.VaadinCKEditor
-
Enable Document Outline sidebar (DECOUPLED type only).
- setErrorHandler(ErrorHandler) - Method in class com.wontlost.ckeditor.internal.EventDispatcher
-
Set the error handler.
- 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
-
Set maximum file size
- 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)
- setMinimapSimplePreview(boolean) - Method in class com.wontlost.ckeditor.VaadinCKEditor
-
Enable simple preview mode for 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
- SLASH_COMMAND - Enum constant in enum class com.wontlost.ckeditor.VaadinCKEditorPremium.PremiumPlugin
-
Slash command menu for quick actions.
- 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 sanitization: keep only basic text formatting.
- 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_OF_CONTENTS - Enum constant in enum class com.wontlost.ckeditor.VaadinCKEditorPremium.PremiumPlugin
-
Auto-generated table of contents.
- 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
- TEMPLATE - Enum constant in enum class com.wontlost.ckeditor.VaadinCKEditorPremium.PremiumPlugin
-
Content templates for quick insertion.
- 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
-
Fall back to a native 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.
- toCustomPlugin() - Method in enum class com.wontlost.ckeditor.VaadinCKEditorPremium.PremiumPlugin
-
Creates a CustomPlugin instance for this premium plugin.
- 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
- TRACK_CHANGES - Enum constant in enum class com.wontlost.ckeditor.VaadinCKEditorPremium.PremiumPlugin
-
Track changes in documents.
- 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
-
Undo/Redo operation
- UNKNOWN - Enum constant in enum class com.wontlost.ckeditor.event.ContentChangeEvent.ChangeSource
-
Unknown source
- 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
-
Create an upload context
- UploadHandler - Interface in com.wontlost.ckeditor.handler
-
File upload handler.
- UploadHandler.UploadConfig - Class in com.wontlost.ckeditor.handler
-
Upload configuration
- UploadHandler.UploadContext - Class in com.wontlost.ckeditor.handler
-
Upload context
- UploadHandler.UploadResult - Class in com.wontlost.ckeditor.handler
-
Upload result
- UploadManager - Class in com.wontlost.ckeditor.internal
-
Internal class for managing file uploads.
- UploadManager(UploadHandler, UploadHandler.UploadConfig, UploadManager.UploadResultCallback) - Constructor for class com.wontlost.ckeditor.internal.UploadManager
-
Create an upload manager with default timeout
- UploadManager(UploadHandler, UploadHandler.UploadConfig, UploadManager.UploadResultCallback, long) - Constructor for class com.wontlost.ckeditor.internal.UploadManager
-
Create an upload manager with custom timeout
- UploadManager.UploadResultCallback - Interface in com.wontlost.ckeditor.internal
-
Upload result callback interface
- UploadManager.UploadStatus - Enum Class in com.wontlost.ckeditor.internal
-
Upload task status
- UploadManager.UploadTask - Class in com.wontlost.ckeditor.internal
-
Upload task information
- UploadResult(String) - Constructor for class com.wontlost.ckeditor.handler.UploadHandler.UploadResult
-
Create a successful upload result
- Usage: - Section in class com.wontlost.ckeditor.VaadinCKEditorPremium
- Usage Examples - Section in interface com.wontlost.ckeditor.handler.ErrorHandler
- Usage examples: - Section in class com.wontlost.ckeditor.VaadinCKEditor
- USER_INPUT - Enum constant in enum class com.wontlost.ckeditor.event.ContentChangeEvent.ChangeSource
-
User input
- 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
- VaadinCKEditorPremium - Class in com.wontlost.ckeditor
-
Premium features enabler for VaadinCKEditor.
- VaadinCKEditorPremium.PremiumPlugin - Enum Class in com.wontlost.ckeditor
-
Enumeration of all available premium plugins.
- validate(UploadHandler.UploadContext) - Method in class com.wontlost.ckeditor.handler.UploadHandler.UploadConfig
-
Validate an upload against this configuration
- validateDependencies(Set) - Static method in class com.wontlost.ckeditor.CKEditorPluginDependencies
-
Validate that all dependencies are satisfied for a set of plugins.
- validatePremiumDependencies(Set, Collection) - Static method in class com.wontlost.ckeditor.CKEditorPluginDependencies
-
Validate that all premium plugin dependencies are satisfied.
- 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.
- valueOf(String) - Static method in enum class com.wontlost.ckeditor.VaadinCKEditorPremium.PremiumPlugin
-
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.
- values() - Static method in enum class com.wontlost.ckeditor.VaadinCKEditorPremium.PremiumPlugin
-
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
-
Warning level, does not affect editor functionality
- 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
-
Create a policy-based sanitizer.
- 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
-
Create a sanitizer with a custom safelist.
- 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
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form