Class XhtmlForm
java.lang.Object
org.openpdf.simple.extend.XhtmlForm
Represents a form object
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<String, XhtmlForm.ButtonGroupWrapper> private static intprivate final FormSubmissionListenerprivate final @Nullable Elementprivate final UserAgentCallbackprivate static final String -
Constructor Summary
ConstructorsConstructorDescriptionXhtmlForm(UserAgentCallback uac, @Nullable Element e, FormSubmissionListener fsListener) XhtmlForm(UserAgentCallback uac, Element e) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddButtonToGroup(@Nullable String groupName, AbstractButton button) @Nullable FormFieldaddComponent(Element e, LayoutContext context, BlockBox box) static Stringprivate static Stringprivate static booleanvoidreset()voidsubmit(JComponent source)
-
Field Details
-
FS_DEFAULT_GROUP
- See Also:
-
_defaultGroupCount
private static int _defaultGroupCount -
_userAgentCallback
-
_componentCache
-
_buttonGroups
-
_parentFormElement
-
_formSubmissionListener
-
-
Constructor Details
-
XhtmlForm
-
XhtmlForm
-
-
Method Details
-
getUserAgentCallback
-
addButtonToGroup
-
createNewDefaultGroupName
-
isFormField
-
addComponent
-
reset
public void reset() -
submit
-
collectText
-