Uses of Enum Class
com.wontlost.ckeditor.event.ContentChangeEvent.ChangeSource
Packages that use ContentChangeEvent.ChangeSource
-
Uses of ContentChangeEvent.ChangeSource in com.wontlost.ckeditor.event
Subclasses with type arguments of type ContentChangeEvent.ChangeSource in com.wontlost.ckeditor.eventMethods in com.wontlost.ckeditor.event that return ContentChangeEvent.ChangeSourceModifier and TypeMethodDescriptionContentChangeEvent.getChangeSource()获取变更来源Returns the enum constant of this class with the specified name.static ContentChangeEvent.ChangeSource[]ContentChangeEvent.ChangeSource.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 ContentChangeEvent.ChangeSourceModifierConstructorDescriptionContentChangeEvent(VaadinCKEditor source, boolean fromClient, String oldContent, String newContent, ContentChangeEvent.ChangeSource changeSource) 创建内容变更事件 -
Uses of ContentChangeEvent.ChangeSource in com.wontlost.ckeditor.internal
Methods in com.wontlost.ckeditor.internal with parameters of type ContentChangeEvent.ChangeSourceModifier and TypeMethodDescriptionvoidEventDispatcher.fireContentChange(String oldContent, String newContent, ContentChangeEvent.ChangeSource changeSource) 触发内容变更事件