org.displaytag.decorator.hssf |
ColumnDecorator | Interface for simple column decorators. |
code | html |
DecoratorFactory | Factory for TableDecorator or ColumnDecorator object. | code | html |
DisplaytagColumnDecorator | Interface for simple column decorators. |
code | html |
Decorator | This class provides some basic functionality for all objects which serve as decorators for the objects in the List being displayed. |
code | html |
TableDecorator | code | html |
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. | code | html |
DateColumnDecorator | A test column decorator for dates. | code | html |
DefaultDecoratorFactory | Factory for TableDecorator or ColumnDecorator object. | code | html |
DefaultDecoratorFactory.DeprecatedDecoratorWrapper | Wrapper class for handling decorators implementing the deprecated ColumnDecorator interface as 1.1
DisplaytagColumnDecorator s. |
code | html |
EscapeXmlColumnDecorator | This takes the string that is passed in, and escapes html tags and entities. Only operates on "html" or "xml" media. | code | html |
ListIndexTableDecorator | Does nothing. | code | html |
MessageFormatColumnDecorator | A decorator that simply formats input Objects using a java.text.messageFormat . |
code | html |
MultilevelTotalTableDecorator | A TableDecorator that, in conjunction with totaled and grouped columns, produces multi level subtotals on arbitrary String groupings. | code | html |
MultilevelTotalTableDecorator.GroupTotals | code | html | |
PageContextPrefixColumnDecorator | A column decorator which adds a prefix from the "prefix" pageContext attribute. | code | html |
PercentualColumnDecorator | A column decorator which returns 100/value with padding of spaces. | code | html |
PrefixColumnDecorator | A column decorator which adds a "decorated: " prefix. | code | html |
TableDecoratorCssRow | Test decorator used in tests. | code | html |
TableDecoratorDate | Test decorator used in tests. | code | html |
TableDecoratorOne | Test decorator used in tests. | code | html |
TableDecoratorTwo | Test decorator used in tests. | code | html |
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). | code | html |
AutolinkColumnDecoratorTest | Test case for AutolinkColumnDecorator. | code | html |
MessageFormatColumnDecoratorTest | Test case for MessageFormatColumnDecoratorTest. | code | html |
TableDecoratorTest | Test for TableDecorator. | code | html |