@Deprecated public class TableFormatKTableFormat extends AbstractKTableFormat
TableFormat to KTableFormat. This can be used to
quickly develop a KTableFormat using existing TableFormats,
such as those created by GlazedLists.tableFormat(java.lang.String[], java.lang.String[]).| Constructor and Description |
|---|
TableFormatKTableFormat(TableFormat tableFormat)
Deprecated.
Adapt the specified
TableFormat to be used in
a KTable. |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount()
Deprecated.
The number of columns to display.
|
de.kupzog.ktable.KTableCellEditor |
getColumnEditor(java.lang.Object baseObject,
int column)
Deprecated.
|
java.lang.Object |
getColumnHeaderValue(int headerRow,
int column)
Deprecated.
Provide a value for the specified header row and column.
|
java.lang.String |
getColumnName(int column)
Deprecated.
Gets the title of the specified column.
|
de.kupzog.ktable.KTableCellRenderer |
getColumnRenderer(java.lang.Object baseObject,
int column)
Deprecated.
|
java.lang.Object |
getColumnValue(java.lang.Object baseObject,
int column)
Deprecated.
Gets the value of the specified field for the specified object.
|
int |
getFixedHeaderRowCount()
Deprecated.
|
getColumnTooltip, getColumnWidth, getFixedHeaderColumnCount, getFixedSelectableColumnCount, getRowHeight, getRowHeightMinimum, isColumnResizable, isRowResizable, setColumnWidth, setRowHeightpublic TableFormatKTableFormat(TableFormat tableFormat)
TableFormat to be used in
a KTable.public int getFixedHeaderRowCount()
getFixedHeaderRowCount in interface KTableFormatgetFixedHeaderRowCount in class AbstractKTableFormatKTableModel.getFixedHeaderRowCount()public java.lang.String getColumnName(int column)
public java.lang.Object getColumnValue(java.lang.Object baseObject,
int column)
public java.lang.Object getColumnHeaderValue(int headerRow,
int column)
TableFormat, the KTableFormat supports
multiple header rows per table. Therefore this method is the
preferred way to define the header values for DefaultEventKTableModel.TableFormat.getColumnName(int),
KTableModel.getContentAt(int, int)public int getColumnCount()
public de.kupzog.ktable.KTableCellEditor getColumnEditor(java.lang.Object baseObject,
int column)
KTableModel.getCellEditor(int, int)public de.kupzog.ktable.KTableCellRenderer getColumnRenderer(java.lang.Object baseObject,
int column)
KTableModel.getCellRenderer(int, int)Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by swimmesberger at Wed Feb 13 09:45:20 CET 2019