Pakket | mx.styles |
Klasse | public final class CSSConditionKind |
Overerving | CSSConditionKind Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
CLASS : String = "class" [statisch]
A selector condition to match a component by styleName. | CSSConditionKind | ||
ID : String = "id" [statisch]
A selector condition to match a component by id. | CSSConditionKind | ||
PSEUDO : String = "pseudo" [statisch]
A selector condition to match a component by state (which may be
dynamic and change over time). | CSSConditionKind |
Constantedetails
CLASS | Constante |
public static const CLASS:String = "class"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
A selector condition to match a component by styleName. Examples: Button.special { ... } .special { ... }
ID | Constante |
public static const ID:String = "id"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
A selector condition to match a component by id. Examples: Button#special { ... } #special { ... }
PSEUDO | Constante |
public static const PSEUDO:String = "pseudo"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
A selector condition to match a component by state (which may be dynamic and change over time). Examples: Button:special { ... } :special { ... }
Wed Jun 13 2018, 11:42 AM Z