@Bean(typeName="textarea") public class Textarea extends HtmlElementRawText
Constructor and Description |
---|
Textarea() |
getText, setText
accesskey, attr, attrUri, contenteditable, deminimize, dir, getAttr, getAttr, getAttrs, hidden, lang, onabort, onblur, oncancel, oncanplay, oncanplaythrough, onchange, onclick, oncuechange, ondblclick, ondurationchange, onemptied, onended, onerror, onfocus, oninput, oninvalid, onkeydown, onkeypress, onkeyup, onload, onloadeddata, onloadedmetadata, onloadstart, onmousedown, onmouseenter, onmouseleave, onmousemove, onmouseout, onmouseover, onmouseup, onmousewheel, onpause, onplay, onplaying, onprogress, onratechange, onreset, onresize, onscroll, onseeked, onseeking, onselect, onshow, onstalled, onsubmit, onsuspend, ontimeupdate, ontoggle, onvolumechange, onwaiting, setAttrs, spellcheck, tabindex, title, toString, translate
public Textarea()
public final Textarea autocomplete(String autocomplete)
Hint for form auto-fill feature.
autocomplete
- The new value for this attribute.public final Textarea autofocus(Boolean autofocus)
Automatically focus the form control when the page is loaded.
public final Textarea dirname(String dirname)
Name of form field to use for sending the element's directionality in form submission.
dirname
- The new value for this attribute.public final Textarea disabled(Object disabled)
Whether the form control is disabled.
public final Textarea form(String form)
Associates the control with a form element.
form
- The new value for this attribute.public final Textarea inputmode(String inputmode)
Hint for selecting an input modality.
inputmode
- The new value for this attribute.public final Textarea maxlength(Object maxlength)
Maximum length of value.
public final Textarea minlength(Object minlength)
Minimum length of value.
public final Textarea name(String name)
Name of form control to use for form submission and in the form.elements API.
name
- The new value for this attribute.public final Textarea placeholder(String placeholder)
User-visible label to be placed within the form control.
placeholder
- The new value for this attribute.public final Textarea readonly(Object readonly)
Whether to allow the value to be edited by the user.
public final Textarea required(Object required)
Whether the control is required for form submission.
public final Textarea wrap(String wrap)
How the value of the form control is to be wrapped for form submission.
wrap
- The new value for this attribute.public final Textarea _class(String _class)
HtmlElement
_class
in class HtmlElement
_class
- The new value for this attribute.public final Textarea id(String id)
HtmlElement
id
in class HtmlElement
id
- The new value for this attribute.public final Textarea style(String style)
HtmlElement
style
in class HtmlElement
style
- The new value for this attribute.public Textarea text(Object text)
HtmlElementRawText
text
in class HtmlElementRawText
text
- The text node to add to this element.Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.