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

All Superinterfaces:
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, IHasContextualMenu, IHasDragProxy, IHasDragProxyContextualMenu

public interface IHasMenuDragProxy
extends IHasDragProxy, IHasDragProxyContextualMenu


Method Summary
 IHasDragProxyContextualMenu getContextualMenuSubject()
           
 void setContextualMenuSubject(IHasDragProxyContextualMenu subject)
           
 
Methods inherited from interface com.ebmwebsourcing.geasytools.geasyui.api.draggable.IHasDragProxy
addDragProxyHandler, getCreatedElement, getData, getDraggableProxy, getDraggableProxyDefaultHandlers, getDraggedTypes, getIUIElementType, getProxyImgUrl, getUIPanel, setCreatedElement, setDraggableProxy, setUIPanel
 
Methods inherited from interface com.google.gwt.event.dom.client.HasMouseDownHandlers
addMouseDownHandler
 
Methods inherited from interface com.google.gwt.event.dom.client.HasMouseMoveHandlers
addMouseMoveHandler
 
Methods inherited from interface com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasDragProxyContextualMenu
addContextualMenuHandler, 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

getContextualMenuSubject

IHasDragProxyContextualMenu getContextualMenuSubject()

setContextualMenuSubject

void setContextualMenuSubject(IHasDragProxyContextualMenu subject)


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