You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Greg Brown (JIRA)" <ji...@apache.org> on 2010/03/11 16:17:27 UTC

[jira] Updated: (PIVOT-425) Make data binding more robust

     [ https://issues.apache.org/jira/browse/PIVOT-425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown updated PIVOT-425:
-----------------------------

    Description: 
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.



  was:
Add data binding support for the following properties:

ListView listData
ListButton listData
Spinner spinnerData
TableView tableData
TreeView treeData


        Summary: Make data binding more robust  (was: Support data binding to data providers for data-driven components)

> 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: Greg Brown
>             Fix For: 1.4.1
>
>
> 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.