You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by rw...@apache.org on 2016/08/15 23:30:47 UTC

svn commit: r1756439 - in /pivot/trunk: ./ tests/src/org/apache/pivot/tests/issues/pivot948/

Author: rwhitcomb
Date: Mon Aug 15 23:30:47 2016
New Revision: 1756439

URL: http://svn.apache.org/viewvc?rev=1756439&view=rev
Log:
PIVOT-948:  Add an example program that both illustrates how to use data binding
(in this case, "selected item binding" with a ListButton), but that also serves
as a check on the fix for this issue.  Having an unselected item used to cause
the bind mapping not to be called during a "store" operation.  Now it is called
always (if set), and the mapping is responsible for translating between the
unselected state/index and the underlying stored value.

Merged revision 1756437 from branches/2.0.x to trunk.

Added:
    pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot948/
      - copied from r1756437, pivot/branches/2.0.x/tests/src/org/apache/pivot/tests/issues/pivot948/
Modified:
    pivot/trunk/   (props changed)

Propchange: pivot/trunk/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Aug 15 23:30:47 2016
@@ -1 +1 @@
-/pivot/branches/2.0.x:1388236,1388681,1391496,1392533,1446780,1447977,1448356,1458918,1459950,1460982,1461332,1479613,1505062,1523284,1538840,1542170,1551768,1551992,1580958,1602230,1602233,1692157,1703276,1703292
+/pivot/branches/2.0.x:1388236,1388681,1391496,1392533,1446780,1447977,1448356,1458918,1459950,1460982,1461332,1479613,1505062,1523284,1538840,1542170,1551768,1551992,1580958,1602230,1602233,1692157,1703276,1703292,1756437