[
https://issues.apache.org/jira/browse/PIVOT-425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Todd Volkert resolved PIVOT-425.
--------------------------------
Resolution: Fixed
Skipped TreeView because it's not clear that binding to a tree view is a common
use case that warrants supporting. Further, there is no
TreeView.setSelectedNode() right now because of the inherent inefficiency of
the pathOf() method.
Thus, this ticket is done.
> Make data binding more robust
> -----------------------------
>
> Key: PIVOT-425
> URL: https://issues.apache.org/jira/browse/PIVOT-425
> Project: Pivot
> Issue Type: New Feature
> Components: wtk
> Reporter: Greg Brown
> Assignee: Todd Volkert
> Fix For: 1.5
>
>
> Data binding should be more robust. It should support a configurable two-way
> mapping using a bind type of LOAD, STORE, or BOTH, and should support binding
> to model data as well as selection state in data-driven components. The
> following components should be updated:
> Button
> Calendar
> CalendarButton
> ColorChooser
> ColorChooserButton
> Label
> ListButton
> ListView
> Spinner
> TableView
> TextArea
> TextInput
> TreeView
> Additionally, data binding events should be moved to their own interfaces, as
> the addition of these new bound properties will create a number of new
> data-binding related events.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.