public static class TableItemConfigurer.DefaultTableItemConfigurer<E> extends java.lang.Object implements TableItemConfigurer<E>
TableItemConfigurer.DefaultTableItemConfigurer<E>
DEFAULT
Constructor and Description |
---|
DefaultTableItemConfigurer() |
Modifier and Type | Method and Description |
---|---|
void |
configure(TableItem item,
E rowValue,
java.lang.Object columnValue,
int row,
int column)
Callback method that allows the configuration of the TableItem properties
for the specified row and column.
|
public void configure(TableItem item, E rowValue, java.lang.Object columnValue, int row, int column)
configure
in interface TableItemConfigurer<E>
item
- the TableItem at index row
rowValue
- the list element from the source EventList
at
index row
columnValue
- the column value, e.g. the value returned by
TableFormat.getColumnValue(Object, int)
row
- the row indexcolumn
- the column indexGlazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2015-02-09 16:42