Package | stimulsoft.controls.visual |
Class | public class StiPopupMenu |
Inheritance | StiPopupMenu ![]() |
Implements | IStiPopup, IStiTheme |
Subclasses | StiBorderList, StiConditionPermissionsPopupMenu, StiListButtonXPopup, StiMultipageSelector |
Property | Defined By | ||
---|---|---|---|
dock : String | StiPopupMenu | ||
items : Array | StiPopupMenu | ||
maxRowCount : int | StiPopupMenu | ||
menuHeight : int [read-only] | StiPopupMenu | ||
menuWidth : int [read-only] | StiPopupMenu | ||
offset : Number | StiPopupMenu |
Property | Defined By | ||
---|---|---|---|
list : StiMenuList = null | StiPopupMenu |
Method | Defined By | ||
---|---|---|---|
StiPopupMenu | |||
applyTheme():void | StiPopupMenu | ||
getItem(index:int):Object | StiPopupMenu | ||
hide():void | StiPopupMenu | ||
show(button:Button = null):void | StiPopupMenu |
Method | Defined By | ||
---|---|---|---|
createChildren():void [override] | StiPopupMenu | ||
createList():void | StiPopupMenu | ||
StiPopupMenu | |||
onListItemClick(event:ListEvent):void | StiPopupMenu |
Constant | Defined By | ||
---|---|---|---|
Separator : String = SEPARATOR [static] | StiPopupMenu |
dock | property |
dock:String
public function get dock():String
public function set dock(value:String):void
items | property |
items:Array
public function get items():Array
public function set items(value:Array):void
list | property |
protected 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
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
StiPopupMenu | () | Constructor |
public function StiPopupMenu()
applyTheme | () | method |
public function applyTheme():void
createChildren | () | method |
override protected function createChildren():void
createList | () | method |
protected function createList():void
getItem | () | method |
public function getItem(index:int):Object
Parameters
index:int |
Object |
getList | () | method |
hide | () | method |
public function hide():void
onListItemClick | () | method |
protected function onListItemClick(event:ListEvent):void
Parameters
event:ListEvent |
show | () | method |
public function show(button:Button = null):void
Parameters
button:Button (default = null )
|
Separator | Constant |
public static const Separator:String = SEPARATOR