Package | at.controls |
Class | public class VFixedScrollThumb |
Inheritance | VFixedScrollThumb ![]() ![]() |
ScrollUtils
to create a ScrollThumb
on
a ScrollBar
that has a fixed, defined size.
Property | Defined by | ||
---|---|---|---|
text : String | VFixedScrollThumb |
Property | Defined by | ||
---|---|---|---|
labelField : Text | VFixedScrollThumb | ||
_text : String = "" | VFixedScrollThumb |
Method | Defined by | ||
---|---|---|---|
Constructor.
| VFixedScrollThumb | ||
![]() |
setActualSize(w:Number, h:Number):void
Sets the width and height of the component to the specific sizes provided.
| FixedScrollThumb | |
styleChanged(styleProp:String):void
| VFixedScrollThumb |
Method | Defined by | ||
---|---|---|---|
mouseDownHandler(event:MouseEvent):void
| VFixedScrollThumb | ||
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
| VFixedScrollThumb |
labelField | property |
protected var labelField:Text
_text | property |
protected var _text:String = ""
text | property |
text:String
[read-write]Implementation
public function get text():String
public function set text(value:String):void
VFixedScrollThumb | () | constructor |
public function VFixedScrollThumb()
Constructor.
mouseDownHandler | () | method |
protected override function mouseDownHandler(event:MouseEvent):void
Parameters
event:MouseEvent |
styleChanged | () | method |
public override function styleChanged(styleProp:String):void
Parameters
styleProp:String |
updateDisplayList | () | method |
protected override function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
Parameters
unscaledWidth:Number |
|
unscaledHeight:Number |