|
|||||||||
Home >> All >> org >> displaytag >> sample >> [ decorators overview ] | PREV NEXT |
A
- assertRequiredState() - Method in class org.displaytag.sample.decorators.HssfTotalWrapper
- Asserts that the sheet property needed have been set by the client.
- assertRequiredState() - Method in class org.displaytag.sample.decorators.ItextTotalWrapper
- Asserts that the table and font properties needed have been set by the client.
B
- buffer - Variable in class org.displaytag.sample.decorators.TotalWrapperTemplate
- Obtain the
StringBuffer
used to build the totals line.
C
- cityTotal - Variable in class org.displaytag.sample.decorators.TotalWrapperTemplate
- total amount for city.
- colNum - Variable in class org.displaytag.sample.decorators.HssfTotalWrapper
- currentCell - Variable in class org.displaytag.sample.decorators.HssfTotalWrapper
- currentRow - Variable in class org.displaytag.sample.decorators.HssfTotalWrapper
D
- dateFormat - Variable in class org.displaytag.sample.decorators.Wrapper
- FastDateFormat used to format dates in getDate().
F
- finishRow() - Method in class org.displaytag.sample.decorators.TotalWrapperTemplate
- After every row completes we evaluate to see if we should be drawing a new total line and summing the results from the previous group.
- font - Variable in class org.displaytag.sample.decorators.ItextTotalWrapper
- The iText font used to render the totals.
G
- getCell(String) - Method in class org.displaytag.sample.decorators.ItextTotalWrapper
- Obtain a cell with the given value.
- getDate() - Method in class org.displaytag.sample.decorators.Wrapper
- Returns the date as a String in MM/dd/yy format.
- getLink1() - Method in class org.displaytag.sample.decorators.Wrapper
- Returns the TestObject's ID as a hyperlink that the person can click on and "drill down" for more details.
- getLink2() - Method in class org.displaytag.sample.decorators.Wrapper
- Returns an "action bar" of sorts that allow the user to perform various actions on the TestObject based on it's id.
- getMoney() - Method in class org.displaytag.sample.decorators.Wrapper
- Returns the money as a String in $ #,###,###.00 format.
- getNullValue() - Method in class org.displaytag.sample.decorators.Wrapper
- Test method which always returns a null value.
- getStringBuffer() - Method in class org.displaytag.sample.decorators.TotalWrapperTemplate
- Obtain the
StringBuffer
used to build the totals line. - grandTotal - Variable in class org.displaytag.sample.decorators.TotalWrapperTemplate
- total amount.
H
- HssfTotalWrapper - class org.displaytag.sample.decorators.HssfTotalWrapper.
- Same idea implemented in HssfTableWriter applied to decorators.
- HssfTotalWrapper() - Constructor for class org.displaytag.sample.decorators.HssfTotalWrapper
- HtmlTotalWrapper - class org.displaytag.sample.decorators.HtmlTotalWrapper.
- Same idea implemented in HtmlTableWriter applied to decorators.
- HtmlTotalWrapper() - Constructor for class org.displaytag.sample.decorators.HtmlTotalWrapper
I
- ItextTotalWrapper - class org.displaytag.sample.decorators.ItextTotalWrapper.
- Same idea implemented in ItextTableWriter applied to decorators.
- ItextTotalWrapper() - Constructor for class org.displaytag.sample.decorators.ItextTotalWrapper
M
- moneyFormat - Variable in class org.displaytag.sample.decorators.Wrapper
- DecimalFormat used to format money in getMoney().
O
- org.displaytag.sample.decorators - package org.displaytag.sample.decorators
P
- prepareCell() - Method in class org.displaytag.sample.decorators.HssfTotalWrapper
S
- setFont(Font) - Method in class org.displaytag.sample.decorators.ItextTotalWrapper
- Set the font required to render the totals line.
- setSheet(HSSFSheet) - Method in class org.displaytag.sample.decorators.HssfTotalWrapper
- setTable(Table) - Method in class org.displaytag.sample.decorators.ItextTotalWrapper
- Set the table required to render the totals line.
- sheet - Variable in class org.displaytag.sample.decorators.HssfTotalWrapper
- startRow() - Method in class org.displaytag.sample.decorators.ItextTotalWrapper
- Writes cell border at bottom of cell.
T
- TotalWrapperTemplate - class org.displaytag.sample.decorators.TotalWrapperTemplate.
- Same idea implemented in TableWriterTemplate applied to decorators.
- TotalWrapperTemplate() - Constructor for class org.displaytag.sample.decorators.TotalWrapperTemplate
- table - Variable in class org.displaytag.sample.decorators.ItextTotalWrapper
- The iText table in which the totals are rendered.
W
- Wrapper - class org.displaytag.sample.decorators.Wrapper.
- This class is a decorator of the TestObjects that we keep in our List.
- Wrapper() - Constructor for class org.displaytag.sample.decorators.Wrapper
- Creates a new Wrapper decorator who's job is to reformat some of the data located in our TestObject's.
- writeCityTotal(String, double) - Method in class org.displaytag.sample.decorators.HssfTotalWrapper
- writeCityTotal(String, double) - Method in class org.displaytag.sample.decorators.HtmlTotalWrapper
- Write the city in HTML.
- writeCityTotal(String, double) - Method in class org.displaytag.sample.decorators.ItextTotalWrapper
- Writes the city total line.
- writeCityTotal(String, double) - Method in class org.displaytag.sample.decorators.TotalWrapperTemplate
- Render the city total in the appropriate format.
- writeGrandTotal(double) - Method in class org.displaytag.sample.decorators.HssfTotalWrapper
- writeGrandTotal(double) - Method in class org.displaytag.sample.decorators.HtmlTotalWrapper
- Write the table grand total in HTML.
- writeGrandTotal(double) - Method in class org.displaytag.sample.decorators.ItextTotalWrapper
- Writes the table grand total
- writeGrandTotal(double) - Method in class org.displaytag.sample.decorators.TotalWrapperTemplate
- Render the grand total in the appropriate format.
- writeTotal(String, double) - Method in class org.displaytag.sample.decorators.HssfTotalWrapper
- writeTotal(String, double) - Method in class org.displaytag.sample.decorators.ItextTotalWrapper
- Writes a total line.
A B C D F G H I M O P S T W
|
|||||||||
Home >> All >> org >> displaytag >> sample >> [ decorators overview ] | PREV NEXT |