info.magnolia.ui.vaadin.usermenu
Class UserMenu

java.lang.Object
  extended by com.vaadin.server.AbstractClientConnector
      extended by com.vaadin.server.AbstractExtension
          extended by org.vaadin.peter.contextmenu.ContextMenu
              extended by info.magnolia.ui.vaadin.usermenu.UserMenu
All Implemented Interfaces:
com.vaadin.event.MethodEventSource, com.vaadin.server.ClientConnector, com.vaadin.server.Extension, com.vaadin.shared.Connector, Serializable

public class UserMenu
extends ContextMenu

Extends the ContextMenu add-on to allow placing the widget based on the the component passed by ContextMenu.setAsContextMenuOf(com.vaadin.server.AbstractClientConnector) instead of using the mouse cursors position.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.vaadin.peter.contextmenu.ContextMenu
ContextMenu.ContextMenuClosedEvent, ContextMenu.ContextMenuClosedListener, ContextMenu.ContextMenuItem, ContextMenu.ContextMenuItemClickEvent, ContextMenu.ContextMenuItemClickListener, ContextMenu.ContextMenuOpenedListener, ContextMenu.ContextMenuOpenedOnComponentEvent, ContextMenu.ContextMenuOpenedOnTableFooterEvent, ContextMenu.ContextMenuOpenedOnTableHeaderEvent, ContextMenu.ContextMenuOpenedOnTableRowEvent, ContextMenu.ContextMenuOpenedOnTreeItemEvent
 
Nested classes/interfaces inherited from interface com.vaadin.server.ClientConnector
com.vaadin.server.ClientConnector.AttachEvent, com.vaadin.server.ClientConnector.AttachListener, com.vaadin.server.ClientConnector.ConnectorErrorEvent, com.vaadin.server.ClientConnector.DetachEvent, com.vaadin.server.ClientConnector.DetachListener
 
Constructor Summary
UserMenu()
           
 
Method Summary
 void open()
           
 
Methods inherited from class org.vaadin.peter.contextmenu.ContextMenu
addContextMenuCloseListener, addContextMenuComponentListener, addContextMenuTableListener, addContextMenuTreeListener, addItem, addItem, addItem, addItemClickListener, getNextId, getState, open, removeAllItems, removeRootItem, setAsContextMenuOf, setAsTableContextMenu, setAsTreeContextMenu, setOpenAutomatically
 
Methods inherited from class com.vaadin.server.AbstractExtension
extend, getParent, getSupportedParentType, remove, setParent
 
Methods inherited from class com.vaadin.server.AbstractClientConnector
addAttachListener, addDetachListener, addExtension, addListener, addListener, addListener, addMethodInvocationToQueue, attach, beforeClientResponse, createState, detach, encodeState, fireEvent, getAllChildrenIterable, getConnectorId, getErrorHandler, getExtensions, getListeners, getResource, getRpcManager, getRpcProxy, getSession, getState, getStateType, getUI, handleConnectorRequest, hasListeners, isAttached, isConnectorEnabled, markAsDirty, markAsDirtyRecursive, registerRpc, registerRpc, removeAttachListener, removeDetachListener, removeExtension, removeListener, removeListener, removeListener, removeListener, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandler, setResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.vaadin.server.ClientConnector
addAttachListener, addDetachListener, attach, beforeClientResponse, detach, encodeState, getErrorHandler, getExtensions, getRpcManager, getStateType, getUI, handleConnectorRequest, isAttached, isConnectorEnabled, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandler
 
Methods inherited from interface com.vaadin.shared.Connector
getConnectorId
 

Constructor Detail

UserMenu

public UserMenu()
Method Detail

open

public void open()


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.