Package org.xhtmlrenderer.simple.extend
Class XhtmlForm
java.lang.Object
org.xhtmlrenderer.simple.extend.XhtmlForm
Represents a form object
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<String,
XhtmlForm.ButtonGroupWrapper> private static int
private final FormSubmissionListener
private final @Nullable Element
private final UserAgentCallback
private static final String
-
Constructor Summary
ConstructorsConstructorDescriptionXhtmlForm
(UserAgentCallback uac, @Nullable Element e, FormSubmissionListener fsListener) XhtmlForm
(UserAgentCallback uac, Element e) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addButtonToGroup
(@Nullable String groupName, AbstractButton button) @Nullable FormField
addComponent
(Element e, LayoutContext context, BlockBox box) static String
private static String
private static boolean
void
reset()
void
submit
(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
-