com.hack23.cia.web.impl.ui.uicommon
Class CommandActionWrapper

Package class diagram package CommandActionWrapper
java.lang.Object
  extended by com.hack23.cia.web.impl.ui.uicommon.CommandActionWrapper
All Implemented Interfaces:
com.vaadin.ui.MenuBar.Command, Serializable

public class CommandActionWrapper
extends Object
implements com.vaadin.ui.MenuBar.Command

The Class CommandActionWrapper.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
CommandActionWrapper(ControllerAction controllerAction)
          Instantiates a new command action wrapper.
 
Method Summary
Modifier and Type Method and Description
 void menuSelected(com.vaadin.ui.MenuBar.MenuItem selectedItem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandActionWrapper

public CommandActionWrapper(ControllerAction controllerAction)
Instantiates a new command action wrapper.

Parameters:
controllerAction - the controller action
Method Detail

menuSelected

public final void menuSelected(com.vaadin.ui.MenuBar.MenuItem selectedItem)
Specified by:
menuSelected in interface com.vaadin.ui.MenuBar.Command


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.