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

        

Reply via email to