Check/cleanup Stateful API in mobile widgets
Some mobile widgets do not fully comply with the Stateful APIS:
- some attributes can be set only in markup or at instantiation and cannot be changed dynamically, for example #16133
- some widgets do not comply with the Stateful API, for example SpinWheelSlot? has setValue()/getValue() methods, these should be set/get("value") and should call _set to correctly notify, etc
Attachments (2)
-
patch16182.patch (17.9 KB) - added by Adrian Vasiliu 8 years ago.
-
Documents properties that cannot be set after creation, and other doc improvements. - Adrian Vasiliu (IBM, CCLA)
-
patch16182-diff.patch (11.7 KB) - added by Adrian Vasiliu 8 years ago.
-
Added [const] API doc flags plus fixes of a few old doc errors.
Download all attachments as: .zip
Change History (12)
Owner: |
changed from Eric Durocher to Adrian Vasiliu
|
Status: |
new →
assigned
|
Summary: |
Check/cleanup Statful API in mobile widgets →
Check/cleanup Stateful API in mobile widgets
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Resolved tickets in this area:
New:
Older, already committed since 1.8:
Concerning SpinWheelSlot's setValue/getValue: this is solved in 1.8 already (#14807).