Uses of Class
com.iizix.prop.ui.table.TableCombo
Packages that use TableCombo Package Description com.iizix.prop.ui.table Uses of TableCombo in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table that return TableCombo Modifier and Type Method Description TableCombo
UITable. createCellCombo()
Creates a new combobox table contents to be used in a cell.TableCombo
TCell. getCombo()
Gets the combo instance.Constructors in com.iizix.prop.ui.table with parameters of type TableCombo Constructor Description TCell(java.lang.String string, TableCombo combo)
Creates a new instance of the table cell initialized with a string and combobox default-aligned horizontally and vertically.TCell(java.lang.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.