|
Class Summary |
| AutolinkColumnDecorator |
This takes the string that is passed in, and "auto-links" it, it turns email addresses into hyperlinks, and also
turns things that looks like URLs into hyperlinks as well. |
| CheckboxTableDecorator |
A table decorator which adds checkboxes for selectable rows. |
| DefaultDecoratorFactory |
Factory for TableDecorator or ColumnDecorator object. |
| EscapeXmlColumnDecorator |
This takes the string that is passed in, and escapes html tags and entities. |
| MessageFormatColumnDecorator |
A decorator that simply formats input Objects using a java.text.messageFormat. |
| MultilevelTotalTableDecorator |
A TableDecorator that, in conjunction with totaled and grouped columns, produces multi level subtotals on arbitrary
String groupings. |
| TableDecorator |
|
| TotalTableDecorator |
A table decorator which adds rows with totals (for column with the "total" attribute set) and subtotals (grouping by
the column with a group="1" attribute). |