com.sage.swt.client.widget
Interface HasWidgetBindingManager

All Known Implementing Classes:
SwtOldTable, SwtOldTableWithFooter, SwtTable

public interface HasWidgetBindingManager

This is a "convenience" interface for a widget that stores an instance of the WidgetDataBindingManager to which it is bound. It is used during the widget-data binding by the DefaultDataBindingAssembler to bind the service to the widget.


Method Summary
 void setWidgetDataBindingManager(WidgetDataBindingManager bindingManager)
          Sets the binding manager that will be used by this widget.
 

Method Detail

setWidgetDataBindingManager

void setWidgetDataBindingManager(WidgetDataBindingManager bindingManager)
Sets the binding manager that will be used by this widget.

Parameters:
bindingManager - The binding manager that will be used by this widget.


Copyright © 2011 Sage Software, Inc. All rights reserved.