net.pleso.framework.client.ui.custom
Class CustomMenu

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.MenuBar
              extended by net.pleso.framework.client.ui.custom.CustomMenu
All Implemented Interfaces:
com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.PopupListener

public class CustomMenu
extends com.google.gwt.user.client.ui.MenuBar

Custom menu. Builds menu by IMenu implementation.


Constructor Summary
CustomMenu(IMenu menu)
          Constructs custom menu by specified IMenu implementation.
 
Method Summary
 
Methods inherited from class com.google.gwt.user.client.ui.MenuBar
addItem, addItem, addItem, addItem, addItem, clearItems, getAutoOpen, onBrowserEvent, onPopupClosed, removeItem, setAutoOpen
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
getParent, isAttached, removeFromParent
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleName, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleName, getTitle, isVisible, isVisible, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomMenu

public CustomMenu(IMenu menu)
Constructs custom menu by specified IMenu implementation.

Parameters:
menu -


Copyright © 2006-2007 pleso.net crew All Rights Reserved.