com.smartgwt.client.widgets.events
Interface HasParentMovedHandlers

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 HasParentMovedHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addParentMovedHandler(ParentMovedHandler handler)
          Notification method fire when an ancestor of this component's position changes.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addParentMovedHandler

HandlerRegistration addParentMovedHandler(ParentMovedHandler handler)
Notification method fire when an ancestor of this component's position changes.

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