public class FormParameter extends Object
Modifier and Type | Class and Description |
---|---|
class |
FormParameter.UnusedParameterValueException
This exception is thrown on an attempt to set a parameter to a value not permitted to it by the form.
|
Constructor and Description |
---|
FormParameter() |
Modifier and Type | Method and Description |
---|---|
FormControl |
getControl()
get the control for this form Parameter (assuming it
has only one as for a text control
|
FormControl[] |
getControls()
get the controls for this form Parameter
|
boolean |
isHiddenParameter() |
void |
setValue(boolean state) |
void |
setValue(String value,
boolean state) |
void |
toggleCheckbox() |
void |
toggleCheckbox(String value) |
public FormControl[] getControls()
public FormControl getControl()
public void toggleCheckbox()
public void toggleCheckbox(String value)
public void setValue(boolean state)
public void setValue(String value, boolean state)
public boolean isHiddenParameter()
Copyright © 2012. All Rights Reserved.