| Package | com.flexicious.nestedtreedatagrid.toolbar | 
| Class | public class ToolbarMenu | 
| Inheritance | ToolbarMenu    mx.controls.Menu | 
Default MXML PropertydataProvider
| Property | Defined By | ||
|---|---|---|---|
| action : ToolbarAction 
		 The action object that initiated the menu.  | ToolbarMenu | ||
| filters : Array [override] [read-only]   | ToolbarMenu | ||
| subMenuMinWidth : Number = 149 
		 Minimum widht for the submenus 
		   | ToolbarMenu | ||
| Method | Defined By | ||
|---|---|---|---|
| ToolbarMenu | |||
invalidateListRecursive():void  | ToolbarMenu | ||
| Method | Defined By | ||
|---|---|---|---|
mouseUpHandler(event:MouseEvent):void [override]   | ToolbarMenu | ||
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| Dispatched when we click the custom menu button. | ToolbarMenu | |||
| Dispatched in lieu of ITEM_CLICK. | ToolbarMenu | |||
| Constant | Defined By | ||
|---|---|---|---|
| EVENT_MENU_BUTTON_CLICK : String = menuButtonClick [static]   | ToolbarMenu | ||
| EVENT_SUB_MENU_CLICK : String = subMenuClick [static]   | ToolbarMenu | ||
| action | property | 
public var action:ToolbarActionThe action object that initiated the menu.
| filters | property | 
filters:Array  [read-only] [override]     public function get filters():Array| subMenuMinWidth | property | 
public var subMenuMinWidth:Number = 149Minimum widht for the submenus
| ToolbarMenu | () | Constructor | 
public function ToolbarMenu()| invalidateListRecursive | () | method | 
 public function invalidateListRecursive():void| mouseUpHandler | () | method | 
override protected function mouseUpHandler(event:MouseEvent):voidParameters
event:MouseEvent | 
| menuButtonClick | Event | 
com.flexicious.grids.events.WrapperEventDispatched when we click the custom menu button.
| subMenuClick | Event | 
| EVENT_MENU_BUTTON_CLICK | Constant | 
public static const EVENT_MENU_BUTTON_CLICK:String = menuButtonClick| EVENT_SUB_MENU_CLICK | Constant | 
public static const EVENT_SUB_MENU_CLICK:String = subMenuClick