| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MultiValueControl
Indicates Control types that can hold more than one value for selection
| Method Summary | |
|---|---|
|  List<KeyValue> | getOptions()Listof values the control can accept. | 
|  void | setOptions(List<KeyValue> options)Sets the List of KeyValuepairs that make up the options for the control | 
| Method Detail | 
|---|
List<KeyValue> getOptions()
List of values the control can accept. Each value consists
 of a key and a label. The key is the what will be submitted back if the
 user selects the choice, the label is what will be displayed to the user
 for the choice.
 
 KeyLabelPair instances are usually generated by the
 KeyValueFinder associated with the Field for
 which the control belongs
 
void setOptions(List<KeyValue> options)
KeyValue pairs that make up the options for the control
options - | 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||