org.xhtmlrenderer.simple.xhtml
Class XhtmlForm
java.lang.Object
org.xhtmlrenderer.simple.xhtml.XhtmlForm
public class XhtmlForm
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_action
protected String _action
_method
protected String _method
_controls
protected List _controls
XhtmlForm
public XhtmlForm(String action,
String method)
addFormListener
public void addFormListener(FormListener listener)
removeFormListener
public void removeFormListener(FormListener listener)
getControl
public FormControl getControl(String name)
getAllControls
public List getAllControls(String name)
getControls
public Iterator getControls()
createControl
public FormControl createControl(Element e)
createControl
public static FormControl createControl(XhtmlForm form,
Element e)
reset
public void reset()
submit
public void submit()
Copyright © 2013. All Rights Reserved.