| Package | Description |
|---|---|
| com.openhtmltopdf.simple.xhtml | |
| com.openhtmltopdf.simple.xhtml.controls |
| Modifier and Type | Field and Description |
|---|---|
protected List<FormControl> |
XhtmlForm._controls |
| Modifier and Type | Method and Description |
|---|---|
FormControl |
XhtmlForm.createControl(Element e) |
static FormControl |
XhtmlForm.createControl(XhtmlForm form,
Element e) |
FormControl |
XhtmlForm.getControl(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<FormControl> |
XhtmlForm.getAllControls(String name) |
Iterator<FormControl> |
XhtmlForm.getControls() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormControlListener.changed(FormControl control)
Called when the current value has changed.
|
void |
FormControlAdapter.changed(FormControl control) |
void |
FormControlListener.enabled(FormControl control)
Called when the control has been enabled/disabled.
|
void |
FormControlAdapter.enabled(FormControl control) |
void |
FormControlListener.successful(FormControl control)
Called when the successful state has changed.
|
void |
FormControlAdapter.successful(FormControl control) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractControl |
class |
ButtonControl |
class |
CheckControl |
class |
HiddenControl |
class |
SelectControl |
class |
TextControl |
Copyright © 2018. All rights reserved.