com.googlecode.wicket.jquery.ui.widget.menu
Class MenuBehavior.SelectEvent

java.lang.Object
  extended by com.googlecode.wicket.jquery.core.JQueryEvent
      extended by com.googlecode.wicket.jquery.ui.widget.menu.MenuBehavior.SelectEvent
Enclosing class:
MenuBehavior

protected static class MenuBehavior.SelectEvent
extends JQueryEvent

Provides an event object that will be broadcasted by the JQueryAjaxBehavior 'select' callback


Constructor Summary
MenuBehavior.SelectEvent()
          Constructor
 
Method Summary
 String getHash()
          Gets the menu's id-hash
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuBehavior.SelectEvent

public MenuBehavior.SelectEvent()
Constructor

Method Detail

getHash

public String getHash()
Gets the menu's id-hash

Returns:
the id-hash


Copyright © 2013 7thWeb. All Rights Reserved.