Menu

#1 Label binding

None
new
None
component1
minor
enhancement
2010-02-25
2010-02-25
Dirk Zander
No

The validation manager should support text bindings for labels.

Current workaround is:

vm.bindValue(SWTObservables.observeText(myLabel), model, "myProperty");

It would be better to do something like this (according to other rcp widgets):

vm.bindValue(myLabel, model, "myProperty");

Discussion


Log in to post a comment.