Uses of Class
org.xhtmlrenderer.simple.extend.XhtmlForm
-
Packages that use XhtmlForm Package Description org.xhtmlrenderer.simple.extend.form -
-
Uses of XhtmlForm in org.xhtmlrenderer.simple.extend.form
Methods in org.xhtmlrenderer.simple.extend.form that return XhtmlForm Modifier and Type Method Description XhtmlForm
FormField. getParentForm()
Methods in org.xhtmlrenderer.simple.extend.form with parameters of type XhtmlForm Modifier and Type Method Description static FormField
FormFieldFactory. create(org.w3c.dom.Element e, XhtmlForm form)
Constructors in org.xhtmlrenderer.simple.extend.form with parameters of type XhtmlForm Constructor Description FormField(org.w3c.dom.Element e, XhtmlForm form)
InputField(org.w3c.dom.Element e, XhtmlForm form)
-