[
https://issues.apache.org/jira/browse/PIVOT-581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893153#action_12893153
]
Michael Allman commented on PIVOT-581:
--------------------------------------
Okay. As a workaround, I just override the render method and called
label.setText() after super.
Anyway, the purpose and utility of the toString(Object) method could be
clarified in the documentation. Otherwise people like me won't have a clue
what it's there for.
Cheers.
> org.apache.pivot.wtk.content.ListViewItemRenderer does not call
> toString(Object) when rendering
> -----------------------------------------------------------------------------------------------
>
> Key: PIVOT-581
> URL: https://issues.apache.org/jira/browse/PIVOT-581
> Project: Pivot
> Issue Type: Bug
> Components: wtk
> Affects Versions: 1.5
> Reporter: Michael Allman
>
> The render() method of ListViewItemRenderer does not use the renderer's
> toString(Object) method. This makes overriding the latter method in a
> subclass useless.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.