|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ColumnDecorator
Interface for simple column decorators.
A column decorator is called after the object has been retrieved and it can "transform" the object before the rendering. A column decorator is simply an object formatter, and it is only aware of the value to format.
| Method Summary | |
|---|---|
java.lang.String |
decorate(java.lang.Object columnValue)
Deprecated. Called after the object has been retrieved from the bean contained in the list. |
| Method Detail |
|---|
java.lang.String decorate(java.lang.Object columnValue)
throws DecoratorException
columnValue - Object to decorate
DecoratorException - wrapper exception for any exception thrown during decoration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||