|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FormControlOutputStyle in au.id.jericho.lib.html |
---|
Fields in au.id.jericho.lib.html declared as FormControlOutputStyle | |
---|---|
static FormControlOutputStyle |
FormControlOutputStyle.DISPLAY_VALUE
The normal output element is replaced with a simple representation of the form control's submission value(s). |
static FormControlOutputStyle |
FormControlOutputStyle.NORMAL
Normal display of the output element. |
static FormControlOutputStyle |
FormControlOutputStyle.REMOVE
Remove the output element from the output document completely. |
Methods in au.id.jericho.lib.html that return FormControlOutputStyle | |
---|---|
FormControlOutputStyle |
FormControl.getOutputStyle()
Returns the current output style of this form control. |
Methods in au.id.jericho.lib.html with parameters of type FormControlOutputStyle | |
---|---|
void |
FormControl.setOutputStyle(FormControlOutputStyle outputStyle)
Sets the output style of this form control. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |