com.smartgwt.client.widgets.events
Interface HasDragRepositionMoveHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
Button, Calendar, Canvas, ColorPicker, ColumnTree, DateChooser, DetailViewer, Dialog, DynamicForm, EdgedCanvas, FilterBuilder, FlowLayout, GridRenderer, HeaderControl, HLayout, HStack, HTMLFlow, HTMLPane, IButton, Img, ImgButton, ImgSectionHeader, ImgSplitbar, ImgTab, Label, Layout, LayoutSpacer, ListGrid, Menu, MenuBar, MenuButton, MultiFilePicker, Progressbar, PropertySheet, RichTextEditor, Scrollbar, SearchForm, SectionHeader, SectionStack, Slider, Snapbar, Splitbar, StatefulCanvas, StretchImg, StretchImgButton, TabSet, TileGrid, TileLayout, Toolbar, ToolStrip, ToolStripResizer, ToolStripSeparator, TransferImgButton, TreeGrid, ViewLoader, VLayout, VStack, WidgetCanvas, Window

public interface HasDragRepositionMoveHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addDragRepositionMoveHandler(DragRepositionMoveHandler handler)
          Executed every time the mouse moves while drag-repositioning.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addDragRepositionMoveHandler

HandlerRegistration addDragRepositionMoveHandler(DragRepositionMoveHandler handler)
Executed every time the mouse moves while drag-repositioning. If this method does not return false, the dragTarget (or outline if dragAppearance is set to "outline" will automatically be moved as appropriate whenever the mouse moves.

Parameters:
handler - the dragRepositionMove handler
Returns:
HandlerRegistration used to remove this handler