public class XhtmlForm extends Object
| Constructor and Description |
|---|
XhtmlForm(String action,
String method) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFormListener(FormListener listener) |
Iterable<FormControl> |
controls() |
FormControl |
createControl(Element e) |
static FormControl |
createControl(XhtmlForm form,
Element e) |
List<FormControl> |
getAllControls(String name) |
FormControl |
getControl(String name) |
Iterator<FormControl> |
getControls()
Deprecated.
Use method
controls() instead |
void |
removeFormListener(FormListener listener) |
void |
reset() |
void |
submit() |
public void addFormListener(FormListener listener)
public void removeFormListener(FormListener listener)
public FormControl getControl(String name)
public List<FormControl> getAllControls(String name)
public Iterable<FormControl> controls()
@Deprecated public Iterator<FormControl> getControls()
controls() insteadpublic FormControl createControl(Element e)
public static FormControl createControl(XhtmlForm form, Element e)
public void reset()
public void submit()
Copyright © 2023. All rights reserved.