org.displaytag.decorator
public class: TableDecoratorDate [javadoc |
source]
java.lang.Object
org.displaytag.decorator.Decorator
org.displaytag.decorator.TableDecorator
org.displaytag.decorator.TableDecoratorDate
Test decorator used in tests.
- author:
Fabrizio - Giustina
- version:
$ - Revision$ ($Author$)
| Method from org.displaytag.decorator.TableDecoratorDate Summary: |
|---|
|
getDecoratorDate |
| Methods from org.displaytag.decorator.TableDecorator: |
|---|
|
addRowClass, addRowId, displayGroupedValue, endOfGroup, evaluate, finish, finishRow, getCurrentRowObject, getListIndex, getViewIndex, initRow, isLastRow, startOfGroup, startRow |
| Method from org.displaytag.decorator.TableDecoratorDate Detail: |
public Date getDecoratorDate() {
return new Date(60121180800000L);
}
getter property for "decoratorDate". |