[ https://issues.apache.org/jira/browse/PIVOT-569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897147#action_12897147 ]
Michael Allman commented on PIVOT-569: -------------------------------------- I did this for a subclass of ListButton. I just added an event listener for selectedIndexChanged in the constructor that dispatches a selectedItemChanged event from there. Upon review, I should probably be checking for inequality of the selected items before firing the event in case equal objects exist at different indices of the list. If you set up ListView to dispatch selectedItemChanged can you do that for ListButton, too? > Make ListView selectedItem, etc. notifying properties > ----------------------------------------------------- > > Key: PIVOT-569 > URL: https://issues.apache.org/jira/browse/PIVOT-569 > Project: Pivot > Issue Type: Improvement > Components: wtk > Reporter: Greg Brown > Assignee: Todd Volkert > Priority: Minor > Fix For: 2.0 > > > These properties don't currently fire events when they change, so it is not > possible to dynamically bind to them using namespace bindings. > Note that they should only fire when selectMode == SINGLE. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.