Groovy Documentation

simplejpa.swing
[Groovy] Class TemplateTableFormat

java.lang.Object
  simplejpa.swing.TemplateTableFormat
All Implemented Interfaces:
ca.odell.glazedlists.gui.TableFormat

class TemplateTableFormat
extends Object

Field Summary
private List template

 
Property Summary
List columnExpression

List columnName

 
Constructor Summary
TemplateTableFormat(List columnName, List columnExpression)

 
Method Summary
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

template

private List template


 
Property Detail

columnExpression

List columnExpression


columnName

List columnName


 
Constructor Detail

TemplateTableFormat

TemplateTableFormat(List columnName, List columnExpression)


 
Method Detail

getColumnCount

@Override
int getColumnCount()


getColumnName

@Override
String getColumnName(int i)


getColumnValue

@Override
Object getColumnValue(Object e, int i)


 

Groovy Documentation