// TODO https://bugs.eclipse.org/bugs/show_bug.cgi?id=280157
// testcase:
// org.eclipse.e4.xwt.tests.databinding.bindcontrol.BindMenuItem
//
if (ENABLED.equalsIgnoreCase(propertyName)) {
return new MenuItemEnabledObservableValue((MenuItem) object);
} else if (SELECTION.equalsIgnoreCase(propertyName)) {
return new MenuItemSelectionObservableValue((MenuItem) object);
}
} else if (object instanceof Control) {
return observePropertyValue((Control) object, propertyName, updateSourceTrigger);