Package | de.popforge.fui.controls |
Class | public class Label |
Inheritance | Label ![]() ![]() |
Implements | IFormatterBindable |
Property | Defined by | ||
---|---|---|---|
![]() | _cols : uint
The columns of the component in tiles.
| FuiComponent | |
formatter : Formatter | Label | ||
![]() | _rows : uint
The rows of the component in tiles.
| FuiComponent | |
![]() | _tag : XML
The tag that has been used to define this component.
| FuiComponent | |
![]() | targetHeight : uint
The height in pixels (
_rows * tileSize ). | FuiComponent | |
![]() | targetWidth : uint
The width in pixels (
_cols * tileSize ). | FuiComponent | |
textField : TextField | Label | ||
![]() | tileSize : uint
The tile size used to render this component.
| FuiComponent |
Method | Defined by | ||
---|---|---|---|
Label | |||
disconnect():void
| Label | ||
dispose():void
| Label | ||
toString():String
| Label |
Method | Defined by | ||
---|---|---|---|
build():void
| Label | ||
![]() |
debugBounds():void
Draws the bounds of the component given by tile size and components size in tiles.
| FuiComponent | |
![]() |
maskComponent():void
Masks the component using the exact width and height calculated
using the tile size and components size in tiles.
| FuiComponent | |
onFormatterChanged(formatter:Formatter, oldValue:String, newValue:String):void
| Label | ||
releaseFormatter():void
| Label |
formatter | property |
protected var formatter:Formatter
textField | property |
protected var textField:TextField
build | () | method |
protected override function build():void
connect | () | method |
disconnect | () | method |
public function disconnect():void
dispose | () | method |
public override function dispose():void
onFormatterChanged | () | method |
protected function onFormatterChanged(formatter:Formatter, oldValue:String, newValue:String):void
Parameters
formatter:Formatter |
|
oldValue:String |
|
newValue:String |
releaseFormatter | () | method |
protected function releaseFormatter():void
toString | () | method |
public override function toString():String
Returns
String |