Uses of Class
com.openhtmltopdf.simple.xhtml.XhtmlForm
| Package | Description |
|---|---|
| com.openhtmltopdf.simple.xhtml | |
| com.openhtmltopdf.simple.xhtml.controls |
-
Uses of XhtmlForm in com.openhtmltopdf.simple.xhtml
Methods in com.openhtmltopdf.simple.xhtml that return XhtmlForm Modifier and Type Method Description XhtmlFormXhtmlNamespaceHandler. createForm(Element e)Deprecated.XhtmlFormFormControl. getForm()Methods in com.openhtmltopdf.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 com.openhtmltopdf.simple.xhtml.controls
Methods in com.openhtmltopdf.simple.xhtml.controls that return XhtmlForm Modifier and Type Method Description XhtmlFormAbstractControl. getForm()Constructors in com.openhtmltopdf.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)