Package | com.flexicious.nestedtreedatagrid.toolbar |
Class | public class ToolbarHBox |
Inheritance | ToolbarHBox DropdownHBox HBox mx.containers.HBox |
Property | Defined By | ||
---|---|---|---|
closePopupOnClick : Boolean = true
Closes the popup when a click happens inside it. | DropdownHBox | ||
dropDown : UIComponent
The VBox to transfer the rest of the items to
| DropdownHBox | ||
dropDownButton : PopUpButton
The image that shows the dropdown icon
| DropdownHBox | ||
toolbar : Object | ToolbarHBox |
Method | Defined By | ||
---|---|---|---|
ToolbarHBox | |||
applyChanges():void | HBox | ||
clearFilter():void
Clears all the filters
| HBox | ||
getDropDown():UIComponent | DropdownHBox | ||
getDropdownButton():UIComponent | DropdownHBox | ||
getFilterArguments():ArrayCollection
Loops through all registered IFilterControls, and creates a filter
| HBox | ||
getFilterControls():ArrayCollection
Returns all the filter controls
| HBox | ||
getFilterValue(column:String):*
Used to set the initial value of the filter. | HBox | ||
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 | ||
hasField(column:String):Boolean
Returns true if the container has a filter control
that is bound to the specified column. | HBox | ||
processFilter():void
In client mode, applies all the filters
| HBox | ||
registerIDataBoundControl(iDataBoundControl:IDataBoundControl):void
Registers the IDataBoundControl control in our list. | HBox | ||
registerIFilterControl(iFilterControl:IFilterControl):void
Registers the IFilter control in our list. | HBox | ||
removeAllChildren():void [override] | DropdownHBox | ||
setFilterFocus(fld:String):Boolean | HBox | ||
setFilterValue(column:String, value:Object):void
Used to set the initial value of the filter. | HBox | ||
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 | ||
unRegisterIFilterControl(iFilterControl:IFilterControl):void
Registers the IFilter control in our list. | HBox |
Method | Defined By | ||
---|---|---|---|
adjustSize(child:UIComponent):void [override] | ToolbarHBox | ||
createVBox():UIComponent [override] | ToolbarHBox | ||
initializeDropdown():void [override] | ToolbarHBox | ||
onBoxClick(event:MouseEvent):void | DropdownHBox | ||
onDropdownClose(event:DropdownEvent):void | DropdownHBox | ||
onDropdownOpen(event:DropdownEvent):void | DropdownHBox | ||
onMenuItemClick(event:MenuEvent):void | ToolbarHBox | ||
onResize(event:ResizeEvent):void | DropdownHBox | ||
reclaimAllChildren():void [override] | ToolbarHBox | ||
transferChildrenToDropdown(childrenToTransfer:Array):void [override] | ToolbarHBox | ||
transferChildToBox(child:DisplayObject):void [override] | ToolbarHBox | ||
transferChildToDropdown(child:DisplayObject):void | DropdownHBox | ||
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | DropdownHBox |
toolbar | property |
public var toolbar:Object
ToolbarHBox | () | Constructor |
public function ToolbarHBox()
adjustSize | () | method |
override protected function adjustSize(child:UIComponent):void
Parameters
child:UIComponent |
createVBox | () | method |
override protected function createVBox():UIComponent
ReturnsUIComponent |
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 |