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 Element
private final UserAgentCallback
private static final String
-
Constructor Summary
ConstructorsConstructorDescriptionXhtmlForm
(UserAgentCallback uac, Element e) XhtmlForm
(UserAgentCallback uac, Element e, FormSubmissionListener fsListener) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addButtonToGroup
(String groupName, AbstractButton button) 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
-