ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
mx.styles 

AdvancedStyleClient  - AS3 Flex

Pakietmx.styles
Klasapublic class AdvancedStyleClient
DziedziczenieAdvancedStyleClient Inheritance EventDispatcher Inheritance Object
Implementuje IAdvancedStyleClient, IFlexModule, IMXMLObject
Podklasy GlobalizationBase, Sort, SortField

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10, AIR 2.5

A base class that can be used when implementing an object that uses the IAdvancedStyleClient interface. The base class supplies implementations of the methods and properties required for an object to participate in the style subsystem.

In addition to the IAdvancedStyleClient interface, this object also implements the IFlexModule and IMXMLObject interfaces. The IMXMLObject interface contains an initialized method that is called when the class is instantiated using an MXML declaration. The implementation of the initialized method provided by this base class will add the class instance to the document object that contains the MXML declaration. For more details, see the description of the initilized method.

Powiązane elementy interfejsu API



Właściwości publiczne
 WłaściwośćZdefiniowane przez
  className : String
[tylko do odczytu] The name of the component class.
AdvancedStyleClient
 Inheritedconstructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu.
Object
  id : String
The identity of the component.
AdvancedStyleClient
  inheritingStyles : Object
An object containing the inheritable styles for this non-visual style client instance.
AdvancedStyleClient
  moduleFactory : IFlexModuleFactory
A module factory is used as context for finding the style manager that controls the styles for this non-visual style client instance.
AdvancedStyleClient
  nonInheritingStyles : Object
The beginning of this component's chain of non-inheriting styles.
AdvancedStyleClient
  styleDeclaration : CSSStyleDeclaration
The style declaration that holds the inline styles declared by this object.
AdvancedStyleClient
  styleManager : IStyleManager2
[tylko do odczytu] Returns the StyleManager instance used by this component.
AdvancedStyleClient
  styleName : Object
The source of this object's style values.
AdvancedStyleClient
  styleParent : IAdvancedStyleClient
A component's parent is used to evaluate descendant selectors.
AdvancedStyleClient
Metody publiczne
 MetodaZdefiniowane przez
  
Constructor.
AdvancedStyleClient
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Rejestruje obiekt detektora zdarzeń w obiekcie EventDispatcher, dzięki czemu detektor będzie otrzymywał powiadomienia o zdarzeniu.
EventDispatcher
  
Deletes a style property from this component instance.
AdvancedStyleClient
 Inherited
Wywołuje zdarzenie, tj. kieruje je do przepływu zdarzeń.
EventDispatcher
  
Returns an Array of CSSStyleDeclaration objects for the type selector that applies to this component, or null if none exist.
AdvancedStyleClient
  
getStyle(styleProp:String):*
Gets a style property that has been set anywhere in this component's style lookup chain.
AdvancedStyleClient
  
Returns true if currentCSSState is not null.
AdvancedStyleClient
 Inherited
Sprawdza, czy obiekt EventDispatcher zawiera jakiekolwiek detektory zarejestrowane dla konkretnego typu zdarzeń.
EventDispatcher
 Inherited
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość.
Object
  
The initialized method is called when this class or a class that extends this class is used in an MXML declaration.
AdvancedStyleClient
 Inherited
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr.
Object
  
Returns true if cssState matches currentCSSState.
AdvancedStyleClient
  
Determines whether this instance is the same as, or is a subclass of, the given type.
AdvancedStyleClient
  
Propagates style changes to the children of this style client instance.
AdvancedStyleClient
 Inherited
Wskazuje, czy określona właściwość istnieje i jest przeliczalna.
Object
  
Sets up the internal style cache values so that the getStyle() method functions.
AdvancedStyleClient
  
Registers the EffectManager as one of the event listeners for each effect event.
AdvancedStyleClient
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Usuwa detektor z obiektu EventDispatcher.
EventDispatcher
 Inherited
Ustawia dostępność właściwości dynamicznej używanej w pętlach.
Object
  
setStyle(styleProp:String, newValue:*):void
Sets a style property on this component instance.
AdvancedStyleClient
  
Detects changes to style properties.
AdvancedStyleClient
  
Flex calls the stylesInitialized() method when the styles for a component are first initialized.
AdvancedStyleClient
 Inherited
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych.
Object
 Inherited
Zwraca ciąg reprezentujący określony obiekt.
Object
 Inherited
Zwraca pierwotną wartość dla określonego obiektu.
Object
 Inherited
