Package | com.adobe.mosaic.layouts |
Classe | public class MosaicLayoutBase |
Héritage | MosaicLayoutBase LayoutBase OnDemandEventDispatcher Object |
Sous-classes | FlowLayout, SmartColumnLayout, SmartGridLayout, SmartRowLayout |
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
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.
Propriété | Défini par | ||
---|---|---|---|
animationDuration : int
The amount of time to give any annimation to run its course. | MosaicLayoutBase | ||
clipAndEnableScrolling : Boolean
Si la valeur est true, indique d’écrêter les enfants aux limites de la fenêtre. | LayoutBase | ||
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | Object | ||
dropIndicator : DisplayObject
Objet DisplayObject utilisé par cette présentation pour l’indicateur de dépôt au cours d’une opération glisser-déposer. | LayoutBase | ||
effectEndHandler : Function
The function used to handle EffectEvent events. | MosaicLayoutBase | ||
horizontalGap : int
The spacing between the columns. | MosaicLayoutBase | ||
horizontalScrollPosition : Number
Coordonnée x de l’origine de la fenêtre dans le système de coordonnées du composant, où la valeur par défaut (0,0) correspond à l’angle supérieur gauche du composant. | 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 [override]
Called when the target group is set for this layout. | MosaicLayoutBase | ||
typicalLayoutElement : ILayoutElement
Utilisé par les présentations lorsque des tailles de ligne/colonne fixes sont demandées mais qu’une taille spécifique n’est pas spécifié. | LayoutBase | ||
useVirtualLayout : Boolean
Un conteneur peut contenir n’importe quel nombre d’enfants. | LayoutBase | ||
verticalGap : int
The spacing between the rows. | MosaicLayoutBase | ||
verticalScrollPosition : Number
Coordonnée y de l’origine de la fenêtre dans le système de coordonnées du composant, où la valeur par défaut est (0,0) correspondant au coin supérieur gauche du composant. | LayoutBase |
Propriété | Défini par | ||
---|---|---|---|
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 |
Méthode | Défini par | ||
---|---|---|---|
Constructor
| MosaicLayoutBase | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Enregistre un objet écouteur d’événement auprès d’un objet EventDispatcher afin que l’écouteur soit averti d’un événement. | OnDemandEventDispatcher | ||
[override]
Returns the location of the drop based on the event given. | MosaicLayoutBase | ||
Lorsque useVirtualLayout est true, cette méthode peut être utilisée par la cible de mise en forme pour effacer les informations de mise en forme en cache lors de la modification de la cible. | LayoutBase | ||
Distribue un événement dans le flux d’événements. | OnDemandEventDispatcher | ||
[override]
Called whenever an element is added to the target. | MosaicLayoutBase | ||
[override]
Called whenever an element is removed. | MosaicLayoutBase | ||
Renvoie les limites de présentation de l’élément spécifié en tant que rectangle ou null si l’index n’est pas valide, l’élément correspondant est nul ou includeInLayout=false, ou si la propriété target de la mise en forme est nulle. | LayoutBase | ||
Renvoie la modification de la position de défilement horizontal pour traiter différentes options de défilement. | LayoutBase | ||
Returns the ILayoutChild that occupies the given display list index. | MosaicLayoutBase | ||
getNavigationDestinationIndex(currentIndex:int, navigationUnit:uint, arrowKeysWrapFocus:Boolean):int
Méthode de délégation qui détermine vers quel élément naviguer en fonction de l’élément actuel mis en focus et de l’entrée utilisateur en termes de constante NavigationUnit. | LayoutBase | ||
Calcule les deltas horizontalScrollPosition et verticalScrollPosition requis pour faire défiler l’élément à l’index spécifié afin de l’afficher. | LayoutBase | ||
Renvoie la modification de la position de défilement vertical pour traiter différentes options de défilement. | LayoutBase | ||
Vérifie si des écouteurs sont enregistrés auprès de l’objet EventDispatcher pour un type spécifique d’événement. | OnDemandEventDispatcher | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Masque l’indicateur de dépôt créé par la méthode showDropIndicator() précédemment affiché, le supprime de la liste d’affichage et stoppe également l’opération de glissement-défilement. | LayoutBase | ||
When a value of true is return, this layout is currently showing a maximized child element. | MosaicLayoutBase | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Maximizes the given element to take up entire target space (minus
padding, of course). | MosaicLayoutBase | ||
Mesure la taille par défaut de la cible en fonction de son contenu et éventuellement la taille minimale par défaut de la cible. | LayoutBase | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Supprime un écouteur de l’objet EventDispatcher. | OnDemandEventDispatcher | ||
Restores an element that has been maximized. | MosaicLayoutBase | ||
Handles the layout side of restoring a previously minimized element by
making it appear. | MosaicLayoutBase | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Définit la taille, la position et les parents de l’indicateur de dépôt en fonction de l’emplacement de dépôt spécifié. | LayoutBase | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Dimensionne et positionne les éléments de la cible. | LayoutBase | ||
Appelé par la cible à la fin de sa liste updateDisplayList pour que la présentation mette à jour son rectangle scrollRect. | LayoutBase | ||
Renvoie la valeur primitive de l’objet spécifié. | Object | ||
Handles the layout side of a minimized element by making it disappear. | MosaicLayoutBase | ||
Vérifie si un écouteur d’événement est enregistré auprès de cet objet EventDispatcher ou de ses ancêtres pour le type d’événement spécifié. | OnDemandEventDispatcher |
Méthode | Défini par | ||
---|---|---|---|
Calcule la longueur de défilement pour l’objet dropLocation spécifié lors d’une opération glisser-déposer. | LayoutBase | ||
[override]
Locates the item under the point using a simple look-up, accounting for horizontal
and vertical gaps. | MosaicLayoutBase | ||
Calcule les limites de l’indicateur de dépôt qui fournit des informations visuelles à l’utilisateur sur l’emplacement d’insertion des éléments à l’issue d’une opération glisser-déposer. | 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 | ||
Renvoie les limites du premier élément de présentation qui englobe ou est au-dessus du bord supérieur du rectangle scrollRect. | LayoutBase | ||
Renvoie les limites du premier élément de présentation qui englobe ou est en dessous du bord inférieur du rectangle scrollRect. | LayoutBase | ||
Renvoie les limites du premier élément de présentation qui englobe ou est à gauche du bord gauche du rectangle scrollRect. | LayoutBase | ||
Renvoie les limites du premier élément de présentation qui englobe ou est à droite du bord droit du rectangle scrollRect. | LayoutBase | ||
Renvoie les limites du rectangle de défilement de la cible dans les coordonnées de présentation. | 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 | ||
Appelé lorsque les propriétés verticalScrollPosition ou horizontalScrollPosition changent. | LayoutBase |
animationDuration | propriété |
animationDuration:int
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The amount of time to give any annimation to run its course. The default value is 350ms.
Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement propertyChange
.
Implémentation
public function get animationDuration():int
public function set animationDuration(value:int):void
effectEndHandler | propriété |
public var effectEndHandler:Function
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The function used to handle EffectEvent events.
effectList | propriété |
protected var effectList:Parallel
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
A collection of effects to play in parallel.
elementBeingRemoved | propriété |
protected var elementBeingRemoved:int = -1
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | 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 | propriété |
horizontalGap:int
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The spacing between the columns.
Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement propertyChange
.
Implémentation
public function get horizontalGap():int
public function set horizontalGap(value:int):void
layoutUndefined | propriété |
protected var layoutUndefined:Boolean = true
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Default is true.
maximized | propriété |
protected var maximized:Boolean = false
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Default is false.
maximizedElement | propriété |
protected var maximizedElement:IVisualElement
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The IVisualElement being maximized.
measuredMaxHeight | propriété |
protected var measuredMaxHeight:Number
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The measured maximum height of an element.
measuredMaxWidth | propriété |
protected var measuredMaxWidth:Number
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The measured maximum width of an element.
minimizedElements | propriété |
protected var minimizedElements:Array
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The Array of IVisualElement elements currently minimized.
paddingBottom | propriété |
paddingBottom:int
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The space between the container edge and the bottom row of items.
Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement propertyChange
.
Implémentation
public function get paddingBottom():int
public function set paddingBottom(value:int):void
paddingLeft | propriété |
paddingLeft:int
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The space between the container edge and the left column of items.
Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement propertyChange
.
Implémentation
public function get paddingLeft():int
public function set paddingLeft(value:int):void
paddingRight | propriété |
paddingRight:int
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The space between the container edge and the right column of items.
Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement propertyChange
.
Implémentation
public function get paddingRight():int
public function set paddingRight(value:int):void
paddingTop | propriété |
paddingTop:int
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The space between the container edge and the top row of items.
Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement propertyChange
.
Implémentation
public function get paddingTop():int
public function set paddingTop(value:int):void
restoreCellHeight | propriété |
protected var restoreCellHeight:Number
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The height to restore a minimized element to.
restoreCellWidth | propriété |
protected var restoreCellWidth:Number
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The width to restore a minimized element to.
target | propriété |
target:GroupBase
[override] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Called when the target group is set for this layout.
Implémentation
override public function get target():GroupBase
override public function set target(value:GroupBase):void
verticalGap | propriété |
verticalGap:int
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The spacing between the rows.
Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement propertyChange
.
Implémentation
public function get verticalGap():int
public function set verticalGap(value:int):void
MosaicLayoutBase | () | Constructeur |
public function MosaicLayoutBase()
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Constructor
calculateDropIndex | () | méthode |
override protected function calculateDropIndex(x:Number, y:Number):int
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Locates the item under the point using a simple look-up, accounting for horizontal and vertical gaps.
Paramètres
x:Number — Specifies the horizontal position of the point.
| |
y:Number — Specifies the vertical position of the point.
|
int — The index of the child under this point.
|
calculateDropLocation | () | méthode |
override public function calculateDropLocation(dragEvent:DragEvent):DropLocation
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | 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.
Paramètres
dragEvent:DragEvent — Specifies the event that contains the position of the mouse.
|
DropLocation — The location where the drop could happen.
|
calculateLayoutPositions | () | méthode |
protected function calculateLayoutPositions(width:Number, height:Number, updateInPlace:Boolean, returnArray:Boolean):Array
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | 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).
Paramètres
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.
|
Array — Array of sizes and positions or null. Each item of the array should have:
{child (the element), newX, newY, newWidth, newHeight}
|
displayRemovedElements | () | méthode |
protected function displayRemovedElements():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | 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 | () | méthode |
override public function elementAdded(index:int):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Called whenever an element is added to the target.
Paramètres
index:int — Specifies the index of the child in the target display list.
|
elementRemoved | () | méthode |
override public function elementRemoved(index:int):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Called whenever an element is removed.
Paramètres
index:int — Specifies the index of the child in the target display list.
|
getLayoutChildAt | () | méthode |
public function getLayoutChildAt(index:int):ILayoutChild
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Returns the ILayoutChild that occupies the given display list index.
Paramètres
index:int — Specifies the index of the child in the display list.
|
ILayoutChild — The child at the given index.
|
isMaximized | () | méthode |
public function isMaximized():Boolean
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
When a value of true is return, this layout is currently showing a maximized child element.
Valeur renvoyéeBoolean — True if the layout is currently displaying a maximized child.
|
maximizedLayout | () | méthode |
protected function maximizedLayout(width:Number, height:Number):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Sizes and positions the maximized element.
Paramètres
width:Number — Specifies the width of the target group area.
| |
height:Number — Specifies the height of the target group area.
|
maximizeElement | () | méthode |
public function maximizeElement(element:IVisualElement):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Maximizes the given element to take up entire target space (minus padding, of course).
Paramètres
element:IVisualElement — Specifies the visual element that is being maximized.
|
normalLayout | () | méthode |
protected function normalLayout(width:Number, height:Number):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The layout to use when operating in a non-maximized mode.
Paramètres
width:Number — Specifies the width of the target group area.
| |
height:Number — Specifies the height of the target group area.
|
onEffectEnd | () | méthode |
protected function onEffectEnd(event:EffectEvent):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Called when the effects are over to reset the elementBeingMoved value.
Paramètres
event:EffectEvent — The effect event.
|
restoreMaximizedElement | () | méthode |
public function restoreMaximizedElement(element:IVisualElement):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Restores an element that has been maximized.
Paramètres
element:IVisualElement — Specifies the visual element that was previously maximized.
|
restoreVanishedElement | () | méthode |
public function restoreVanishedElement(element:IVisualElement):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Handles the layout side of restoring a previously minimized element by making it appear.
Paramètres
element:IVisualElement — Specifies the visual element that is being made part of the layout again.
|
vanishElement | () | méthode |
public function vanishElement(element:IVisualElement):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Handles the layout side of a minimized element by making it disappear.
Paramètres
element:IVisualElement — Specifies the visual element that is being removed from the layout.
|
Tue Jun 12 2018, 09:30 AM Z