com.smartgwt.client.widgets.events
Interface HasRightMouseDownHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
Button, Calendar, Canvas, ColorPicker, ColumnTree, DateChooser, DetailViewer, Dialog, DynamicForm, EdgedCanvas, FilterBuilder, 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, TreeGrid, ViewLoader, VLayout, VStack, WidgetCanvas, Window

public interface HasRightMouseDownHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addRightMouseDownHandler(RightMouseDownHandler handler)
           Executed when the right mouse down is pressed on this widget.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addRightMouseDownHandler

HandlerRegistration addRightMouseDownHandler(RightMouseDownHandler handler)
Executed when the right mouse down is pressed on this widget. No default implementation.

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