Uses of Class
org.apache.juneau.bean.html5.H5
Packages that use H5
- 
Uses of H5 in org.apache.juneau.bean.html5Methods in org.apache.juneau.bean.html5 that return H5Modifier and TypeMethodDescriptionH5.contenteditable(Object value) static final H5HtmlBuilder.h5()Creates an emptyH5element.static final H5Creates anH5element with the specified child nodes.H5.oncanplaythrough(String value) H5.oncuechange(String value) H5.ondblclick(String value) H5.ondurationchange(String value) H5.onkeypress(String value) H5.onloadeddata(String value) H5.onloadedmetadata(String value) H5.onloadstart(String value) H5.onmousedown(String value) H5.onmouseenter(String value) H5.onmouseleave(String value) H5.onmousemove(String value) H5.onmouseout(String value) H5.onmouseover(String value) H5.onmousewheel(String value) H5.onprogress(String value) H5.onratechange(String value) H5.ontimeupdate(String value) H5.onvolumechange(String value) H5.spellcheck(Object value)