Uses of Class
org.xhtmlrenderer.simple.extend.XhtmlForm
Packages that use XhtmlForm
-
Uses of XhtmlForm in org.xhtmlrenderer.simple.extend.form
Methods in org.xhtmlrenderer.simple.extend.form that return XhtmlFormMethods in org.xhtmlrenderer.simple.extend.form with parameters of type XhtmlFormModifier and TypeMethodDescriptionstatic @Nullable FormFieldFormFieldFactory.create(XhtmlForm form, LayoutContext context, BlockBox box) Constructors in org.xhtmlrenderer.simple.extend.form with parameters of type XhtmlFormModifierConstructorDescriptionAbstractButtonField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) protectedFormField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) protectedInputField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) -
Uses of XhtmlForm in org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing that return XhtmlFormModifier and TypeMethodDescriptionprotected @Nullable XhtmlFormReturns the XhtmlForm associated with an Element in cache, or null if not found.Methods in org.xhtmlrenderer.swing with parameters of type XhtmlForm