com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu
Interface IContextualMenu

All Superinterfaces:
com.google.gwt.event.dom.client.HasAllMouseHandlers, com.google.gwt.event.dom.client.HasClickHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.event.dom.client.HasMouseDownHandlers, com.google.gwt.event.dom.client.HasMouseMoveHandlers, com.google.gwt.event.dom.client.HasMouseOutHandlers, com.google.gwt.event.dom.client.HasMouseOverHandlers, com.google.gwt.event.dom.client.HasMouseUpHandlers, com.google.gwt.event.dom.client.HasMouseWheelHandlers, IHasContextualMenu, com.google.gwt.user.client.ui.IsWidget
All Known Subinterfaces:
IDragProxyContextualMenu
All Known Implementing Classes:
ContextualMenu, DragProxyContextualMenu

public interface IContextualMenu
extends com.google.gwt.event.dom.client.HasAllMouseHandlers, com.google.gwt.event.dom.client.HasClickHandlers, IHasContextualMenu, com.google.gwt.user.client.ui.IsWidget


Method Summary
 IContextualMenuConfiguration getConfiguration()
           
 IHasContextualMenu getHasContextualDragProxyMenu()
           
 IContextualMenu getParentMenu()
           
 void hide()
           
 void show()
           
 
Methods inherited from interface com.google.gwt.event.dom.client.HasMouseDownHandlers
addMouseDownHandler
 
Methods inherited from interface com.google.gwt.event.dom.client.HasMouseUpHandlers
addMouseUpHandler
 
Methods inherited from interface com.google.gwt.event.dom.client.HasMouseMoveHandlers
addMouseMoveHandler
 
Methods inherited from interface com.google.gwt.event.dom.client.HasMouseWheelHandlers
addMouseWheelHandler
 
Methods inherited from interface com.google.gwt.event.dom.client.HasClickHandlers
addClickHandler
 
Methods inherited from interface com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasContextualMenu
getAbsoluteLeft, getAbsoluteTop, getHeight, getMenuDirection, getWidth
 
Methods inherited from interface com.google.gwt.event.dom.client.HasMouseOverHandlers
addMouseOverHandler
 
Methods inherited from interface com.google.gwt.event.dom.client.HasMouseOutHandlers
addMouseOutHandler
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

getHasContextualDragProxyMenu

IHasContextualMenu getHasContextualDragProxyMenu()

getConfiguration

IContextualMenuConfiguration getConfiguration()

show

void show()

hide

void hide()

getParentMenu

IContextualMenu getParentMenu()


Copyright © 2010-2011 Petals Link. All Rights Reserved.