|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectsimplejpa.swing.TemplateTableFormat
class TemplateTableFormat extends Object
| Field Summary | |
|---|---|
private List |
template
|
| Property Summary | |
|---|---|
List |
columnClass
|
List |
columnExpression
|
List |
columnName
|
| Constructor Summary | |
TemplateTableFormat(List columnName, List columnExpression, List columnClass)
|
|
| 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 |
| Field Detail |
|---|
private List template
| Property Detail |
|---|
List columnClass
List columnExpression
List columnName
| Constructor Detail |
|---|
TemplateTableFormat(List columnName, List columnExpression, List columnClass)
| 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