com.smartgwt.client.widgets.events
Interface HasDropOutHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
ActiveXControl, Applet, BrowserPlugin, Button, Calendar, Canvas, ColorPicker, ColumnTree, CubeGrid, DateChooser, DetailViewer, Dialog, DynamicForm, EdgedCanvas, FacetChart, FilterBuilder, FilterClause, Flashlet, FlowLayout, GridRenderer, HeaderControl, HLayout, HStack, HTMLFlow, HTMLPane, IButton, IMenuButton, Img, ImgButton, ImgSectionHeader, ImgSplitbar, ImgTab, Label, Layout, LayoutSpacer, ListGrid, Menu, MenuBar, MenuButton, MultiFilePicker, NavigationBar, PortalLayout, Portlet, PrintCanvas, PrintWindow, Progressbar, PropertySheet, RichTextEditor, Scrollbar, SearchForm, SectionHeader, SectionStack, Slider, Snapbar, Splitbar, SplitPane, StatefulCanvas, StretchImg, StretchImgButton, SVG, TableView, TabSet, TileGrid, TileLayout, Toolbar, ToolStrip, ToolStripButton, ToolStripMenuButton, ToolStripResizer, ToolStripSeparator, TransferImgButton, TreeGrid, ViewLoader, VLayout, VStack, WidgetCanvas, Window

public interface HasDropOutHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addDropOutHandler(DropOutHandler handler)
          Executed when the dragged object is moved out of the rectangle of this drop target.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addDropOutHandler

HandlerRegistration addDropOutHandler(DropOutHandler handler)
Executed when the dragged object is moved out of the rectangle of this drop target. If you have set a visual indication in dropOver or dropMove, you should reset it to its normal state in dropOut.

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