Uses of Class
ca.corbett.forms.fields.ComboField
Packages that use ComboField
-
Uses of ComboField in ca.corbett.forms.fields
Methods in ca.corbett.forms.fields that return ComboFieldModifier and TypeMethodDescriptionComboField.setCellRenderer(ListCellRenderer<T> renderer) You can optionally set a custom cell renderer if your combo items have special display requirements.ComboField.setOptions(List<T> options, int selectedIndex) Sets the available options in this field, overwriting whatever options were there before.ComboField.setSelectedIndex(int index) Sets the selected item index.ComboField.setSelectedItem(T item) Sets the selected item.