Uses of Enum Class
com.wontlost.ckeditor.event.ContentChangeEvent.ChangeSource
Packages that use ContentChangeEvent.ChangeSource
Package
Description
Internal implementation classes package.
-
Uses of ContentChangeEvent.ChangeSource in com.wontlost.ckeditor.event
Subclasses with type arguments of type ContentChangeEvent.ChangeSource in com.wontlost.ckeditor.eventModifier and TypeClassDescriptionstatic enumContent change source.Methods in com.wontlost.ckeditor.event that return ContentChangeEvent.ChangeSourceModifier and TypeMethodDescriptionContentChangeEvent.getChangeSource()Get the source of the change.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) Create a content change event. -
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) Fire a content change event.