Bug 566752 - [Databinding 2.0] Writeable vs ReadOnly Observables
Summary: [Databinding 2.0] Writeable vs ReadOnly Observables
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.14   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 566750
  Show dependency tree
 
Reported: 2020-09-08 01:06 EDT by Christoph Laeubrich CLA
Modified: 2020-09-08 01:36 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Laeubrich CLA 2020-09-08 01:06:14 EDT
Currently there is a mix of modifiable/non modifiable, wrapped values and then there are the Writable* implementations and so on.

This could be simplified if we simply follow the concept taken in the JavaCollections Framework, that the default implementations are simply read/write and there are static methods to derive a read-only value from.