Skip to main content



      Home
Home » Archived » Riena » [Ridgets] Support for EMFDatabinding
[Ridgets] Support for EMFDatabinding [message #580671] Tue, 17 February 2009 09:11
Eclipse UserFriend
Hi,

Probably I'm doing something wrong, but I declare a binding as follow:

IObservableValue emfObs = EMFEditObservables.observeValue(editingDomain,
getModelObject(),
MyEMFPackage.Literals.MYOBJ__MYEATT);
myTextRidget.bindToModel(emfObs);
myTextRidget.updateFromModel();

but this does not work, The #updateFromModel is executed and the value
is rendered in the text-field, but a UI-to-Model Update does not work.
EMF has a separate DataBindingContext with different
UpdateValueStrategies. Is it possible to use a EMFDataBindingContext (I
want the use the capabilities EMF.Edit provides)? -
I didn't see any possibility to override or extend to provide my own
databinding-context.

Thx for your help
Tom
Previous Topic:[Ridgets] Support for Content-assist
Next Topic:[Ridgets] Support for EMFDatabinding
Goto Forum:
  


Current Time: Sun May 11 21:25:41 EDT 2025

Powered by FUDForum. Page generated in 0.17015 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top