Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: AIR 30.0 e versioni precedenti, Flash Player 30.0 e versioni precedenti, Flash Lite 4
Flex 4.6 e versioni precedenti, Flash Pro CS6 e versioni precedenti
Nascondi filtri
com.adobe.mosaic.layouts 

MosaicLayoutBase  - AS3 ADEP Composite Application

Pacchettocom.adobe.mosaic.layouts
Classepublic class MosaicLayoutBase
EreditarietàMosaicLayoutBase Inheritance LayoutBase Inheritance OnDemandEventDispatcher Inheritance Object
Sottoclassi FlowLayout, SmartColumnLayout, SmartGridLayout, SmartRowLayout

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Versioni runtime: 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.



Proprietà pubbliche
 ProprietàDefinito da
  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
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto.
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
[override] 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
Proprietà protette
 ProprietàDefinito da
  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
Metodi pubblici
 MetodoDefinito da
  
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
  
[override] 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
  
[override] Called whenever an element is added to the target.
MosaicLayoutBase
  
[override] 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
Indica se per un oggetto è definita una proprietà specifica.
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
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro.
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
Indica se la proprietà specificata esiste ed è enumerabile.
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
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche.
Object
 Inherited
Sizes, positions and parents the drop indicator based on the specified drop location.
LayoutBase
 Inherited
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate.
Object
 Inherited
Restituisce la rappresentazione in formato stringa dell'oggetto specificato.
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
Restituisce il valore di base dell'oggetto specificato.
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
Metodi protetti
 MetodoDefinito da
 Inherited
Calculates how much to scroll for the specified dropLocation during a drag and drop gesture.
LayoutBase
  
[override] 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
Descrizione delle proprietà
Descrizione della funzione di costruzione
Descrizione dei metodi




[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.