| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ValueConfiguredControl
Indicates Control types that can be configured with a static value to submit, as opposed to pulling
 the value from the underlying property
 
 Examples of this are CheckboxControl, which can be configured with a value that will be submitted when the
 checkbox is checked. For example, suppose we had a model property of type Set
| Method Summary | |
|---|---|
|  String | getValue()Retrieves the value that will be submitted with the control | 
|  void | setValue(String value)Setter for the value that should be submitted with the control | 
| Method Detail | 
|---|
String getValue()
void setValue(String value)
value - | 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||