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: Recupero dati dal server...
Recupero dati dal server...
com.adobe.mosaic.layouts 

SmartColumnLayout  - AS3 ADEP Composite Application

Pacchettocom.adobe.mosaic.layouts
Classepublic class SmartColumnLayout
EreditarietàSmartColumnLayout Inheritance MosaicLayoutBase Inheritance LayoutBase Inheritance OnDemandEventDispatcher Inheritance Object

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 SmartColumnLayout place's its target Group's children into a fixed set of columns determined by numColumns which defaults to 3.

Each child's width is changed so that all of the columns maintain the same width. Each child's height is retained, however, unless the child is less than minRowHeight.

This pattern means that the columns will be of differing heights. Whenever a new child is added to the end of the target Group's display list, it is added to the shortest column.

When a child is deleted, the children below it in its column are moved upward, the other columns are not affected.



Proprietà pubbliche
 ProprietàDefinito da
 InheritedanimationDuration : 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
 InheritedeffectEndHandler : Function
The function used to handle EffectEvent events.
MosaicLayoutBase
 InheritedhorizontalGap : 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
  minRowHeight : Number
The minimum height an element in a column may become.
SmartColumnLayout
  numColumns : int
Number of columns
SmartColumnLayout
 InheritedpaddingBottom : int
The space between the container edge and the bottom row of items.
MosaicLayoutBase
 InheritedpaddingLeft : int
The space between the container edge and the left column of items.
MosaicLayoutBase
 InheritedpaddingRight : int
The space between the container edge and the right column of items.
MosaicLayoutBase
 InheritedpaddingTop : int
The space between the container edge and the top row of items.
MosaicLayoutBase
 Inheritedtarget : 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
 InheritedverticalGap : 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
 InheritedeffectList : Parallel
A collection of effects to play in parallel.
MosaicLayoutBase
 InheritedelementBeingRemoved : 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
 InheritedlayoutUndefined : Boolean = true
Default is true.
MosaicLayoutBase
 Inheritedmaximized : Boolean = false
Default is false.
MosaicLayoutBase
 InheritedmaximizedElement : IVisualElement
The IVisualElement being maximized.
MosaicLayoutBase
 InheritedmeasuredMaxHeight : Number
The measured maximum height of an element.
MosaicLayoutBase
 InheritedmeasuredMaxWidth : Number
The measured maximum width of an element.
MosaicLayoutBase
 InheritedminimizedElements : Array
The Array of IVisualElement elements currently minimized.
MosaicLayoutBase
 InheritedrestoreCellHeight : Number
The height to restore a minimized element to.
MosaicLayoutBase
 InheritedrestoreCellWidth : Number
The width to restore a minimized element to.
MosaicLayoutBase
Metodi pubblici
 MetodoDefinito da
  
Constructor
SmartColumnLayout
 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] Determines the location of the drop (should it happen) and returns that information in the form of a DropLocation.
SmartColumnLayout
 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 when a new element is added.
SmartColumnLayout
  
[override] Called when an element is removed.
SmartColumnLayout
 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
 Inherited
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
 Inherited
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
 Inherited
Maximizes the given element to take up entire target space (minus padding, of course).
MosaicLayoutBase
  
[override] Called when the target should be measured.
SmartColumnLayout
 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
 Inherited
Restores an element that has been maximized.
MosaicLayoutBase
 Inherited
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
 Inherited
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
  
Adds the item, given by its index, to either the end of the matrix or into the first vacant cell.
SmartColumnLayout
  
Adds the item using the item's column and row properties to place the item.
SmartColumnLayout
  
Adds the item, given by its index, to the column that is visually the shortest.
SmartColumnLayout
  
Calculates the sizes of the children in a column.
SmartColumnLayout
 Inherited
Calculates how much to scroll for the specified dropLocation during a drag and drop gesture.
LayoutBase
 Inherited
[override] Locates the item under the point using a simple look-up, accounting for horizontal and vertical gaps.
MosaicLayoutBase
  
[override] Creates the bounding rectangle for the drop indicator.
SmartColumnLayout
  
calculateLayoutPositions(width:Number, height:Number, updateInPlace:Boolean, returnArray:Boolean):Array
[override] Calculates the positions and sizes of all of the layout target's children.
SmartColumnLayout
  
Calculates key size variables.
SmartColumnLayout
 Inherited
Generates a series of Move and Resize effects for item being placing them into their new positions.
MosaicLayoutBase
  
