Add support for controlling bind direction
------------------------------------------
Key: PIVOT-426
URL: https://issues.apache.org/jira/browse/PIVOT-426
Project: Pivot
Issue Type: New Feature
Components: wtk
Reporter: Greg Brown
Fix For: 1.4.1
Currently, it is not possible to exercise any fine level of control over bind
direction in bound components. A load() always takes place when a key is
specified. While a store() can be prevented by disabling the component, this is
unintuitive and not ideal.
Add a BindDirection enum that defines the following values:
LOAD
STORE
BOTH
A bind direction property will be added to all bound properties that will
control the bind direction.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.