Uses of Class
org.xhtmlrenderer.simple.xhtml.XhtmlForm
-
Packages that use XhtmlForm Package Description org.xhtmlrenderer.simple.xhtml org.xhtmlrenderer.simple.xhtml.controls -
-
Uses of XhtmlForm in org.xhtmlrenderer.simple.xhtml
Methods in org.xhtmlrenderer.simple.xhtml that return XhtmlForm Modifier and Type Method Description XhtmlFormXhtmlNamespaceHandler. createForm(Element e)XhtmlFormFormControl. getForm()Methods in org.xhtmlrenderer.simple.xhtml with parameters of type XhtmlForm Modifier and Type Method Description static FormControlXhtmlForm. createControl(XhtmlForm form, Element e)voidFormListener. resetted(XhtmlForm form)voidFormListener. submitted(XhtmlForm form) -
Uses of XhtmlForm in org.xhtmlrenderer.simple.xhtml.controls
Methods in org.xhtmlrenderer.simple.xhtml.controls that return XhtmlForm Modifier and Type Method Description XhtmlFormAbstractControl. getForm()Constructors in org.xhtmlrenderer.simple.xhtml.controls with parameters of type XhtmlForm Constructor Description AbstractControl(XhtmlForm form, Element e)ButtonControl(XhtmlForm form, Element e)CheckControl(XhtmlForm form, Element e)HiddenControl(XhtmlForm form, Element e)SelectControl(XhtmlForm form, Element e)TextControl(XhtmlForm form, Element e)
-