Sprawdza, czy detektor zdarzeń określonego typu jest zarejestrowany w tym obiekcie EventDispatcher lub jego elementach macierzystych.
EventDispatcher
Zdarzenia
 Zdarzenie Podsumowanie Zdefiniowane przez
 Inherited[zdarzenie broadcast] Wywoływane, gdy program Flash Player lub aplikacja środowiska wykonawczego AIR uzyskuje fokus w systemie operacyjnym i przechodzi w stan aktywny.EventDispatcher
 Inherited[zdarzenie broadcast] Wywoływane, gdy program Flash Player lub aplikacja AIR traci fokus w systemie operacyjnym i przechodzi w stan nieaktywny.EventDispatcher
Szczegół właściwości

className

właściwość
className:String  [tylko do odczytu]

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10.1, AIR 2.5

The name of the component class.



Implementacja
    public function get className():String

id

właściwość 
id:String

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10, AIR 2.5

The identity of the component.



Implementacja
    public function get id():String
    public function set id(value:String):void

inheritingStyles

właściwość 
inheritingStyles:Object

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10, AIR 2.5

An object containing the inheritable styles for this non-visual style client instance.



Implementacja
    public function get inheritingStyles():Object
    public function set inheritingStyles(value:Object):void

moduleFactory

właściwość 
moduleFactory:IFlexModuleFactory

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10, AIR 2.5

A module factory is used as context for finding the style manager that controls the styles for this non-visual style client instance.



Implementacja
    public function get moduleFactory():IFlexModuleFactory
    public function set moduleFactory(value:IFlexModuleFactory):void

nonInheritingStyles

właściwość 
nonInheritingStyles:Object

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10, AIR 2.5

The beginning of this component's chain of non-inheriting styles. The getStyle() method simply accesses nonInheritingStyles[styleName] to search the entire prototype-linked chain. This object is set up by initProtoChain(). Developers typically never need to access this property directly.



Implementacja
    public function get nonInheritingStyles():Object
    public function set nonInheritingStyles(value:Object):void

styleDeclaration

właściwość 
styleDeclaration:CSSStyleDeclaration

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10, AIR 2.5

The style declaration that holds the inline styles declared by this object.



Implementacja
    public function get styleDeclaration():CSSStyleDeclaration
    public function set styleDeclaration(value:CSSStyleDeclaration):void

Powiązane elementy interfejsu API

styleManager

właściwość 
styleManager:IStyleManager2  [tylko do odczytu]

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10, AIR 2.5

Returns the StyleManager instance used by this component.



Implementacja
    public function get styleManager():IStyleManager2

styleName

właściwość 
styleName:Object

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10, AIR 2.5

The source of this object's style values. The value of the styleName property can be one of three possible types:

  • String, such as "headerStyle". The String names a class selector that is defined in a CSS style sheet.
  • CSSStyleDeclaration, such as StyleManager.getStyleDeclaration(".headerStyle").
  • UIComponent. The object that implements this interface inherits all the style values from the referenced UIComponent.



Implementacja
    public function get styleName():Object
    public function set styleName(value:Object):void

styleParent

właściwość 
styleParent:IAdvancedStyleClient

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10, AIR 2.5

A component's parent is used to evaluate descendant selectors. A parent must also be an IAdvancedStyleClient to participate in advanced style declarations.



Implementacja
    public function get styleParent():IAdvancedStyleClient
    public function set styleParent(value:IAdvancedStyleClient):void
Konstruktor Szczegół

AdvancedStyleClient

()Konstruktor
public function AdvancedStyleClient()

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10, AIR 2.5

Constructor.

Szczegół metody

clearStyle

()metoda
public function clearStyle(styleProp:String):void

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10, AIR 2.5

Deletes a style property from this component instance.

This does not necessarily cause the getStyle() method to return undefined.

Parametry

styleProp:String — Name of the style property.

getClassStyleDeclarations

()metoda 
public function getClassStyleDeclarations():Array

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10, AIR 2.5

Returns an Array of CSSStyleDeclaration objects for the type selector that applies to this component, or null if none exist.

For example, suppose that component MyButton extends Button. This method first looks for a MyButton selector; then, it looks for a Button type selector; finally, it looks for a UIComponent type selector.

Zwraca
Array — Array of CSSStyleDeclaration objects.

getStyle

()metoda 
public function getStyle(styleProp:String):*

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10, AIR 2.5

Gets a style property that has been set anywhere in this component's style lookup chain.

This same method is used to get any kind of style property, so the value returned may be a Boolean, String, Number, int, uint (for an RGB color), Class (for a skin), or any kind of object. Therefore the return type is specified as *.

If you are getting a particular style property, you will know its type and will often want to store the result in a variable of that type. You can use either the as operator or coercion to do this. For example:

      var backgroundColor:uint = getStyle("backgroundColor") as int;
      
      or
      
      var backgroundColor:uint = int(getStyle("backgroundColor"));
      

