public interface ComboBoxRowConverter
XdevComboBox
and a Quickfilter.Modifier and Type | Method and Description |
---|---|
int |
modelToView(JComboBox combobox,
int row)
This method returns the view representation of a given data-model
(quickfiltered-model) row.# E.g.
|
int |
viewToModel(JComboBox comboBox,
int row)
This method returns the data representation of a given view-model
(quickfiltered-model) row.# E.g.
|
int viewToModel(JComboBox comboBox, int row)
comboBox
- row
- int modelToView(JComboBox combobox, int row)
comboBox
- row
- Copyright © 2003–2021 XDEV Software. All rights reserved.