Uses of Enum Class
com.wontlost.ckeditor.event.FallbackEvent.FallbackMode
Packages that use FallbackEvent.FallbackMode
Package
Description
Internal implementation classes package.
-
Uses of FallbackEvent.FallbackMode in com.wontlost.ckeditor
Methods in com.wontlost.ckeditor that return FallbackEvent.FallbackModeMethods in com.wontlost.ckeditor with parameters of type FallbackEvent.FallbackModeModifier and TypeMethodDescriptionvoidVaadinCKEditor.setFallbackMode(FallbackEvent.FallbackMode mode) Set fallback mode.VaadinCKEditorBuilder.withFallbackMode(FallbackEvent.FallbackMode mode) Set fallback mode for graceful degradation. -
Uses of FallbackEvent.FallbackMode in com.wontlost.ckeditor.event
Subclasses with type arguments of type FallbackEvent.FallbackMode in com.wontlost.ckeditor.eventMethods in com.wontlost.ckeditor.event that return FallbackEvent.FallbackModeModifier and TypeMethodDescriptionstatic FallbackEvent.FallbackModeFallbackEvent.FallbackMode.fromJsName(String jsName) Parse a mode from its JS name.FallbackEvent.getMode()Get the fallback mode.static FallbackEvent.FallbackModeReturns the enum constant of this class with the specified name.static FallbackEvent.FallbackMode[]FallbackEvent.FallbackMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.wontlost.ckeditor.event with parameters of type FallbackEvent.FallbackModeModifierConstructorDescriptionFallbackEvent(VaadinCKEditor source, boolean fromClient, FallbackEvent.FallbackMode mode, String reason, String originalError) Create a fallback event. -
Uses of FallbackEvent.FallbackMode in com.wontlost.ckeditor.internal
Methods in com.wontlost.ckeditor.internal with parameters of type FallbackEvent.FallbackModeModifier and TypeMethodDescriptionvoidEventDispatcher.fireFallback(FallbackEvent.FallbackMode mode, String reason, String originalError) Fire a fallback mode event.