|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectsimplejpa.swing.glazed.GlazedTableFormat
class GlazedTableFormat extends Object
| Property Summary | |
|---|---|
List |
eventColumns
|
| Constructor Summary | |
GlazedTableFormat(List eventColumns)
|
|
| Method Summary | |
|---|---|
Class
|
getColumnClass(int i)
|
Comparator
|
getColumnComparator(int i)
|
int
|
getColumnCount()
|
String
|
getColumnName(int i)
|
Object
|
getColumnValue(Object e, int i)
|
| Methods inherited from class Object | |
|---|---|
| getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait |
| Property Detail |
|---|
List eventColumns
| Constructor Detail |
|---|
GlazedTableFormat(List eventColumns)
| Method Detail |
|---|
@Override Class getColumnClass(int i)
@Override Comparator getColumnComparator(int i)
@Override int getColumnCount()
@Override String getColumnName(int i)
@Override Object getColumnValue(Object e, int i)
Groovy Documentation