|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableFormat<E>
Specifies how a set of records are rendered in a table.
GlazedLists.tableFormat(Class,String[],String[])
Method Summary | |
---|---|
int |
getColumnCount()
The number of columns to display. |
String |
getColumnName(int column)
Gets the title of the specified column. |
Object |
getColumnValue(E baseObject,
int column)
Gets the value of the specified field for the specified object. |
Method Detail |
---|
int getColumnCount()
String getColumnName(int column)
Object getColumnValue(E baseObject, int column)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |