| Package | qnx.ui.skins.buttons |
| Class | public class RadioButtonSkinWhite |
| Inheritance | RadioButtonSkinWhite IconSkin UISkin UIComponent flash.display.MovieClip |
It provides a circle skin with a dot icon in the center of it.
See also
| Method | Defined By | ||
|---|---|---|---|
Creates a new RadioButtonSkinBlack instance. | RadioButtonSkinWhite | ||
![]() | destroy():void
Call this method when you want to have your object collected by the garbage collector. | UIComponent | |
![]() | drawNow():void
Calls the draw() method. | UIComponent | |
![]() | getLayoutRect():Rectangle
Returns the layout rectangle. | UISkin | |
![]() | invalidate(property:String, invalidateNow:Boolean = false):void
Marks the property as invalid and the draw() method is called on the next frame or the next render, whichever comes first. | UIComponent | |
![]() | setPosition(x:Number, y:Number):void
Sets the x and y position of the component. | UIComponent | |
![]() | setSize(w:Number, h:Number):void
Sets the width and height of the component. | UIComponent | |
| Method | Defined By | ||
|---|---|---|---|
![]() | callLater(method:Function):void
Calls the specified method on the next frame or the next render, which ever happens first. | UIComponent | |
![]() | createInstance(linkage:Object):DisplayObject
Calling this method will attempt to create a DisplayObject instance based on the value of the linkage parameter. | UIComponent | |
draw():void [override] | RadioButtonSkinWhite | ||
![]() | isInvalid(property:String, ... properties):Boolean
Checks to see if the property is invalid and returns true if it is. | UIComponent | |
![]() | onAdded():void
Called when the instance is added to the stage. | UIComponent | |
![]() | onRemoved():void
Called when the instance is removed from the stage. | UIComponent | |
![]() | setEnabled(val:Boolean):void
Called when the enabled property changes. | UIComponent | |
![]() | setSkinState(state:String, asset:DisplayObject):void
Associates a UI component state with a skin asset. | UISkin | |
![]() | showSkin(skin:DisplayObject):void
Shows the given skin state. | UISkin | |
![]() | validate(property:String):void
Lets the component know that the specified property has been validated. | UIComponent | |
| RadioButtonSkinWhite | () | Constructor |
public function RadioButtonSkinWhite()Creates a new RadioButtonSkinBlack instance.
| draw | () | method |
override protected function draw():void