Package | stimulsoft.controls_old.visual |
Class | public class StiStylesList |
Inheritance | StiStylesList ![]() ![]() |
Implements | IStiPopup |
Default MXML PropertydataProvider
Property | Defined By | ||
---|---|---|---|
![]() | allowSortItems : Boolean = true | StiList | |
designer : StiDesignerFx | StiStylesList | ||
dock : String | StiStylesList | ||
![]() | height : Number [override] [read-only] | StiList | |
maxRowCount : int | StiStylesList | ||
![]() | maxVerticalScrollPosition : Number [override] [write-only] | StiList | |
menuHeight : int [read-only] | StiStylesList | ||
menuWidth : int [read-only] | StiStylesList | ||
offset : Number | StiStylesList | ||
![]() | percHeight : Number | StiList | |
![]() | resizerShiftY : int | StiList | |
![]() | selectedItems : Array [override] | StiList | |
![]() | showResizer : Boolean | StiList | |
![]() | showSelection : Boolean | StiList |
Method | Defined By | ||
---|---|---|---|
StiStylesList | |||
![]() | getItemFromMouseEvent(event:MouseEvent):IListItemRenderer | StiList | |
![]() | getListItems():Array | StiList | |
![]() | getRowInfo():Array | StiList | |
hide():void | StiStylesList | ||
![]() | scrollToIndex(index:int):Boolean [override] | StiList | |
![]() | selectedItemsTop():void | StiList | |
selectStyle(styleName:String):void | StiStylesList | ||
show(button:Button = null):void | StiStylesList |
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
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
StiStylesList | () | Constructor |
public function StiStylesList()
hide | () | method |
public function hide():void
selectStyle | () | method |
public function selectStyle(styleName:String):void
Parameters
styleName:String |
show | () | method |
public function show(button:Button = null):void
Parameters
button:Button (default = null )
|