public interface TableFormat<E>
GlazedLists.tableFormat(Class,String[],String[])
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount()
The number of columns to display.
|
java.lang.String |
getColumnName(int column)
Gets the title of the specified column.
|
java.lang.Object |
getColumnValue(E baseObject,
int column)
Gets the value of the specified field for the specified object.
|
int getColumnCount()
java.lang.String getColumnName(int column)
java.lang.Object getColumnValue(E baseObject, int column)
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2018-02-07 14:47