Uses of Enum Class
com.levigo.jadice.web.client.internal.annotation.wrangler.TextAnnotationWrangler.CursorPosition
Packages that use TextAnnotationWrangler.CursorPosition
Package
Description
-
Uses of TextAnnotationWrangler.CursorPosition in com.levigo.jadice.web.client.internal.annotation.editor
Constructors in com.levigo.jadice.web.client.internal.annotation.editor with parameters of type TextAnnotationWrangler.CursorPositionModifierConstructorDescriptionIconifiedTextEditor
(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.CursorPosition in com.levigo.jadice.web.client.internal.annotation.wrangler
Fields in com.levigo.jadice.web.client.internal.annotation.wrangler declared as TextAnnotationWrangler.CursorPositionModifier and TypeFieldDescriptionprotected TextAnnotationWrangler.CursorPosition
TextAnnotationWrangler.cursorPosition
Profile-injected parameter that defines the initial cursor position in the TextEditor.Methods in com.levigo.jadice.web.client.internal.annotation.wrangler that return TextAnnotationWrangler.CursorPositionModifier and TypeMethodDescriptionTextAnnotationWrangler.getCursorPosition()
Returns the enum constant of this class with the specified name.TextAnnotationWrangler.CursorPosition.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.CursorPositionModifier and TypeMethodDescriptionvoid
TextAnnotationWrangler.setCursorPosition
(TextAnnotationWrangler.CursorPosition cursorPosition)