Uses of Enum Class
com.levigo.jadice.web.client.internal.annotation.wrangler.TextAnnotationWrangler.EditorBehaviorOnOutsideClick
Packages that use TextAnnotationWrangler.EditorBehaviorOnOutsideClick
-
Uses of TextAnnotationWrangler.EditorBehaviorOnOutsideClick in com.levigo.jadice.web.client.internal.annotation.wrangler
Fields in com.levigo.jadice.web.client.internal.annotation.wrangler declared as TextAnnotationWrangler.EditorBehaviorOnOutsideClickModifier and TypeFieldDescriptionTextAnnotationWrangler.editorBehaviorOnOutsideClick
Profile injected parameter that defines the behavior of the TextEditor on an outside click.Methods in com.levigo.jadice.web.client.internal.annotation.wrangler that return TextAnnotationWrangler.EditorBehaviorOnOutsideClickModifier and TypeMethodDescriptionTextAnnotationWrangler.getEditorBehaviorOnOutsideClick()
Returns the enum constant of this class with the specified name.TextAnnotationWrangler.EditorBehaviorOnOutsideClick.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.levigo.jadice.web.client.internal.annotation.wrangler with parameters of type TextAnnotationWrangler.EditorBehaviorOnOutsideClickModifier and TypeMethodDescriptionTextEditorPopupExecutor.init
(TextAnnotationWrangler.EditorBehaviorOnOutsideClick behavior, boolean calculateEditorHeightOnEditorOpen) void
TextAnnotationWrangler.setEditorBehaviorOnOutsideClick
(TextAnnotationWrangler.EditorBehaviorOnOutsideClick behaviorOnOutsideClick)