Package org.xhtmlrenderer.simple.xhtml
Class XhtmlForm
java.lang.Object
org.xhtmlrenderer.simple.xhtml.XhtmlForm
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String
private final List<FormControl>
private final List<FormListener>
private final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFormListener
(FormListener listener) controls()
static FormControl
createControl
(XhtmlForm form, Element e) getAllControls
(String name) getControl
(String name) void
removeFormListener
(FormListener listener) void
reset()
void
submit()
-
Field Details
-
_action
-
_method
-
_controls
-
_listeners
-
-
Constructor Details
-
XhtmlForm
-
-
Method Details
-
addFormListener
-
removeFormListener
-
getControl
-
getAllControls
-
controls
-
createControl
-
createControl
-
reset
public void reset() -
submit
public void submit()
-