private void updateBindingDecoration() throws Exception {
if (m_setBindingDecoration) {
IObservePresentation presentation = getPresentation();
if (presentation instanceof IObservePresentationDecorator) {
IObservePresentationDecorator presentationDecorator =
(IObservePresentationDecorator) presentation;
presentationDecorator.setBindingDecorator(CollectionUtils.isEmpty(m_bindings)
? 0
: SwtResourceManager.TOP_RIGHT);
}
}
}