Pakiet | mx.styles |
Klasa | public final class CSSConditionKind |
Dziedziczenie | CSSConditionKind Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Powiązane elementy interfejsu API
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
CLASS : String = "class" [statyczny]
A selector condition to match a component by styleName. | CSSConditionKind | ||
ID : String = "id" [statyczny]
A selector condition to match a component by id. | CSSConditionKind | ||
PSEUDO : String = "pseudo" [statyczny]
A selector condition to match a component by state (which may be
dynamic and change over time). | CSSConditionKind |
Szczegół stałej
CLASS | Stała |
public static const CLASS:String = "class"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
A selector condition to match a component by styleName. Examples: Button.special { ... } .special { ... }
ID | Stała |
public static const ID:String = "id"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
A selector condition to match a component by id. Examples: Button#special { ... } #special { ... }
PSEUDO | Stała |
public static const PSEUDO:String = "pseudo"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | 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 { ... }
Tue Jun 12 2018, 12:06 PM Z