@Bean(typeName="input") public class Input extends HtmlElementVoid
Constructor and Description |
---|
Input() |
Modifier and Type | Method and Description |
---|---|
Input |
_class(String _class)
class attribute.
|
Input |
accept(String accept)
accept attribute.
|
Input |
alt(String alt)
alt attribute.
|
Input |
autocomplete(String autocomplete)
autocomplete attribute.
|
Input |
autofocus(String autofocus)
autofocus attribute.
|
Input |
checked(Object checked)
checked attribute.
|
Input |
dirname(String dirname)
dirname attribute.
|
Input |
disabled(Object disabled)
disabled attribute.
|
Input |
form(String form)
form attribute.
|
Input |
formaction(String formaction)
formaction attribute.
|
Input |
formenctype(String formenctype)
formenctype attribute.
|
Input |
formmethod(String formmethod)
formmethod attribute.
|
Input |
formnovalidate(String formnovalidate)
formnovalidate
attribute.
|
Input |
formtarget(String formtarget)
formtarget attribute.
|
Input |
height(Object height)
height
attribute.
|
Input |
id(String id)
id attribute.
|
Input |
inputmode(String inputmode)
inputmode
attribute.
|
Input |
list(String list)
list attribute.
|
Input |
max(Object max)
max attribute.
|
Input |
maxlength(Object maxlength)
maxlength attribute.
|
Input |
min(Object min)
min attribute.
|
Input |
minlength(Object minlength)
minlength attribute.
|
Input |
multiple(Object multiple)
multiple attribute.
|
Input |
name(String name)
name attribute.
|
Input |
pattern(String pattern)
pattern attribute.
|
Input |
placeholder(String placeholder)
placeholder attribute.
|
Input |
readonly(boolean readonly)
readonly attribute.
|
Input |
readonly(Object readonly)
readonly attribute.
|
Input |
required(Object required)
required attribute.
|
Input |
size(Object size)
size attribute.
|
Input |
src(Object src)
src attribute.
|
Input |
step(String step)
step attribute.
|
Input |
style(String style)
style attribute.
|
Input |
type(String type)
type attribute.
|
Input |
value(Object value)
value attribute.
|
Input |
width(Object width)
width attribute.
|
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 Input()
public final Input accept(String accept)
Hint for expected file type in file upload controls.
accept
- The new value for this attribute.public final Input alt(String alt)
Replacement text for use when images are not available.
alt
- The new value for this attribute.public final Input autocomplete(String autocomplete)
Hint for form auto-fill feature.
autocomplete
- The new value for this attribute.public final Input autofocus(String autofocus)
Automatically focus the form control when the page is loaded.
autofocus
- The new value for this attribute.public final Input checked(Object checked)
Whether the command or control is checked.
public final Input 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 Input disabled(Object disabled)
Whether the form control is disabled.
public final Input form(String form)
Associates the control with a form element.
form
- The new value for this attribute.public final Input formaction(String formaction)
URL to use for form submission.
formaction
- The new value for this attribute.public final Input formenctype(String formenctype)
Form data set encoding type to use for form submission.
formenctype
- The new value for this attribute.public final Input formmethod(String formmethod)
HTTP method to use for form submission.
formmethod
- The new value for this attribute.public final Input formnovalidate(String formnovalidate)
Bypass form control validation for form submission.
formnovalidate
- The new value for this attribute.public final Input formtarget(String formtarget)
Browsing context for form submission.
formtarget
- The new value for this attribute.public final Input inputmode(String inputmode)
inputmode
- The new value for this attribute.public final Input list(String list)
List of auto-complete options.
list
- The new value for this attribute.public final Input maxlength(Object maxlength)
public final Input minlength(Object minlength)
Minimum length of value.
public final Input multiple(Object multiple)
Whether to allow multiple values.
public final Input 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 Input pattern(String pattern)
Pattern to be matched by the form control's value.
pattern
- The new value for this attribute.public final Input placeholder(String placeholder)
User-visible label to be placed within the form control.
placeholder
- The new value for this attribute.public final Input readonly(Object readonly)
Whether to allow the value to be edited by the user.
public final Input readonly(boolean readonly)
Whether to allow the value to be edited by the user.
readonly
- If public final Input required(Object required)
Whether the control is required for form submission.
public final Input step(String step)
Granularity to be matched by the form control's value.
step
- The new value for this attribute.public final Input type(String type)
Type of form control.
type
- The new value for this attribute.public final Input _class(String _class)
HtmlElement
_class
in class HtmlElement
_class
- The new value for this attribute.public final Input id(String id)
HtmlElement
id
in class HtmlElement
id
- The new value for this attribute.public final Input style(String style)
HtmlElement
style
in class HtmlElement
style
- The new value for this attribute.Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.