Uses of Class
org.xhtmlrenderer.simple.xhtml.XhtmlForm
Packages that use XhtmlForm
-
Uses of XhtmlForm in org.xhtmlrenderer.simple.xhtml
Methods in org.xhtmlrenderer.simple.xhtml that return XhtmlFormModifier and TypeMethodDescriptionXhtmlNamespaceHandler.createForm(Element e) FormControl.getForm()Methods in org.xhtmlrenderer.simple.xhtml with parameters of type XhtmlFormModifier and TypeMethodDescriptionstatic FormControlXhtmlForm.createControl(XhtmlForm form, Element e) voidvoid -
Uses of XhtmlForm in org.xhtmlrenderer.simple.xhtml.controls
Methods in org.xhtmlrenderer.simple.xhtml.controls that return XhtmlFormConstructors in org.xhtmlrenderer.simple.xhtml.controls with parameters of type XhtmlFormModifierConstructorDescriptionprotectedAbstractControl(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)