Packagesv.reflection.attributes
Classpublic final class StyleAttribute
InheritanceStyleAttribute Inheritance Attribute



Public Properties
 PropertyDefined by
  alias : String
[read-only]
StyleAttribute
 Inheritedarguments : Array
Attribute
  arrayType : String
[read-only] Qualified classname of array element types.
StyleAttribute
  enumeration : String
[read-only] Comma-delimited list of values.
StyleAttribute
  format : String
[read-only] Style property units ["Color", "Length", "Time"].
StyleAttribute
  inherit : String
[read-only] Style inheritance ["yes", "no"].
StyleAttribute
  name : String
[read-only] (Required) Specifies the name of the style.
StyleAttribute
  states : String
[read-only] Specifies that you can use the style to specify a stateful skin for multiple states of the component.
StyleAttribute
  type : String
[read-only] Qualified classname of the Style data type.
StyleAttribute
  usage : int
[read-only]
StyleAttribute
Protected Properties
 PropertyDefined by
 InheriteddefaultProperty : String = "null"
Attribute
 Inheritedsource : XML
Attribute
Public Methods
 MethodDefined by
  
StyleAttribute(source:XML)
StyleAttribute
 Inherited
getEntry(key:String):AttributeEntry
Attribute
 Inherited
getEntryValue(key:String):String
Attribute
Property detail
aliasproperty
alias:String  [read-only]

Implementation
    public function get alias():String
arrayTypeproperty 
arrayType:String  [read-only]

Qualified classname of array element types. Note: This field only applies if type is set to "Array"

Implementation
    public function get arrayType():String
enumerationproperty 
enumeration:String  [read-only]

Comma-delimited list of values.

Implementation
    public function get enumeration():String
formatproperty 
format:String  [read-only]

Style property units ["Color", "Length", "Time"].

Implementation
    public function get format():String
inheritproperty 
inherit:String  [read-only]

Style inheritance ["yes", "no"].

Implementation
    public function get inherit():String
nameproperty 
name:String  [read-only]

(Required) Specifies the name of the style.

Implementation
    public function get name():String
statesproperty 
states:String  [read-only]

Specifies that you can use the style to specify a stateful skin for multiple states of the component. [disabled, down, over, up, etc."].

Implementation
    public function get states():String
typeproperty 
type:String  [read-only]

Qualified classname of the Style data type.

Implementation
    public function get type():String
usageproperty 
usage:int  [read-only]

Implementation
    public function get usage():int
Constructor detail
StyleAttribute()constructor
public function StyleAttribute(source:XML)

Parameters
source:XML