org.xhtmlrenderer.simple.xhtml
Class XhtmlForm

java.lang.Object
  extended by org.xhtmlrenderer.simple.xhtml.XhtmlForm

public class XhtmlForm
extends Object


Field Summary
protected  String _action
           
protected  List _controls
           
protected  String _method
           
 
Constructor Summary
XhtmlForm(String action, String method)
           
 
Method Summary
 void addFormListener(FormListener listener)
           
 FormControl createControl(Element e)
           
static FormControl createControl(XhtmlForm form, Element e)
           
 List getAllControls(String name)
           
 FormControl getControl(String name)
           
 Iterator getControls()
           
 void removeFormListener(FormListener listener)
           
 void reset()
           
 void submit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_action

protected String _action

_method

protected String _method

_controls

protected List _controls
Constructor Detail

XhtmlForm

public XhtmlForm(String action,
                 String method)
Method Detail

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.