| Package | Description |
|---|---|
| org.xhtmlrenderer.simple.xhtml | |
| org.xhtmlrenderer.simple.xhtml.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 |
|---|---|
void |
FormControlAdapter.changed(FormControl control) |
void |
FormControlListener.changed(FormControl control)
Called when the current value has changed.
|
void |
FormControlAdapter.enabled(FormControl control) |
void |
FormControlListener.enabled(FormControl control)
Called when the control has been enabled/disabled.
|
void |
FormControlAdapter.successful(FormControl control) |
void |
FormControlListener.successful(FormControl control)
Called when the successful state has changed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractControl |
class |
ButtonControl |
class |
CheckControl |
class |
HiddenControl |
class |
SelectControl |
class |
TextControl |
Copyright © 2015. All rights reserved.