Uses of Class
org.dwcj.controls.textarea.TextArea
Packages that use TextArea
Package
Description
-
Uses of TextArea in org.dwcj.controls.textarea
Methods in org.dwcj.controls.textarea that return TextAreaModifier and TypeMethodDescriptionTextArea.addClassName(String selector) TextArea.addParagraph(Integer index, String paragraph) Adds a paragraph to the MultilineEdit controlTextArea.appendToParagraph(Integer parNum, String text) Appends text to the end of a paragraph in the MultilineEdit controlTextArea.onEditModify(Consumer<TextAreaOnEditModifyEvent> callback) TextArea.removeClassName(String selector) TextArea.removeParagraph(Integer parIndex) Removes a paragraph in theMultilineEdit controlTextArea.setAttribute(String attribute, String value) TextArea.setEnabled(Boolean enabled) TextArea.setExpanse(TextArea.Expanse expanse) TextArea.setFocusable(Boolean focusable) TextArea.setHighlightOnFocus(TextHighlightable.Highlight highlight) TextArea.setHorizontalScrollable(Boolean scroll) Sets whether a horizontal scroll bar will appear when the text is too large to fit within the MultilineEdit controlTextArea.setHorizontalScrollBarPosition(Integer position) TextArea.setIgnoreEnters(Boolean ignore) This method sets whether to ignore the ENTER key in the MultilineEdit controlTextArea.setIgnoreTabs(Boolean ignore) Sets whether to ignore the Tab key in the MultilineEdit controlTextArea.setLimitToOneParagraph(Boolean limit) Sets whether the MultilineEdit control is limited to one paragraphTextArea.setLineCountLimit(Integer limit) This method sets the maximum number of paragraphs (lines) that can be entered into the MultilineEdit controlTextArea.setLineWrap(Boolean wrap) Sets whether the lines will be wrapped in the MultilineEdit controlTextArea.setMaxLength(Integer length) This method sets the maximum length of the text in a MultilineEdit controlTextArea.setMaxParagraphSize(Integer size) Sets the maximum number of characters allowed in a MultilineEdit control paragraph.TextArea.setOvertypeMode(Boolean overtype) Sets whether the overtype mode is used in the MultilineEdit controlTextArea.setReadOnly(Boolean editable) Sets whether the text is editable in the MultilineEdit controlTextArea.setScrollWheelBehavior(HasMouseWheelCondition.MouseWheelCondition condition) TextArea.setTabSize(Integer size) Sets the tab size of the MultilineEdit controlTextArea.setTabTraversable(Boolean traversable) TextArea.setTheme(TextArea.Theme theme) TextArea.setTooltipText(String text) TextArea.setVerticalScrollable(Boolean scroll) Sets whether a vertical scroll bar will appear when the text is too large to fit within the MultilineEdit controlTextArea.setVerticalScrollBarPosition(Integer position) TextArea.setVisible(Boolean visible) TextArea.setWrapStyleWord(Boolean word) this method sets the style of wrapping used if the MultilineEdit control is wrapping lines. -
Uses of TextArea in org.dwcj.controls.textarea.events
Methods in org.dwcj.controls.textarea.events that return TextAreaConstructors in org.dwcj.controls.textarea.events with parameters of type TextArea -
Uses of TextArea in org.dwcj.controls.textarea.sinks
Constructors in org.dwcj.controls.textarea.sinks with parameters of type TextAreaModifierConstructorDescriptionTextAreaOnEditModifyEventSink(TextArea txtArea) TextAreaOnEditModifyEventSink(TextArea txtArea, Consumer<TextAreaOnEditModifyEvent> callback)