Uses of Class
com.openhtmltopdf.simple.extend.XhtmlForm
| Package | Description |
|---|---|
| com.openhtmltopdf.simple.extend.form | |
| com.openhtmltopdf.swing |
-
Uses of XhtmlForm in com.openhtmltopdf.simple.extend.form
Methods in com.openhtmltopdf.simple.extend.form that return XhtmlForm Modifier and Type Method Description XhtmlFormFormField. getParentForm()Methods in com.openhtmltopdf.simple.extend.form with parameters of type XhtmlForm Modifier and Type Method Description static FormFieldFormFieldFactory. create(XhtmlForm form, LayoutContext context, BlockBox box)Constructors in com.openhtmltopdf.simple.extend.form with parameters of type XhtmlForm Constructor Description AbstractButtonField(Element e, XhtmlForm form, LayoutContext context, BlockBox box)FormField(Element e, XhtmlForm form, LayoutContext context, BlockBox box)InputField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) -
Uses of XhtmlForm in com.openhtmltopdf.swing
Methods in com.openhtmltopdf.swing that return XhtmlForm Modifier and Type Method Description protected XhtmlFormSwingReplacedElementFactory. getForm(Element e)Deprecated.Returns the XhtmlForm associated with an Element in cache, or null if not found.Methods in com.openhtmltopdf.swing with parameters of type XhtmlForm Modifier and Type Method Description protected voidSwingReplacedElementFactory. addForm(Element e, XhtmlForm f)Deprecated.Adds a form to a local cache for quick lookup.