Uses of Class
org.dwcj.controls.htmledit.HtmlEdit
Packages that use HtmlEdit
-
Uses of HtmlEdit in org.dwcj.controls.htmledit
Methods in org.dwcj.controls.htmledit that return HtmlEditModifier and TypeMethodDescriptionHtmlEdit.addClassName(String selector) HtmlEdit.removeClassName(String selector) HtmlEdit.setAttribute(String attribute, String value) HtmlEdit.setBasicToolbar(boolean basicToolbar) This method specifies whether this HTMLEdit control should use a basic toolbarHtmlEdit.setBasicToolbarStyles(List<String> styles) This method specifies the styles to be included when the HTMLEdit basic toolbar is usedHtmlEdit.setEnabled(Boolean enabled) HtmlEdit.setExpanse(HtmlEdit.Expanse expanse) HtmlEdit.setFocusable(Boolean focusable) Sets the UI locale of the HTMLEdit controlHtmlEdit.setPlainText(String text) Sets the text of an HtmlEdit controlHtmlEdit.setSpellChecked(boolean spellChecked) Specifies whether or not spell checking should be enabled in this HtmlEdit controlHtmlEdit.setSpellCheckLanguage(String language) Sets the spell check language for this HtmlEdit control.Sets a specified state in the HtmlEdit toolbar to the specified boolean valueHtmlEdit.setTabTraversable(Boolean traversable) HtmlEdit.setTooltipText(String text) HtmlEdit.setVisible(Boolean visible)