Hi, I use SmartGWT2.0.
I have ComboBoxItem with values: id, name.
In ListBox at GWT I could use methods:
getItemCount(), getValue(index), getItemText(index), setSelectedIndex(index).
But I need something like this in ComboBoxItem.
I need this methods to perform selection of record by given id or name in ComboBoxItem.
Can anybody help me?
I have ComboBoxItem with values: id, name.
In ListBox at GWT I could use methods:
getItemCount(), getValue(index), getItemText(index), setSelectedIndex(index).
But I need something like this in ComboBoxItem.
I need this methods to perform selection of record by given id or name in ComboBoxItem.
Can anybody help me?
Comment