Uses of Class
org.apache.juneau.bean.html5.Form
Packages that use Form
Package
Description
HTML5 Data Transfer Objects
-
Uses of Form in org.apache.juneau.bean.html5
Methods in org.apache.juneau.bean.html5 that return FormModifier and TypeMethodDescriptionForm.acceptcharset
(String value) accept-charset attribute.action attribute.Form.autocomplete
(String value) autocomplete attribute.Form.contenteditable
(Object value) enctype attribute.static final Form
HtmlBuilder.form()
Creates an emptyForm
element.static final Form
Creates aForm
element with the specifiedaction(String)
attribute.static final Form
Creates anForm
element with the specifiedaction(String)
attribute and child nodes.method attribute.name attribute.Form.novalidate
(Boolean value) novalidate attribute.Form.oncanplaythrough
(String value) Form.oncuechange
(String value) Form.ondblclick
(String value) Form.ondurationchange
(String value) Form.onkeypress
(String value) Form.onloadeddata
(String value) Form.onloadedmetadata
(String value) Form.onloadstart
(String value) Form.onmousedown
(String value) Form.onmouseenter
(String value) Form.onmouseleave
(String value) Form.onmousemove
(String value) Form.onmouseout
(String value) Form.onmouseover
(String value) Form.onmousewheel
(String value) Form.onprogress
(String value) Form.onratechange
(String value) Form.ontimeupdate
(String value) Form.onvolumechange
(String value) Form.spellcheck
(Object value) target attribute. -
Uses of Form in org.apache.juneau.examples.rest
Methods in org.apache.juneau.examples.rest that return Form -
Uses of Form in org.apache.juneau.microservice.resources
Methods in org.apache.juneau.microservice.resources that return Form