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