Modifier and Type | Method and Description |
---|---|
FormControlOutputStyle |
FormControl.getOutputStyle()
Returns the current output style of this form control.
|
static FormControlOutputStyle |
FormControlOutputStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FormControlOutputStyle[] |
FormControlOutputStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FormControl.setOutputStyle(FormControlOutputStyle outputStyle)
Sets the output style of this form control.
|