org.extremecomponents.table.model
Class ProcessGroupColumn

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

public class ProcessGroupColumn
extends java.lang.Object
implements ProcessColumn

Author:
jeff johnston

Constructor Summary
ProcessGroupColumn()
           
 
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 getGroupHtml(Column column, Cell cell, java.lang.String html)
          If this column is grouped then show the only the tags.
 java.lang.String getInnerHtml(java.lang.String html)
          Get the html inside the tags.
 java.lang.String getOuterHtml(java.lang.String html)
          Get the the tags, excluding the html inside.
 java.lang.String process(TableModel model, Column column, Cell cell, java.lang.String method)
           
 void setGroups(TableModel model)
          Find out if we need to group any of the properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessGroupColumn

public ProcessGroupColumn()
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

getGroupHtml

public java.lang.String getGroupHtml(Column column,
                                     Cell cell,
                                     java.lang.String html)
If this column is grouped then show the only the tags. TODO: make this work with pdf documents


setGroups

public void setGroups(TableModel model)
Find out if we need to group any of the properties.


getInnerHtml

public java.lang.String getInnerHtml(java.lang.String html)
Get the html inside the tags.


getOuterHtml

public java.lang.String getOuterHtml(java.lang.String html)
Get the the tags, excluding the html inside.



Copyright © 2004 sourceforge. All Rights Reserved.