You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dataf...@googlegroups.com
All the examples I see for combining DataFX table bindings with Flow shows a list item being selected and then a single button action (for example "edit") using the index of the selected item. However, what if you want a scenario where each list item has its own button with actions? In this situation, I'm not sure how to bind the Flow to the buttons when there are multiple buttons that might be created programmatically and not declaratively in the FXML. Is this even possible?
Hendrik Ebbers
unread,
Mar 17, 2014, 11:57:38 AM3/17/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dataf...@googlegroups.com
Hi, yes it is possible. But there is no annotation support to do this. In this case a event handler must be added to the button in code. In the event handler FlowHandler.handle(("myActionId")); can be called.