org.extremecomponents.table.model
Class ProcessDefaultColumn

java.lang.Object
  extended byorg.extremecomponents.table.model.ProcessDefaultColumn
All Implemented Interfaces:
ProcessColumn

public class ProcessDefaultColumn
extends java.lang.Object
implements ProcessColumn

Author:
jeff johnston

Constructor Summary
ProcessDefaultColumn()
           
 
Method Summary
 void afterLastRow(TableModel model, java.lang.String method, java.util.List body)
           
 void beforeFirstRow(TableModel model, java.lang.String method, java.util.List body)
           
 java.lang.String process(TableModel model, Column column, Cell cell, java.lang.String method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessDefaultColumn

public ProcessDefaultColumn()
Method Detail

beforeFirstRow

public void beforeFirstRow(TableModel model,
                           java.lang.String method,
                           java.util.List body)
Specified by:
beforeFirstRow in interface ProcessColumn

afterLastRow

public void afterLastRow(TableModel model,
                         java.lang.String method,
                         java.util.List body)
Specified by:
afterLastRow in interface ProcessColumn

process

public java.lang.String process(TableModel model,
                                Column column,
                                Cell cell,
                                java.lang.String method)
Specified by:
process in interface ProcessColumn


Copyright © 2004 sourceforge. All Rights Reserved.