A binding for an interface component that has a selection like a 
JList or 
JComboBox.
- 
Nested Class SummaryNested Classes 
static class 
 
Inner utility class that performs the runtime wiring of all  BoundSelection bindings. 
 
 
- 
Required Element SummaryRequired Elements 
The model property to bind to. 
 
 
- 
Optional Element SummaryOptional Elements 
boolean
 
Whether or not a JList should bind with multiselect. 
 
How to render the null value in a JComboBox. 
 
When this binding should occur. 
 
 
- 
Element Details
- 
toThe model property to bind to. 
 
- 
- 
onWhen this binding should occur. 
- Default:
- {""}
 
- 
nullValueHow to render the null value in a JComboBox. 
- Default:
- ""
 
- 
multiboolean multi Whether or not a JList should bind with multiselect. 
- Default:
- false