Package | stimulsoft.controls_old.visual.menu |
Class | public class StiPopupMenu |
Inheritance | StiPopupMenu ![]() |
Implements | IStiPopup |
Subclasses | StiAdvancedBorderMenu, StiAlignMenu, StiBorderSizePopupMenu, StiCurrencyTextFormatMenu, StiDictionaryActionsMenu, StiDictionaryNewItemMenu, StiGridModeMenu, StiLanguageMenu, StiMainMenu, StiMainSubmenu, StiMarginsMenu, StiNewBandsMenu, StiNewComponentsMenu, StiNewCrossBandsMenu, StiPageColumnsMenu, StiPageOrientationMenu, StiPageSizeMenu, StiSizeMenu, StiTextAngleMenu, StiTextFormatMenu, StiUnitMenu, StiZoomMenu |
Property | Defined By | ||
---|---|---|---|
defaultRowCount : int | StiPopupMenu | ||
designer : StiDesignerFx | StiPopupMenu | ||
dock : String | StiPopupMenu | ||
itemRenderer : IFactory | StiPopupMenu | ||
items : Array = null | StiPopupMenu | ||
list : StiMenuList = null | StiPopupMenu | ||
maxRowCount : int | StiPopupMenu | ||
menuHeight : int [read-only] | StiPopupMenu | ||
menuRowHeight : int | StiPopupMenu | ||
menuWidth : int [read-only] | StiPopupMenu | ||
offset : Number | StiPopupMenu | ||
parentMenu : StiPopupMenu | StiPopupMenu | ||
showCheckBox : Boolean | StiPopupMenu |
Property | Defined By | ||
---|---|---|---|
timer : Timer | StiPopupMenu |
Method | Defined By | ||
---|---|---|---|
StiPopupMenu | |||
getItem(index:int):Object | StiPopupMenu | ||
hide():void | StiPopupMenu | ||
show(button:Button = null):void | StiPopupMenu | ||
update():void | StiPopupMenu |
Method | Defined By | ||
---|---|---|---|
commitProperties():void [override] | StiPopupMenu | ||
createChildren():void [override] | StiPopupMenu | ||
onDownOutside(e:FlexMouseEvent):void | StiPopupMenu | ||
onItemRollOut(e:ListEvent):void | StiPopupMenu | ||
onItemRollOver(e:ListEvent):void | StiPopupMenu | ||
onListItemClick(e:ListEvent):void | StiPopupMenu | ||
onMenuItemClick(e:StiMenuItemClickEvent):void | StiPopupMenu | ||
onTimer(e:TimerEvent):void | StiPopupMenu |
defaultRowCount | property |
defaultRowCount:int
public function get defaultRowCount():int
public function set defaultRowCount(value:int):void
designer | property |
designer:StiDesignerFx
public function get designer():StiDesignerFx
public function set designer(value:StiDesignerFx):void
dock | property |
dock:String
public function get dock():String
public function set dock(value:String):void
itemRenderer | property |
itemRenderer:IFactory
public function get itemRenderer():IFactory
public function set itemRenderer(value:IFactory):void
items | property |
public var items:Array = null
list | property |
public var list:StiMenuList = null
maxRowCount | property |
maxRowCount:int
public function get maxRowCount():int
public function set maxRowCount(value:int):void
menuHeight | property |
menuHeight:int
[read-only] public function get menuHeight():int
menuRowHeight | property |
menuRowHeight:int
public function get menuRowHeight():int
public function set menuRowHeight(value:int):void
menuWidth | property |
menuWidth:int
[read-only] public function get menuWidth():int
offset | property |
offset:Number
public function get offset():Number
public function set offset(value:Number):void
parentMenu | property |
parentMenu:StiPopupMenu
public function get parentMenu():StiPopupMenu
public function set parentMenu(value:StiPopupMenu):void
showCheckBox | property |
showCheckBox:Boolean
public function get showCheckBox():Boolean
public function set showCheckBox(value:Boolean):void
timer | property |
protected var timer:Timer
StiPopupMenu | () | Constructor |
public function StiPopupMenu()
commitProperties | () | method |
override protected function commitProperties():void
createChildren | () | method |
override protected function createChildren():void
getItem | () | method |
public function getItem(index:int):Object
Parameters
index:int |
Object |
hide | () | method |
public function hide():void
onDownOutside | () | method |
protected function onDownOutside(e:FlexMouseEvent):void
Parameters
e:FlexMouseEvent |
onItemRollOut | () | method |
protected function onItemRollOut(e:ListEvent):void
Parameters
e:ListEvent |
onItemRollOver | () | method |
protected function onItemRollOver(e:ListEvent):void
Parameters
e:ListEvent |
onListItemClick | () | method |
protected function onListItemClick(e:ListEvent):void
Parameters
e:ListEvent |
onMenuItemClick | () | method |
onTimer | () | method |
protected function onTimer(e:TimerEvent):void
Parameters
e:TimerEvent |
show | () | method |
public function show(button:Button = null):void
Parameters
button:Button (default = null )
|
update | () | method |
public function update():void