junaidp / acris

Automatically exported from code.google.com/p/acris
0 stars 0 forks source link

filling bound list with enumeration values #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Requested functionality:
- to be able to bind a field of collection of enumerations

Detailed description of functionality
* let's have a model List<Countries>
* Countries is an enumeration
* we need to bind a combo box to the field allowing us to pick a value from the 
list of enumeration values
* picking the value and pressing "add" button the enumeration will be added to 
the list
** nice-to-have: if the added enumeration would be also removed from the list 
of available enumeration values + the ability to configure this feature
** nice-to-have: picking an enumeration from the list box and pressing "remove" 
button the value should be removed from the list of selected values and moved 
back to the combo box list

Original issue reported on code.google.com by ladislav...@gmail.com on 21 Jul 2010 at 8:31

GoogleCodeExporter commented 8 years ago

Original comment by ladislav...@gmail.com on 9 May 2011 at 10:56