[
https://issues.apache.org/jira/browse/WICKET-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12828041#action_12828041
]
Mohamed commented on WICKET-2701:
---------------------------------
The use case could be that:
- We have one column which a trend, and we want to add a positive icon when the
trend is positive, and a negative icon when the trend is negative, near the
trend result.
- One column could display a result and redirect the user to another page with
detailed result when the user click on result.
- etc
Today we can add just String value on Column from the userObject defined on the
PropertyRenderableColumn.
> PropertyRenderableColumn for treetable should render images, Link, or label,
> in general a webmarkupcontainer
> ------------------------------------------------------------------------------------------------------------
>
> Key: WICKET-2701
> URL: https://issues.apache.org/jira/browse/WICKET-2701
> Project: Wicket
> Issue Type: Improvement
> Components: wicket-extensions
> Affects Versions: 1.4.5
> Environment: xp, tomcat, wicket 1.4.5, wicket-extensions 1.4.5, jdk5
> Reporter: Mohamed
>
> The PropertyRenderableColumn render a simple String from the property user
> object. It could be nice if the PropertyRenderableColumn could render a
> WebMarkupContainer such as Label, Link, Image or another thing.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.