public class DialogTextAreaElement extends Object implements DialogElement
A textarea is a multi-line plain text editing control. You've likely encountered
these on the world wide web. Use this element if you want a relatively long answer from
users.
| Modifier and Type | Field and Description |
|---|---|
int |
maxLength
Maximum input length allowed for element.
|
| Constructor and Description |
|---|
DialogTextAreaElement() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLabel, getName, getPlaceholder, getType, getValue, isOptional, setLabel, setName, setOptional, setPlaceholder, setValueCopyright © 2019. All Rights Reserved.