Uses of Enum Class
com.levigo.jadice.web.client.internal.annotation.wrangler.TextAnnotationWrangler.TextSelection
Packages that use TextAnnotationWrangler.TextSelection
Package
Description
-
Uses of TextAnnotationWrangler.TextSelection in com.levigo.jadice.web.client.internal.annotation.editor
Constructors in com.levigo.jadice.web.client.internal.annotation.editor with parameters of type TextAnnotationWrangler.TextSelectionModifierConstructorDescriptionIconifiedTextEditor
(int editorWidth, int editorHeight, TextAnnotationWrangler.TextSelection textSelection, TextAnnotationWrangler.CursorPosition cursorPosition, int maxEditorHeight) TextEditor
(int editorWidth, int editorHeight, TextAnnotationWrangler.TextSelection textSelection, TextAnnotationWrangler.CursorPosition cursorPosition, TextAnnotationWrangler.ExpandHeight expandHeight, int maxEditorHeight) Constructor. -
Uses of TextAnnotationWrangler.TextSelection in com.levigo.jadice.web.client.internal.annotation.wrangler
Fields in com.levigo.jadice.web.client.internal.annotation.wrangler declared as TextAnnotationWrangler.TextSelectionModifier and TypeFieldDescriptionprotected TextAnnotationWrangler.TextSelection
TextAnnotationWrangler.textSelection
Profile-injected parameter that defines the initial text selection behavior in the TextEditor.Methods in com.levigo.jadice.web.client.internal.annotation.wrangler that return TextAnnotationWrangler.TextSelectionModifier and TypeMethodDescriptionTextAnnotationWrangler.getTextSelection()
Returns the enum constant of this class with the specified name.static TextAnnotationWrangler.TextSelection[]
TextAnnotationWrangler.TextSelection.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.TextSelectionModifier and TypeMethodDescriptionvoid
TextAnnotationWrangler.setTextSelection
(TextAnnotationWrangler.TextSelection textSelection)