public class HtmlTextArea extends Html
| Constructor and Description |
|---|
HtmlTextArea() |
HtmlTextArea(Theme theme) |
| Modifier and Type | Method and Description |
|---|---|
void |
setCols(java.lang.String value)
Specifies the width of the textarea based on the number of visible character widths.
|
void |
setName(java.lang.String value) |
void |
setRows(java.lang.String value)
Specifies the height of the textarea based on the number of visible lines of text.
|
add, addChild, addDiv, addInput, addPre, addPre, addSpan, addTable, addTable, addTable, addTable, addTd, addTd, addTd, addTd, addTextArea, addTh, addTh, addTh, addTr, addTr, addTr, addTr, getChildren, getContent, getStyle, setChildren, setClazz, setContent, setDir, setDisabled, setId, setLang, setPattern, setPlaceholder, setReadonly, setRequired, setStyle, setTarget, setTitle, setXml_lang, toStringclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic HtmlTextArea()
public HtmlTextArea(Theme theme)
public void setName(java.lang.String value)
public void setRows(java.lang.String value)
public void setCols(java.lang.String value)