If the style property has not been set anywhere in the style lookup chain, the value returned by the getStyle() method is undefined. Note that undefined is a special value that is not the same as false, the empty String (""), NaN, 0, or null. No valid style value is ever undefined. You can use the static method StyleManager.isValidStyleValue() to test whether the value was set.

Parametry

styleProp:String — Name of the style property.

Zwraca
* — Style value.

hasCSSState

()metoda 
public function hasCSSState():Boolean

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.6
Wersje środowiska wykonawczego: Flash Player 10, AIR 2.5

Returns true if currentCSSState is not null. Typically, you do not call this method directly. It is called by the mx.styles.CSSCondition.matchesStyleClient() method.

Note Spark components use their skin state as the pseudo state. Halo components use the currentState property.

Zwraca
Booleantrue if currentCSSState is not null. By default, currentCSSState is the same as currentState. If no state exists, return false.

initialized

()metoda 
public function initialized(document:Object, id:String):void

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10, AIR 2.5

The initialized method is called when this class or a class that extends this class is used in an MXML declaration. It is called after the implementing object has been created and all component properties specified on the MXML tag have been initialized.

If the document that created this object is a UIComponent, (e.g. Application, Module, etc.) then the UIComponent's addStyleClient method will be called to add this object to the UIComponent's list of non-visual style clients. This allows the object to inherit styles from the document.

Parametry

document:Object — The MXML document that created this object.
 
id:String — The identifier used by the document object to refer to this object.

matchesCSSState

()metoda 
public function matchesCSSState(cssState:String):Boolean

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10, AIR 2.5

Returns true if cssState matches currentCSSState. Typically, you do not call this method directly. It is called by the mx.styles.CSSCondition.matchesStyleClient() method.

Note Spark components use their skin state as the pseudo state. Halo components use the currentState property.

Parametry

cssState:String — A possible value of CSSCondition.value. It represents the current state of this component used to match CSS pseudo-selectors.

Zwraca
Booleantrue if cssState matches currentCSSState. By default, currentCSSState is the same as currentState. If no state exists, return null.

matchesCSSType

()metoda 
public function matchesCSSType(cssType:String):Boolean

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10, AIR 2.5

Determines whether this instance is the same as, or is a subclass of, the given type. Typically, you do not call this method directly. It is called by the mx.styles.CSSCondition.matchesStyleClient() method.

Parametry

cssType:String — A CSSSelector object.

Zwraca
Booleantrue if cssType is in the hierarchy of qualified type selectors.

notifyStyleChangeInChildren

()metoda 
public function notifyStyleChangeInChildren(styleProp:String, recursive:Boolean):void

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10, AIR 2.5

Propagates style changes to the children of this style client instance. A non-visual style client (i.e. a style client that is not a DisplayObject) does not have children, therefore this method does not do anything for non-visual style clients.

Parametry

styleProp:String — Name of the style property.
 
recursive:Boolean — Whether to propagate the style changes to the children's children.

regenerateStyleCache

()metoda 
public function regenerateStyleCache(recursive:Boolean):void

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10, AIR 2.5

Sets up the internal style cache values so that the getStyle() method functions.

Parametry

recursive:Boolean — Regenerate the proto chains of the children.

registerEffects

()metoda 
public function registerEffects(effects:Array):void

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10, AIR 2.5

Registers the EffectManager as one of the event listeners for each effect event.

Parametry

effects:Array — An Array of Strings of effect names.

setStyle

()metoda 
public function setStyle(styleProp:String, newValue:*):void

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10, AIR 2.5

Sets a style property on this component instance.

This may override a style that was set globally.

Calling the setStyle() method can result in decreased performance. Use it only when necessary.

Parametry

styleProp:String — Name of the style property.
 
newValue:* — New value for the style.

styleChanged

()metoda 
public function styleChanged(styleProp:String):void

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10, AIR 2.5

Detects changes to style properties. When any style property is set, Flex calls the styleChanged() method, passing to it the name of the style being set.

This is an advanced method that you might override when creating a subclass of AdvancedStyleClient. When you create a custom class, you can override the styleChanged() method to check the style name passed to it, and handle the change accordingly. This lets you override the default behavior of an existing style, or add your own custom style properties.

Parametry

styleProp:String — The name of the style property, or null if all styles for this style client have changed.

stylesInitialized

()metoda 
public function stylesInitialized():void

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10, AIR 2.5

Flex calls the stylesInitialized() method when the styles for a component are first initialized.





[ X ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.