Uses of Enum Class
com.wontlost.ckeditor.event.FallbackEvent.FallbackMode
Packages that use FallbackEvent.FallbackMode
Package
Description
内部实现类包。
-
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) 设置降级模式。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) 从 JS 名称解析模式FallbackEvent.getMode()获取降级模式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) 创建降级事件 -
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) 触发回退模式事件