From Learn About the Ext JavaScript Library
Ext Manual > Widgets > Menus
Menu Classes
- Ext.menu.Menu (doc) - A menu object. This is the container to which you add all other menu items.
- Ext.menu.ColorMenu (doc) - A menu containing a Ext.menu.ColorItem component (which provides a basic color picker).
- Ext.menu.DateMenu (doc) - A menu containing a Ext.menu.DateItem component (which provides a date picker).
- Ext.menu.BaseItem (doc) - The base class for all items that render into menus. BaseItem provides default rendering, activated state management and base configuration options shared by all menu components.
- Ext.menu.Item (doc) - A base class for all menu items that require menu-related functionality (like sub-menus) and are not static display items.
- Ext.menu.CheckItem (doc) - Adds a menu item that contains a checkbox by default, but can also be part of a radio group.
- Ext.menu.TextItem (doc) - Adds a static text string to a menu, usually used as either a heading or group separator.
- Ext.menu.Separator (doc) - Adds a separator bar to a menu, used to divide logical groups of menu items.
- Ext.menu.Adapter (doc) - A base utility class that adapts a non-menu component so that it can be wrapped by a menu item and added to a menu.
- Ext.menu.MenuMgr (doc) - Provides a common registry of all menu items on a page so that they can be easily accessed by id.
See also