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...
com.adobe.mosaic.layouts 

MosaicLayoutBase  - AS3 ADEP Composite Application

Pakietcom.adobe.mosaic.layouts
Klasapublic class MosaicLayoutBase
DziedziczenieMosaicLayoutBase Inheritance LayoutBase Inheritance OnDemandEventDispatcher Inheritance Object
Podklasy FlowLayout, SmartColumnLayout, SmartGridLayout, SmartRowLayout

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The MosaicLayoutBase component is the base class for most composite application layouts, such as FlowLayout and SmartGridLayout.

Layouts using this base class must support padding, vertical and horizontal gaps, when placing their Group's children.

All layouts derived from MosaicLayoutBase automatically get maximize capability as well as some animation effects (eg, when an item is deleted).

The calculateLayoutPositions() function is the key layout function and should be overridden in every sub-class. This is the function that distinguishes one layout from another.



Właściwości publiczne
 WłaściwośćZdefiniowane przez
  animationDuration : int
The amount of time to give any annimation to run its course.
MosaicLayoutBase
 InheritedclipAndEnableScrolling : Boolean
If true, specifies to clip the children to the boundaries of the viewport.
LayoutBase
 Inheritedconstructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu.
Object
 InheriteddropIndicator : DisplayObject
The DisplayObject that this layout uses for the drop indicator during a drag-and-drop operation.
LayoutBase
  effectEndHandler : Function
The function used to handle EffectEvent events.
MosaicLayoutBase
  horizontalGap : int
The spacing between the columns.
MosaicLayoutBase
 InheritedhorizontalScrollPosition : Number
The x coordinate of the origin of the viewport in the component's coordinate system, where the default value is (0,0) corresponding to the upper-left corner of the component.
LayoutBase
  paddingBottom : int
The space between the container edge and the bottom row of items.
MosaicLayoutBase
  paddingLeft : int
The space between the container edge and the left column of items.
MosaicLayoutBase
  paddingRight : int
The space between the container edge and the right column of items.
MosaicLayoutBase
  paddingTop : int
The space between the container edge and the top row of items.
MosaicLayoutBase
  target : GroupBase
[przesłanianie] Called when the target group is set for this layout.
MosaicLayoutBase
 InheritedtypicalLayoutElement : ILayoutElement
Used by layouts when fixed row/column sizes are requested but a specific size isn't specified.
LayoutBase
 InheriteduseVirtualLayout : Boolean
A container can hold any number of children.
LayoutBase
  verticalGap : int
The spacing between the rows.
MosaicLayoutBase
 InheritedverticalScrollPosition : Number
The y coordinate of the origin of the viewport in the component's coordinate system, where the default value is (0,0) corresponding to the upper-left corner of the component.
LayoutBase
Właściwości chronione
 WłaściwośćZdefiniowane przez
  effectList : Parallel
A collection of effects to play in parallel.
MosaicLayoutBase
  elementBeingRemoved : int = -1
The index of the element being removed, referenced to generate the special effects to display the removal, and then reset to -1 (default).
MosaicLayoutBase
  layoutUndefined : Boolean = true
Default is true.
MosaicLayoutBase
  maximized : Boolean = false
Default is false.
MosaicLayoutBase
  maximizedElement : IVisualElement
The IVisualElement being maximized.
MosaicLayoutBase
  measuredMaxHeight : Number
The measured maximum height of an element.
MosaicLayoutBase
  measuredMaxWidth : Number
The measured maximum width of an element.
MosaicLayoutBase
  minimizedElements : Array
The Array of IVisualElement elements currently minimized.
MosaicLayoutBase
  restoreCellHeight : Number
The height to restore a minimized element to.
MosaicLayoutBase
  restoreCellWidth : Number
The width to restore a minimized element to.
MosaicLayoutBase
Metody publiczne
 MetodaZdefiniowane przez
  
Constructor
MosaicLayoutBase
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
OnDemandEventDispatcher
  
[przesłanianie] Returns the location of the drop based on the event given.
MosaicLayoutBase
 Inherited
When useVirtualLayout is true, this method can be used by the layout target to clear cached layout information when the target changes.
LayoutBase
 Inherited
Dispatches an event into the event flow.
OnDemandEventDispatcher
  
[przesłanianie] Called whenever an element is added to the target.
MosaicLayoutBase
  
[przesłanianie] Called whenever an element is removed.
MosaicLayoutBase
 Inherited
Returns the specified element's layout bounds as a Rectangle or null if the index is invalid, the corresponding element is null, includeInLayout=false, or if this layout's target property is null.
LayoutBase
 Inherited
Returns the change to the horizontal scroll position to handle different scrolling options.
LayoutBase
  
Returns the ILayoutChild that occupies the given display list index.
MosaicLayoutBase
 Inherited
getNavigationDestinationIndex(currentIndex:int, navigationUnit:uint, arrowKeysWrapFocus:Boolean):int
Delegation method that determines which item to navigate to based on the current item in focus and user input in terms of NavigationUnit.
LayoutBase
 Inherited
Computes the verticalScrollPosition and horizontalScrollPosition deltas needed to scroll the element at the specified index into view.
LayoutBase
 Inherited