Find a cell position given the child's display index.
SmartColumnLayout
 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
 Inherited
Sizes and positions the maximized element.
MosaicLayoutBase
  
[override] Sizes and positions the target's elements in column fashion.
SmartColumnLayout
 Inherited
Called when the effects are over to reset the elementBeingMoved value.
MosaicLayoutBase
  
Reconstructs the layout from scratch.
SmartColumnLayout
 Inherited
Called when the verticalScrollPosition or horizontalScrollPosition properties change.
LayoutBase
Descrizione delle proprietà

minRowHeight

proprietà
minRowHeight:Number

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 minimum height an element in a column may become.

Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange .



Implementazione
    public function get minRowHeight():Number
    public function set minRowHeight(value:Number):void

numColumns

proprietà 
numColumns:int

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

Number of columns

Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange .



Implementazione
    public function get numColumns():int
    public function set numColumns(value:int):void
Descrizione della funzione di costruzione

SmartColumnLayout

()Funzione di costruzione
public function SmartColumnLayout()

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

Constructor

Descrizione dei metodi

addAtEnd

()metodo
protected function addAtEnd(child:ILayoutChild):Object

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

Adds the item, given by its index, to either the end of the matrix or into the first vacant cell.

Parametri

child:ILayoutChild — The child to be added to the last position of the layout.

Restituisce
Object — the {col, row} Object with the position information.

addAtRowCol

()metodo 
protected function addAtRowCol(index:int):Object

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

Adds the item using the item's column and row properties to place the item. If an element is already there, that element is moved down 1 row in the same column.

Parametri

index:int — The child's index within the display list of the group target.

Restituisce
Object — The {col,row} object with the position information.

addToShortestColumn

()metodo 
protected function addToShortestColumn(index:int):Object

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

Adds the item, given by its index, to the column that is visually the shortest.

Parametri

index:int — The index of the child with the target group.

Restituisce
Object — The {col,row} position information.

calculateChildHeights

()metodo 
protected function calculateChildHeights(column:Array, height:Number):Array

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

Calculates the sizes of the children in a column.

Each child in a column may have an explicit height or a percent height.

Parametri

column:Array — A list of child elements in a column.
 
height:Number — The total height available to use (the target's height).

Restituisce
Array — Array of actual heights to use

calculateDropIndicatorBounds

()metodo 
override protected function calculateDropIndicatorBounds(dropLocation:DropLocation):Rectangle

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

Creates the bounding rectangle for the drop indicator. This will either appear above the item at the drop location or below it, depending on the position of the mouse within the item.

Parametri

dropLocation:DropLocation — The position within the layout where the drop can be expected.

Restituisce
Rectangle — A rectangle the describes the area of the drop.

calculateDropLocation

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

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

Determines the location of the drop (should it happen) and returns that information in the form of a DropLocation. However, since this layout is row,column based and index may not be meaningful, the object returned is an instance of MosaicDropLocation that contains row and column index information.

Parametri

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

Restituisce
DropLocation — The location where the drop could happen.

calculateLayoutPositions

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

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

Calculates the positions and sizes of all of the layout target's children.

Parametri

width:Number — The horizontal space in which to work.
 
height:Number — The vertical space in which to work.
 
updateInPlace:Boolean — If true, the children's size and position are updated immediately.
 
returnArray:Boolean — If true, an Array of new sizes and positions is returned.

Restituisce
Array — An Array of new sizes and positions or null if returnArray parameter is false.

calculateSizes

()metodo 
protected function calculateSizes():void

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

Calculates key size variables.

elementAdded

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

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

Called when a new element is added.

Parametri

index:int — The index of the child within the target's display list.

elementRemoved

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

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

Called when an element is removed. This updates the cells array to remove the element from the column and then shifts the elements below it upward to close the gap.

Parametri

index:int — The index of the child within the target's display list.

findCell

()metodo 
protected function findCell(index:int):Object

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

Find a cell position given the child's display index.

Parametri

index:int — The position of the child within the target group.

Restituisce
Object — The {col,row} position of the child.

measure

()metodo 
override public function measure():void

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

Called when the target should be measured.

normalLayout

()metodo 
override protected function normalLayout(width:Number, height:Number):void

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

Sizes and positions the target's elements in column fashion.

Parametri

width:Number — The width of the target group.
 
height:Number — The height of the target group.

rebuildLayout

()metodo 
protected function rebuildLayout():void

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

Reconstructs the layout from scratch. Some property changes require a total reset of the layout.





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