public class XhtmlForm extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
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() |
protected String _action
protected String _method
protected List _controls
public void addFormListener(FormListener listener)
public void removeFormListener(FormListener listener)
public FormControl getControl(String name)
public Iterator getControls()
public FormControl createControl(Element e)
public static FormControl createControl(XhtmlForm form, Element e)
public void reset()
public void submit()
Copyright © 2019. All Rights Reserved.