Uses of Class
org.xhtmlrenderer.simple.extend.XhtmlForm
Packages that use XhtmlForm
-
Uses of XhtmlForm in org.xhtmlrenderer.simple.extend.form
Fields in org.xhtmlrenderer.simple.extend.form declared as XhtmlFormMethods 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) (package private)ButtonField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) (package private)CheckboxField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) (package private)FileField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) protectedFormField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) (package private)HiddenField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) (package private)ImageField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) protectedInputField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) (package private)PasswordField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) (package private)RadioButtonField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) (package private)ResetField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) (package private)SelectField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) (package private)SubmitField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) (package private)TextAreaField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) (package private)TextField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) -
Uses of XhtmlForm in org.xhtmlrenderer.swing
Fields in org.xhtmlrenderer.swing with type parameters of type XhtmlFormModifier and TypeFieldDescriptionSwingReplacedElementFactory.formsCache of XhtmlForms keyed by Element.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