Uses of Class
com.iizix.prop.ui.table.TableCombo
Uses of TableCombo in com.iizix.prop.ui.table
Modifier and TypeMethodDescriptionUITable.createCellCombo()
Creates a new combobox table contents to be used in a cell.TCell.getCombo()
Gets the combo instance.ModifierConstructorDescriptionTCell
(String string, TableCombo combo) Creates a new instance of the table cell initialized with a string and combobox default-aligned horizontally and vertically.TCell
(String string, TableCombo combo, int horizontalAlign, int verticalAlign, int style) Creates a new instance of the table cell initialized with a string and combobox default-aligned horizontally and vertically.