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/04/17 20:58:24 UTC

[jira] Created: (PIVOT-466) Use Object in Component#load() and Component#store() instead of Dictionary?

Use Object in Component#load() and Component#store() instead of Dictionary?
---------------------------------------------------------------------------

                 Key: PIVOT-466
                 URL: https://issues.apache.org/jira/browse/PIVOT-466
             Project: Pivot
          Issue Type: Improvement
          Components: wtk
            Reporter: Greg Brown
            Assignee: Greg Brown
            Priority: Minor
             Fix For: 1.5


All components that support data binding currently use JSON.get() and put() to access bound values. These methods take an Object as the root value - values are wrapped in an instance of BeanDictionary as needed. As a result, passing a Dictionary to load()/store() isn't strictly necessary.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (PIVOT-466) Use Object in Component#load() and Component#store() instead of Dictionary

Posted by "Greg Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown updated PIVOT-466:
-----------------------------

    Summary: Use Object in Component#load() and Component#store() instead of Dictionary  (was: Use Object in Component#load() and Component#store() instead of Dictionary?)

> Use Object in Component#load() and Component#store() instead of Dictionary
> --------------------------------------------------------------------------
>
>                 Key: PIVOT-466
>                 URL: https://issues.apache.org/jira/browse/PIVOT-466
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk
>            Reporter: Greg Brown
>            Assignee: Greg Brown
>            Priority: Minor
>             Fix For: 1.5
>
>
> All components that support data binding currently use JSON.get() and put() to access bound values. These methods take an Object as the root value - values are wrapped in an instance of BeanDictionary as needed. As a result, passing a Dictionary to load()/store() isn't strictly necessary.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (PIVOT-466) Use Object in Component#load() and Component#store() instead of Dictionary

Posted by "Greg Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown resolved PIVOT-466.
------------------------------

    Resolution: Fixed

> Use Object in Component#load() and Component#store() instead of Dictionary
> --------------------------------------------------------------------------
>
>                 Key: PIVOT-466
>                 URL: https://issues.apache.org/jira/browse/PIVOT-466
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk
>            Reporter: Greg Brown
>            Assignee: Greg Brown
>            Priority: Minor
>             Fix For: 1.5
>
>
> All components that support data binding currently use JSON.get() and put() to access bound values. These methods take an Object as the root value - values are wrapped in an instance of BeanDictionary as needed. As a result, passing a Dictionary to load()/store() isn't strictly necessary.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.