Packagecom.flexicious.nestedtreedatagrid.toolbar
Classpublic class ToolbarHBox
InheritanceToolbarHBox Inheritance DropdownHBox Inheritance HBox Inheritance mx.containers.HBox



Public Properties
 PropertyDefined By
 InheritedclosePopupOnClick : Boolean = true
Closes the popup when a click happens inside it.
DropdownHBox
 InheriteddropDown : UIComponent
The VBox to transfer the rest of the items to
DropdownHBox
 InheriteddropDownButton : PopUpButton
The image that shows the dropdown icon
DropdownHBox
  toolbar : Object
ToolbarHBox
Protected Properties
 PropertyDefined By
 Inherited_dataBoundContainerInterface : DataBoundContainerImpl
HBox
 Inherited_filterContainerInterface : FilterContainerImpl
HBox
 InheritedobscuredChildren : Array
When we render the dropdown button, we want to hide the partially obscured children.
DropdownHBox
Public Methods
 MethodDefined By
  
ToolbarHBox
 Inherited
HBox
 Inherited
Clears all the filters
HBox
 Inherited
getDropDown():UIComponent
DropdownHBox
 Inherited
getDropdownButton():UIComponent
DropdownHBox
 Inherited
getFilterArguments():ArrayCollection
Loops through all registered IFilterControls, and creates a filter
HBox
 Inherited
getFilterControls():ArrayCollection
Returns all the filter controls
HBox
 Inherited
getFilterValue(column:String):*
Used to set the initial value of the filter.
HBox
 Inherited
getNextFocusableFilter(myIndex:int, forward:Boolean, inclusive:Boolean = false):IFocusManagerComponent
Gets the next focusable filter control starting at myIndex, proceeding in forward or backward direction based on the forward parameter
HBox
 Inherited
hasField(column:String):Boolean
Returns true if the container has a filter control that is bound to the specified column.
HBox
 Inherited
In client mode, applies all the filters
HBox
 Inherited
Registers the IDataBoundControl control in our list.
HBox
 Inherited
Registers the IFilter control in our list.
HBox
 Inherited
[override]
DropdownHBox
 Inherited
setFilterFocus(fld:String):Boolean
HBox
 Inherited
setFilterValue(column:String, value:Object):void
Used to set the initial value of the filter.
HBox
 Inherited
setFocusOnNextFocusableControl(myIndex:int, forward:Boolean, inclusive:Boolean = false):Boolean
Sets the focus on the next focusable filter control starting at myIndex, proceeding in forward or backward direction based on the forward parameter
HBox
 Inherited
Registers the IFilter control in our list.
HBox
Protected Methods
 MethodDefined By
  
adjustSize(child:UIComponent):void
[override]
ToolbarHBox
  
createVBox():UIComponent
[override]
ToolbarHBox
  
[override]
ToolbarHBox
 Inherited
onBoxClick(event:MouseEvent):void
DropdownHBox
 Inherited
onDropdownClose(event:DropdownEvent):void
DropdownHBox
 Inherited
onDropdownOpen(event:DropdownEvent):void
DropdownHBox
  
onMenuItemClick(event:MenuEvent):void
ToolbarHBox
 Inherited
onResize(event:ResizeEvent):void
DropdownHBox
  
[override]
ToolbarHBox
  
transferChildrenToDropdown(childrenToTransfer:Array):void
[override]
ToolbarHBox
  
transferChildToBox(child:DisplayObject):void
[override]
ToolbarHBox
 Inherited
transferChildToDropdown(child:DisplayObject):void
DropdownHBox
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
DropdownHBox
Events
 Event Summary Defined By
 InheritedDispatched when a child is about to be transferred from the dropdown to the Hbox.DropdownHBox
 InheritedDispatched when a child is moved from the parent HBox to the dropdown.DropdownHBox
 InheritedDispatched when the vbox is shownDropdownHBox
 InheritedHBox
Styles
 Style Description Defined By
 Inherited
Style Name for the dropdown button.
DropdownHBox
 Inherited
Style Name for the vertical box.
DropdownHBox
Property Detail
toolbarproperty
public var toolbar:Object

Constructor Detail
ToolbarHBox()Constructor
public function ToolbarHBox()



Method Detail
adjustSize()method
override protected function adjustSize(child:UIComponent):void

Parameters

child:UIComponent

createVBox()method 
override protected function createVBox():UIComponent

Returns
UIComponent
initializeDropdown()method 
override protected function initializeDropdown():void

onMenuItemClick()method 
protected function onMenuItemClick(event:MenuEvent):void

Parameters

event:MenuEvent

reclaimAllChildren()method 
override protected function reclaimAllChildren():void

transferChildrenToDropdown()method 
override protected function transferChildrenToDropdown(childrenToTransfer:Array):void

Parameters

childrenToTransfer:Array

transferChildToBox()method 
override protected function transferChildToBox(child:DisplayObject):void

Parameters

child:DisplayObject