Uses of Class
org.xhtmlrenderer.simple.extend.XhtmlForm
-
Packages that use XhtmlForm Package Description org.xhtmlrenderer.simple.extend.form org.xhtmlrenderer.swing -
-
Uses of XhtmlForm in org.xhtmlrenderer.simple.extend.form
Methods in org.xhtmlrenderer.simple.extend.form that return XhtmlForm Modifier and Type Method Description XhtmlFormFormField. getParentForm()Methods in org.xhtmlrenderer.simple.extend.form with parameters of type XhtmlForm Modifier and Type Method Description static FormFieldFormFieldFactory. create(XhtmlForm form, LayoutContext context, BlockBox box)Constructors in org.xhtmlrenderer.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 org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing that return XhtmlForm Modifier and Type Method Description protected XhtmlFormSwingReplacedElementFactory. getForm(Element e)Returns the XhtmlForm associated with an Element in cache, or null if not found.Methods in org.xhtmlrenderer.swing with parameters of type XhtmlForm Modifier and Type Method Description protected voidSwingReplacedElementFactory. addForm(Element e, XhtmlForm f)Adds a form to a local cache for quick lookup.
-