Interface | Description |
---|---|
IMenuItem |
Interface used to represent a single item in a
Menu |
IMenuListener |
Event listener shared by the
Menu widget and the MenuBehavior |
Class | Description |
---|---|
AbstractMenuItem |
Base class for
Menu item |
ContextMenu |
Provides a context-menu based on the
Menu |
ContextMenuBehavior |
Provides a jQuery context menu behavior.
A ContextMenuBehavior can be associated to only one Component (ie: The behavior cannot be reused). |
ContextMenuBehavior.ContextMenuEvent |
Provides an event object that will be broadcasted by the
ContextMenuBehavior.OnContextMenuAjaxBehavior callback |
ContextMenuBehavior.OnContextMenuAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'contextmenu' event |
Menu |
Provides the jQuery menu based on a
JQueryPanel |
MenuBehavior |
Provides a jQuery menu behavior.
|
MenuBehavior.OnSelectAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'select' event |
MenuBehavior.SelectEvent |
Provides an event object that will be broadcasted by the
MenuBehavior.OnSelectAjaxBehavior callback |
MenuItem |
Provides a standard menu-item that supports sub-menus
|
Copyright © 2016 7thWeb. All rights reserved.