Packagelunas.components.buttons
Classpublic class RadioIconButtonStyle
InheritanceRadioIconButtonStyle Inheritance IconLabelStyle Inheritance LabelStyle Inheritance CoreStyle Inheritance ConfigurableObject Inheritance CoreEventDispatcher Inheritance Object

The style of the RadioIconButton component.



Public Properties
 PropertyDefined By
 InheritedantiAliasType : String = normal
The antiAliasType value of the label field of the component.
LabelStyle
 InheritedautoSize : String = none
Indicates the autosize value of the label field of the component.
LabelStyle
 Inheritedborder : Boolean
Indicates if the border of the field is visible.
LabelStyle
 InheritedborderColor : Number
The color of the field border.
LabelStyle
 Inheritedchannel : String
[read-only] Indicates the channel of this dispatcher if this instance is global.
CoreEventDispatcher
 Inheritedcolor : Number = 0x000000
The default color of the field of the component.
LabelStyle
 InheritedembedFonts : Boolean
Indicates the embedFonts value of the label field of the component.
LabelStyle
 InheritedgridFitType : String = none
The gridFitType value of the label field of the component.
LabelStyle
 Inheritedheight : Number
Indicates the height value of the label field of the component.
LabelStyle
 Inheritedhtml : Boolean = true
Indicates the html value of the label field of the component.
LabelStyle
 Inheritedid : *
Returns the id of this object.
ConfigurableObject
 InheritedisConfigurable : Boolean
Indicates if the object is configurable and receive the notification of the ConfigCollector in the setup() method.
ConfigurableObject
 Inheritedmargin : EdgeMetrics
The margin values of the component.
LabelStyle
 Inheritedmultiline : Boolean
Indicates if the text in the button is multiline.
LabelStyle
 Inheritedpadding : EdgeMetrics
The padding EdgeMetrics object of the component.
LabelStyle
 Inheritedselectable : Boolean
Indicates the selectable value of the label field of the component.
LabelStyle
  space : uint = 2
The spacing between elements in the component.
RadioIconButtonStyle
 InheritedstyleName : String = label
The style name of the label field of the component.
LabelStyle
 InheritedstyleSheet : StyleSheet
Indicates the style sheet reference of this object.
CoreStyle
 InheritedtextDisabledColor : Number = 0xCCCCCC
The color of the text when is disabled.
LabelStyle
 InheriteduseTextColor : Boolean = true
Indicates if the component use the style text colors.
LabelStyle
 Inheritedwidth : Number
Indicates the width value of the label field of the component.
LabelStyle
 InheritedwordWrap : Boolean
The wordwrap value of the fields.
LabelStyle
Public Methods
 MethodDefined By
  
RadioIconButtonStyle(init:* = null, id:* = null)
Creates a new RadioIconButtonStyle instance.
RadioIconButtonStyle
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0.0, useWeakReference:Boolean = false):void
Allows the registration of event listeners on the event target.
CoreEventDispatcher
 Inherited
dispatchEvent(event:Event):Boolean
Dispatches an event into the event flow.
CoreEventDispatcher
 Inherited
Returns the internal system.events.EventDispatcher reference.
CoreEventDispatcher
 Inherited
getStyle(prop:String):*
Returns the value of the specified property if it's exist in the object, else returns null.
CoreStyle
 Inherited
hasEventListener(type:String):Boolean
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
CoreEventDispatcher
  
initialize():void
[override] Initialize the IStyle object.
RadioIconButtonStyle
 Inherited
isGlobal():Boolean
Indicates if the dispatcher use a global event flow.
CoreEventDispatcher
 Inherited
isLocked():Boolean
Returns true if the object is locked.
CoreEventDispatcher
 Inherited
lock():void
Locks the object.
CoreEventDispatcher
 Inherited
Invoked when the style is changed.
CoreStyle
 Inherited
registerEventListener(type:String, listener:*, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Allows the registration of event listeners on the event target (Function or EventListener).
CoreEventDispatcher
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
CoreEventDispatcher
 Inherited
Sets the internal EventDispatcher reference.
CoreEventDispatcher
 Inherited
setGlobal(flag:Boolean = false, channel:String = null):void
Sets if the instance use a global system.events.EventDispatcher to dispatch this events, if the flag value is false the instance use a local EventDispatcher.
CoreEventDispatcher
 Inherited
setStyle(... args):void
This method is invoked to change a style attribute in this IStyle object with a generic object or a key(String)/value pair of arguments.
CoreStyle
 Inherited
setup():void
[override] Invoked when this object when the ConfigCollector is run.
CoreStyle
 Inherited
Invoked when a style property of this IStyle change.
CoreStyle
 Inherited
Invoked when the styleSheet value of this IStyle change.
CoreStyle
 Inherited
toString():String
Returns the String representation of this object.
CoreStyle
 Inherited
unlock():void
Unlocks the display.
CoreEventDispatcher
 Inherited
unregisterEventListener(type:String, listener:*, useCapture:Boolean = false):void
Removes a listener (Function or EventListener object) from the EventDispatcher object.
CoreEventDispatcher
 Inherited
update():void
Update the display.
ConfigurableObject
 Inherited
willTrigger(type:String):Boolean
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
CoreEventDispatcher
Protected Methods
 MethodDefined By
 Inherited
_setID(id:*):void
[override] Sets the id of the object and register it in the StyleCollector if it's possible.
CoreStyle
 Inherited
Creates and returns the internal EventDispatcher reference (this method is invoked in the constructor).
CoreEventDispatcher
Property Detail
spaceproperty
public var space:uint = 2

The spacing between elements in the component.

Constructor Detail
RadioIconButtonStyle()Constructor
public function RadioIconButtonStyle(init:* = null, id:* = null)

Creates a new RadioIconButtonStyle instance.

Parameters
init:* (default = null) — An object that contains properties with which to populate the newly Style object. If init is not an object, it is ignored.
 
id:* (default = null) — The id of the object.
Method Detail
initialize()method
override public function initialize():void

Initialize the IStyle object.