Databinding a checkboxlist

2010-11-18 Thread Altenhof, David Aron
Trying to figure out a way to do the following without much luck. I have an enumeration with a list of menu options and corresponding labels such as: public enum Color { RED("Red"), BLUE("Blue"), GREEN("Green"); private String myLabel; private Col

Re: Databinding a checkboxlist

2010-11-19 Thread Li Ying
try 2010/11/19 Altenhof, David Aron : > Trying to figure out a way to do the following without much luck. > > I have an enumeration with a list of menu options and corresponding labels > such as: > > public enum Color { >        RED("Red"), >        BLUE("Blue"), >        GREEN("Green"); > >