Pakiet | mx.effects.effectClasses |
Klasa | public class HideShowEffectTargetFilter |
Dziedziczenie | HideShowEffectTargetFilter ![]() ![]() |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
visible
property.
If you set the Effect.filter property to hide
or show
, one of these is used.
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
![]() | constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | |
![]() | filterFunction : Function
A function that defines custom filter logic. | EffectTargetFilter | |
![]() | filterProperties : Array
An Array of Strings specifying component properties. | EffectTargetFilter | |
![]() | filterStyles : Array
An Array of Strings specifying style properties. | EffectTargetFilter | |
![]() | requiredSemantics : Object = null
A collection of properties and associated values which must be associated
with a target for the effect to be played. | EffectTargetFilter | |
show : Boolean = true
Determines if this is a show or hide filter. | HideShowEffectTargetFilter |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | HideShowEffectTargetFilter | ||
![]() | filterInstance(propChanges:Array, semanticsProvider:mx.effects:IEffectTargetHost, target:Object):Boolean
Determines whether a target should be filtered, returning true if it should be
included in an effect. | EffectTargetFilter | |
![]() |
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | |
![]() |
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | |
![]() |
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | |
![]() |
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | |
![]() |
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | |
![]() |
Zwraca ciąg reprezentujący określony obiekt. | Object | |
![]() |
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Metody chronione
Szczegół właściwości
show | właściwość |
public var show:Boolean = true
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Determines if this is a show or hide filter.
Wartością domyślną jest true.
Konstruktor Szczegół
HideShowEffectTargetFilter | () | Konstruktor |
public function HideShowEffectTargetFilter()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Constructor.
Tue Jun 12 2018, 12:06 PM Z