Uses of Class
com.wontlost.ckeditor.event.EditorErrorEvent.EditorError
Packages that use EditorErrorEvent.EditorError
Package
Description
Internal implementation classes package.
-
Uses of EditorErrorEvent.EditorError in com.wontlost.ckeditor.event
Methods in com.wontlost.ckeditor.event that return EditorErrorEvent.EditorErrorConstructors in com.wontlost.ckeditor.event with parameters of type EditorErrorEvent.EditorErrorModifierConstructorDescriptionEditorErrorEvent(VaadinCKEditor source, boolean fromClient, EditorErrorEvent.EditorError error) Create an editor error event. -
Uses of EditorErrorEvent.EditorError in com.wontlost.ckeditor.handler
Methods in com.wontlost.ckeditor.handler with parameters of type EditorErrorEvent.EditorErrorModifier and TypeMethodDescriptionbooleanErrorHandler.handleError(EditorErrorEvent.EditorError error) Handle an editor error. -
Uses of EditorErrorEvent.EditorError in com.wontlost.ckeditor.internal
Methods in com.wontlost.ckeditor.internal with parameters of type EditorErrorEvent.EditorErrorModifier and TypeMethodDescriptionbooleanEventDispatcher.fireEditorError(EditorErrorEvent.EditorError error) Fire an error event.