Interface HasItemDragResizedHandlers
- All Superinterfaces:
 HasHandlers
- 
Method Summary
Modifier and TypeMethodDescriptionCalled when one of the Toolbar buttons is drag resized.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addItemDragResizedHandler
Called when one of the Toolbar buttons is drag resized.- Parameters:
 handler- the itemDragResized handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -