Package org.xhtmlrenderer.simple.extend
Class XhtmlForm
java.lang.Object
org.xhtmlrenderer.simple.extend.XhtmlForm
Represents a form object
- Author:
- Torbjörn Gannholm, Sean Bright
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionXhtmlForm
(UserAgentCallback uac, Element e) XhtmlForm
(UserAgentCallback uac, Element e, FormSubmissionListener fsListener) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addButtonToGroup
(String groupName, AbstractButton button) static String
void
reset()
void
submit
(JComponent source)
-
Field Details
-
HIDDEN_FIELD
-
-
Constructor Details
-
XhtmlForm
-
XhtmlForm
-
-
Method Details
-
getUserAgentCallback
-
addButtonToGroup
-
addComponent
-
reset
public void reset() -
submit
-
collectText
-