Uses of Enum Class
com.levigo.jadice.web.client.internal.annotation.wrangler.TextAnnotationWrangler.ExpandHeight
Packages that use TextAnnotationWrangler.ExpandHeight
Package
Description
-
Uses of TextAnnotationWrangler.ExpandHeight in com.levigo.jadice.web.client.internal.annotation.editor
Constructors in com.levigo.jadice.web.client.internal.annotation.editor with parameters of type TextAnnotationWrangler.ExpandHeightModifierConstructorDescriptionTextEditor
(int editorWidth, int editorHeight, TextAnnotationWrangler.TextSelection textSelection, TextAnnotationWrangler.CursorPosition cursorPosition, TextAnnotationWrangler.ExpandHeight expandHeight, int maxEditorHeight) Constructor. -
Uses of TextAnnotationWrangler.ExpandHeight in com.levigo.jadice.web.client.internal.annotation.wrangler
Fields in com.levigo.jadice.web.client.internal.annotation.wrangler declared as TextAnnotationWrangler.ExpandHeightModifier and TypeFieldDescriptionprotected TextAnnotationWrangler.ExpandHeight
TextAnnotationWrangler.expandHeight
Profile injected parameter that defines the behavior of the annotation according to the text lengthMethods in com.levigo.jadice.web.client.internal.annotation.wrangler that return TextAnnotationWrangler.ExpandHeightModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TextAnnotationWrangler.ExpandHeight[]
TextAnnotationWrangler.ExpandHeight.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.ExpandHeightModifier and TypeMethodDescriptionvoid
TextAnnotationWrangler.setExpandHeight
(TextAnnotationWrangler.ExpandHeight expandHeight) Used to inject the value defined in the annotation profile.