Community
Participate
Working Groups
At the current implementation, ComboView supports to deal a collection of elements including array, But there is a special set of items in Java language. It is an enumeration. We have received such request in e4 forum: http://www.eclipse.org/forums/index.php?t=msg&th=171917&start=0& We need to find a simple syntax and data binding to define the enumeration data selection.
We should provide the enumeration type as the binding source of input property: <ComboViewer input="{Binding source={x:Type j:EmployeeType}}"/> where EmployeeType is enum like: enum EmployeeType { FullTime, PartialTime, Unemployed. }
The implementation is done and committed in CVS.