| Package | sv.reflection.attributes |
| Class | public final class StyleAttribute |
| Inheritance | StyleAttribute Attribute |
| Property | Defined by | ||
|---|---|---|---|
| alias : String [read-only]
| StyleAttribute | ||
![]() | arguments : 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
StyleAttribute(source:XML)
| StyleAttribute | ||
![]() |
getEntry(key:String):AttributeEntry
| Attribute | |
![]() |
getEntryValue(key:String):String
| Attribute | |
| alias | property |
alias:String [read-only]Implementation
public function get alias():String
| arrayType | property |
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
| enumeration | property |
enumeration:String [read-only]Comma-delimited list of values.
Implementation public function get enumeration():String
| format | property |
format:String [read-only]Style property units ["Color", "Length", "Time"].
Implementation public function get format():String
| inherit | property |
inherit:String [read-only]Style inheritance ["yes", "no"].
Implementation public function get inherit():String
| name | property |
name:String [read-only](Required) Specifies the name of the style.
Implementation public function get name():String
| states | property |
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
| type | property |
type:String [read-only]Qualified classname of the Style data type.
Implementation public function get type():String
| usage | property |
usage:int [read-only]Implementation
public function get usage():int
| StyleAttribute | () | constructor |
public function StyleAttribute(source:XML)Parameters
source:XML |