Uses of Interface
com.wontlost.ckeditor.handler.ErrorHandler
Packages that use ErrorHandler
Package
Description
内部实现类包。
-
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) 设置错误处理器。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) 组合多个错误处理器static ErrorHandler创建记录日志的错误处理器Methods in com.wontlost.ckeditor.handler with parameters of type ErrorHandlerModifier and TypeMethodDescriptionstatic ErrorHandlerErrorHandler.compose(ErrorHandler... 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) 设置错误处理器