|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface which can transform some property to a string.
Most of the time, classes which implement this interface will just
return object.get(attribute).toString()
In case of associations, however, more complicated processing will be required.
Method Summary | |
String |
format(DomainObject obj,
String attribute,
PageState state)
Retrieve the string value for the specified attribute of the object. |
Method Detail |
public String format(DomainObject obj, String attribute, PageState state)
obj
- The domain objectattribute
- The name of the attribute to get
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |