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

All Superinterfaces:
com.google.gwt.event.shared.HasHandlers, com.google.gwt.event.dom.client.HasMouseOutHandlers, com.google.gwt.event.dom.client.HasMouseOverHandlers, IHasContextualMenu
All Known Subinterfaces:
IHasMenuDragProxy

public interface IHasDragProxyContextualMenu
extends IHasContextualMenu


Method Summary
 void addContextualMenuHandler(IDragProxyContextualMenuHandler handler)
           
 java.util.LinkedHashSet<IHasMenuDragProxy> getDragProxies()
           
 
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
 

Method Detail

getDragProxies

java.util.LinkedHashSet<IHasMenuDragProxy> getDragProxies()

addContextualMenuHandler

void addContextualMenuHandler(IDragProxyContextualMenuHandler handler)


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