mima.presentation.gwt.node
Class NodeView.HidePopupMenuCommand

java.lang.Object
  extended by mima.presentation.gwt.node.NodeView.HidePopupMenuCommand
All Implemented Interfaces:
com.google.gwt.user.client.Command
Enclosing class:
NodeView

protected abstract static class NodeView.HidePopupMenuCommand
extends java.lang.Object
implements com.google.gwt.user.client.Command


Field Summary
private  com.google.gwt.user.client.ui.PopupPanel _popupMenu
           
 
Constructor Summary
NodeView.HidePopupMenuCommand(com.google.gwt.user.client.ui.PopupPanel popupMenu)
           
 
Method Summary
abstract  void doExecute()
           
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_popupMenu

private com.google.gwt.user.client.ui.PopupPanel _popupMenu
Constructor Detail

NodeView.HidePopupMenuCommand

public NodeView.HidePopupMenuCommand(com.google.gwt.user.client.ui.PopupPanel popupMenu)
Method Detail

doExecute

public abstract void doExecute()

execute

public void execute()
Specified by:
execute in interface com.google.gwt.user.client.Command