Uses of Interface
com.wontlost.ckeditor.handler.ErrorHandler
Packages that use ErrorHandler
Package
Description
Internal implementation classes package.
-
Uses of ErrorHandler in com.wontlost.ckeditor
Methods in com.wontlost.ckeditor that return ErrorHandlerMethods in com.wontlost.ckeditor with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoidVaadinCKEditor.setErrorHandler(ErrorHandler handler) Set error handler.VaadinCKEditorBuilder.withErrorHandler(ErrorHandler handler) Set error handler for custom error handling. -
Uses of ErrorHandler in com.wontlost.ckeditor.handler
Methods in com.wontlost.ckeditor.handler that return ErrorHandlerModifier and TypeMethodDescriptionstatic ErrorHandlerErrorHandler.compose(ErrorHandler... handlers) Compose multiple error handlers.static ErrorHandlerCreate a logging error handler.Methods in com.wontlost.ckeditor.handler with parameters of type ErrorHandlerModifier and TypeMethodDescriptionstatic ErrorHandlerErrorHandler.compose(ErrorHandler... handlers) Compose multiple error handlers. -
Uses of ErrorHandler in com.wontlost.ckeditor.internal
Methods in com.wontlost.ckeditor.internal that return ErrorHandlerMethods in com.wontlost.ckeditor.internal with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoidEventDispatcher.setErrorHandler(ErrorHandler errorHandler) Set the error handler.