org.kuali.kfs.gl.businessobject.inquiry
Class BalanceInquiryTableDecorator

java.lang.Object
  extended by org.displaytag.decorator.TableDecorator
      extended by org.kuali.kfs.gl.businessobject.inquiry.BalanceInquiryTableDecorator

public class BalanceInquiryTableDecorator
extends org.displaytag.decorator.TableDecorator

A decorator meant to help display balance inquiry information for the displaytag tag library.


Field Summary
protected  org.displaytag.model.TableModel tableModel
           
 
Constructor Summary
BalanceInquiryTableDecorator()
           
 
Method Summary
 String finishRow()
          Generates the last row of the displayed table...which displays some kind of footer...
 Object getDecoratedObject()
           
 javax.servlet.jsp.PageContext getPageContext()
           
 boolean hasGetterFor(String arg0)
           
 void init(javax.servlet.jsp.PageContext arg0, Object arg1)
           
 void init(javax.servlet.jsp.PageContext arg0, Object arg1, org.displaytag.model.TableModel arg2)
           
 boolean searchGetterFor(String arg0)
           
 String startRow()
          Generates the first row of the table, which acts as the headers for the data.
 
Methods inherited from class org.displaytag.decorator.TableDecorator
addRowClass, addRowId, displayGroupedValue, endOfGroup, evaluate, finish, getCurrentRowObject, getListIndex, getViewIndex, initRow, isLastRow, startOfGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableModel

protected org.displaytag.model.TableModel tableModel
Constructor Detail

BalanceInquiryTableDecorator

public BalanceInquiryTableDecorator()
Method Detail

startRow

public String startRow()
Generates the first row of the table, which acts as the headers for the data.

Overrides:
startRow in class org.displaytag.decorator.TableDecorator
Returns:
the String to display as the first row in the table
See Also:
TableDecorator.startRow()

finishRow

public String finishRow()
Generates the last row of the displayed table...which displays some kind of footer...

Overrides:
finishRow in class org.displaytag.decorator.TableDecorator
Returns:
a String representing the last row of the table
See Also:
TableDecorator.finishRow()

init

public void init(javax.servlet.jsp.PageContext arg0,
                 Object arg1)

init

public void init(javax.servlet.jsp.PageContext arg0,
                 Object arg1,
                 org.displaytag.model.TableModel arg2)

getPageContext

public javax.servlet.jsp.PageContext getPageContext()

getDecoratedObject

public Object getDecoratedObject()

hasGetterFor

public boolean hasGetterFor(String arg0)

searchGetterFor

public boolean searchGetterFor(String arg0)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.