Returns the change to the vertical scroll position to handle different scrolling options.
LayoutBase
 Inherited
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
OnDemandEventDispatcher
 Inherited
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość.
Object
 Inherited
Hides the previously shown drop indicator, created by the showDropIndicator() method, removes it from the display list and also stops the drag scrolling.
LayoutBase
  
When a value of true is return, this layout is currently showing a maximized child element.
MosaicLayoutBase
 Inherited
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr.
Object
  
Maximizes the given element to take up entire target space (minus padding, of course).
MosaicLayoutBase
 Inherited
Measures the target's default size based on its content, and optionally measures the target's default minimum size.
LayoutBase
 Inherited
Wskazuje, czy określona właściwość istnieje i jest przeliczalna.
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
OnDemandEventDispatcher
  
Restores an element that has been maximized.
MosaicLayoutBase
  
Handles the layout side of restoring a previously minimized element by making it appear.
MosaicLayoutBase
 Inherited
Ustawia dostępność właściwości dynamicznej używanej w pętlach.
Object
 Inherited
Sizes, positions and parents the drop indicator based on the specified drop location.
LayoutBase
 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
Sizes and positions the target's elements.
LayoutBase
 Inherited
Called by the target at the end of its updateDisplayList to have the layout update its scrollRect.
LayoutBase
 Inherited
Zwraca pierwotną wartość dla określonego obiektu.
Object
  
Handles the layout side of a minimized element by making it disappear.
MosaicLayoutBase
 Inherited
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
OnDemandEventDispatcher
Metody chronione
 MetodaZdefiniowane przez
 Inherited
Calculates how much to scroll for the specified dropLocation during a drag and drop gesture.
LayoutBase
  
[przesłanianie] Locates the item under the point using a simple look-up, accounting for horizontal and vertical gaps.
MosaicLayoutBase
 Inherited
Calculates the bounds for the drop indicator that provides visual feedback to the user of where the items will be inserted at the end of a drag and drop gesture.
LayoutBase
  
calculateLayoutPositions(width:Number, height:Number, updateInPlace:Boolean, returnArray:Boolean):Array
This is the key function of the layout.
MosaicLayoutBase
  
Generates a series of Move and Resize effects for item being placing them into their new positions.
MosaicLayoutBase
 Inherited
Returns the bounds of the first layout element that either spans or is above the scrollRect's top edge.
LayoutBase
 Inherited
Returns the bounds of the first layout element that either spans or is below the scrollRect's bottom edge.
LayoutBase
 Inherited
Returns the bounds of the first layout element that either spans or is to the left of the scrollRect's left edge.
LayoutBase
 Inherited
Returns the bounds of the first layout element that either spans or is to the right of the scrollRect's right edge.
LayoutBase
 Inherited
Returns the bounds of the target's scroll rectangle in layout coordinates.
LayoutBase
  
Sizes and positions the maximized element.
MosaicLayoutBase
  
The layout to use when operating in a non-maximized mode.
MosaicLayoutBase
  
Called when the effects are over to reset the elementBeingMoved value.
MosaicLayoutBase
 Inherited
Called when the verticalScrollPosition or horizontalScrollPosition properties change.
LayoutBase
Szczegół właściwości

animationDuration

właściwość
animationDuration:int

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The amount of time to give any annimation to run its course. The default value is 350ms.

Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange .



Implementacja
    public function get animationDuration():int
    public function set animationDuration(value:int):void

effectEndHandler

właściwość 
public var effectEndHandler:Function

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The function used to handle EffectEvent events.

effectList

właściwość 
protected var effectList:Parallel

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

A collection of effects to play in parallel.

elementBeingRemoved

właściwość 
protected var elementBeingRemoved:int = -1

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The index of the element being removed, referenced to generate the special effects to display the removal, and then reset to -1 (default).

horizontalGap

właściwość 
horizontalGap:int

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The spacing between the columns.

Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange .



Implementacja
    public function get horizontalGap():int
    public function set horizontalGap(value:int):void

layoutUndefined

właściwość 
protected var layoutUndefined:Boolean = true

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Default is true.

maximized

właściwość 
protected var maximized:Boolean = false

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Default is false.

maximizedElement

właściwość 
protected var maximizedElement:IVisualElement

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The IVisualElement being maximized.

measuredMaxHeight

właściwość 
protected var measuredMaxHeight:Number

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The measured maximum height of an element.

measuredMaxWidth

właściwość 
protected var measuredMaxWidth:Number

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The measured maximum width of an element.

minimizedElements

właściwość 
protected var minimizedElements:Array

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The Array of IVisualElement elements currently minimized.

paddingBottom

właściwość 
paddingBottom:int

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The space between the container edge and the bottom row of items.

Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange .



Implementacja
    public function get paddingBottom():int
    public function set paddingBottom(value:int):void

paddingLeft

właściwość 
paddingLeft:int

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The space between the container edge and the left column of items.

Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange .



Implementacja
    public function get paddingLeft():int
    public function set paddingLeft(value:int):void

paddingRight

właściwość 
paddingRight:int

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The space between the container edge and the right column of items.

Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange .



Implementacja
    public function get paddingRight():int
    public function set paddingRight(value:int):void

paddingTop

właściwość 
paddingTop:int

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The space between the container edge and the top row of items.

Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange .



Implementacja
    public function get paddingTop():int
    public function set paddingTop(value:int):void

restoreCellHeight

właściwość 
protected var restoreCellHeight:Number

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The height to restore a minimized element to.

restoreCellWidth

właściwość 
protected var restoreCellWidth:Number

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The width to restore a minimized element to.

target

właściwość 
target:GroupBase[przesłanianie]

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Called when the target group is set for this layout.



Implementacja
    override public function get target():GroupBase
    override public function set target(value:GroupBase):void

verticalGap

właściwość 
verticalGap:int

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The spacing between the rows.

Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange .



Implementacja
    public function get verticalGap():int
    public function set verticalGap(value:int):void
Konstruktor Szczegół

MosaicLayoutBase

()Konstruktor
public function MosaicLayoutBase()

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Constructor

Szczegół metody

calculateDropIndex

()metoda
override protected function calculateDropIndex(x:Number, y:Number):int

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Locates the item under the point using a simple look-up, accounting for horizontal and vertical gaps.

Parametry

x:Number — Specifies the horizontal position of the point.
 
y:Number — Specifies the vertical position of the point.

Zwraca
int — The index of the child under this point.

calculateDropLocation

()metoda 
override public function calculateDropLocation(dragEvent:DragEvent):DropLocation

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Returns the location of the drop based on the event given. The location contains the (x,y) point of the drop location as well as the index of the item under the mouse.

Parametry

dragEvent:DragEvent — Specifies the event that contains the position of the mouse.

Zwraca
DropLocation — The location where the drop could happen.

calculateLayoutPositions

()metoda 
protected function calculateLayoutPositions(width:Number, height:Number, updateInPlace:Boolean, returnArray:Boolean):Array

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

This is the key function of the layout. It should determine where each child is located and what size the child should be. The updateInPlace parameter determines if the child should be moved (true) or just calculated (false). The returnArray parameter determines if an array of the calculated sizes and positions should be returned (true) or not (false).

Parametry

width:Number — Specifies the maximum allowed width.
 
height:Number — Specifies the maximum allowed height.
 
updateInPlace:Boolean — When true, the elements are sized and positioned.
 
returnArray:Boolean — when true, an array of sizes and positions are returned.

Zwraca
Array — Array of sizes and positions or null. Each item of the array should have: {child (the element), newX, newY, newWidth, newHeight}

displayRemovedElements

()metoda 
protected function displayRemovedElements():void

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Generates a series of Move and Resize effects for item being placing them into their new positions.

elementAdded

()metoda 
override public function elementAdded(index:int):void

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Called whenever an element is added to the target.

Parametry

index:int — Specifies the index of the child in the target display list.

elementRemoved

()metoda 
override public function elementRemoved(index:int):void

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Called whenever an element is removed.

Parametry

index:int — Specifies the index of the child in the target display list.

getLayoutChildAt

()metoda 
public function getLayoutChildAt(index:int):ILayoutChild

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Returns the ILayoutChild that occupies the given display list index.

Parametry

index:int — Specifies the index of the child in the display list.

Zwraca
ILayoutChild — The child at the given index.

isMaximized

()metoda 
public function isMaximized():Boolean

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

When a value of true is return, this layout is currently showing a maximized child element.

Zwraca
Boolean — True if the layout is currently displaying a maximized child.

maximizedLayout

()metoda 
protected function maximizedLayout(width:Number, height:Number):void

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Sizes and positions the maximized element.

Parametry

width:Number — Specifies the width of the target group area.
 
height:Number — Specifies the height of the target group area.

maximizeElement

()metoda 
public function maximizeElement(element:IVisualElement):void

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Maximizes the given element to take up entire target space (minus padding, of course).

Parametry

element:IVisualElement — Specifies the visual element that is being maximized.

normalLayout

()metoda 
protected function normalLayout(width:Number, height:Number):void

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The layout to use when operating in a non-maximized mode.

Parametry

width:Number — Specifies the width of the target group area.
 
height:Number — Specifies the height of the target group area.

onEffectEnd

()metoda 
protected function onEffectEnd(event:EffectEvent):void

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Called when the effects are over to reset the elementBeingMoved value.

Parametry

event:EffectEvent — The effect event.

restoreMaximizedElement

()metoda 
public function restoreMaximizedElement(element:IVisualElement):void

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Restores an element that has been maximized.

Parametry

element:IVisualElement — Specifies the visual element that was previously maximized.

restoreVanishedElement

()metoda 
public function restoreVanishedElement(element:IVisualElement):void

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Handles the layout side of restoring a previously minimized element by making it appear.

Parametry

element:IVisualElement — Specifies the visual element that is being made part of the layout again.

vanishElement

()metoda 
public function vanishElement(element:IVisualElement):void

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Handles the layout side of a minimized element by making it disappear.

Parametry

element:IVisualElement — Specifies the visual element that is being removed from the layout.





[ 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.