Paket | com.adobe.mosaic.layouts |
Sınıf | public class SmartRowLayout |
Miras Alma | SmartRowLayout MosaicLayoutBase LayoutBase OnDemandEventDispatcher Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
numRows
which defaults to 3.
Each child's height is changed so that all of the rows maintain the same height. Each
child's width is retained, however, unless the child is less than minColumnWidth
.
This pattern means that the rows will be of differing width. Whenever a new child is added to the end of the target Group's display list, it is added to the shortest row.
When a child is deleted, the children to its right are moved to the left, the other rows are not affected.
Özellik | Tanımlayan: | ||
---|---|---|---|
animationDuration : int
The amount of time to give any annimation to run its course. | MosaicLayoutBase | ||
clipAndEnableScrolling : Boolean
If true, specifies to clip the children to the boundaries of the viewport. | LayoutBase | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
dropIndicator : 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 | ||
horizontalScrollPosition : 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 | ||
minColumnWidth : Number
The minimum width an element in a row may become. | SmartRowLayout | ||
numRows : int
Number of rows
| SmartRowLayout | ||
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 [geçersiz kıl]
Called when the target group is set for this layout. | MosaicLayoutBase | ||
typicalLayoutElement : ILayoutElement
Used by layouts when fixed row/column sizes are requested but
a specific size isn't specified. | LayoutBase | ||
useVirtualLayout : Boolean
A container can hold any number of children. | LayoutBase | ||
verticalGap : int
The spacing between the rows. | MosaicLayoutBase | ||
verticalScrollPosition : 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 |
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor
| SmartRowLayout | ||
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 | ||
[geçersiz kıl]
Determines the location of the drop (should it happen) and returns that information
in the form of a DropLocation. | SmartRowLayout | ||
When useVirtualLayout is true,
this method can be used by the layout target
to clear cached layout information when the target changes. | LayoutBase | ||
Dispatches an event into the event flow. | OnDemandEventDispatcher | ||
[geçersiz kıl]
Called when a new element is added. | SmartRowLayout | ||
[geçersiz kıl]
Called when an element is removed. | SmartRowLayout | ||
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 | ||
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 | ||
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 | ||
Computes the verticalScrollPosition and
horizontalScrollPosition deltas needed to
scroll the element at the specified index into view. | LayoutBase | ||
Returns the change to the vertical scroll position to handle
different scrolling options. | LayoutBase | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | OnDemandEventDispatcher | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
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 | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Maximizes the given element to take up entire target space (minus
padding, of course). | MosaicLayoutBase | ||
[geçersiz kıl]
Called when the target should be measured. | SmartRowLayout | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
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 | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Sizes, positions and parents the drop indicator based on the specified
drop location. | LayoutBase | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Sizes and positions the target's elements. | LayoutBase | ||
Called by the target at the end of its updateDisplayList
to have the layout update its scrollRect. | LayoutBase | ||
Belirtilen nesnenin temel değerini döndürür. | Object | ||
Handles the layout side of a minimized element by making it disappear. | MosaicLayoutBase | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | OnDemandEventDispatcher |
Yöntem | Tanımlayan: | ||
---|---|---|---|
Adds the item, given by its index, to either the end of the
matrix or into the first vacant cell. | SmartRowLayout | ||
Adds the item using the item's column and row properties to place
the item. | SmartRowLayout | ||
Adds the item, given by its index, to the row that is visually
the shortest. | SmartRowLayout | ||
Calculates the sizes of the children in a row. | SmartRowLayout | ||
Calculates how much to scroll for the specified dropLocation
during a drag and drop gesture. | LayoutBase | ||
[geçersiz kıl]
Locates the item under the point using a simple look-up, accounting for horizontal
and vertical gaps. | MosaicLayoutBase | ||
[geçersiz kıl]
Creates the bounding rectangle for the drop indicator. | SmartRowLayout | ||
calculateLayoutPositions(width:Number, height:Number, updateInPlace:Boolean, returnArray:Boolean):Array [geçersiz kıl]
Calculates the positions and sizes of all of the layout target's children. | SmartRowLayout | ||
Calculates key size variables. | SmartRowLayout | ||
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. | SmartRowLayout | ||
Returns the bounds of the first layout element that either spans or
is above the scrollRect's top edge. | LayoutBase | ||
Returns the bounds of the first layout element that either spans or
is below the scrollRect's bottom edge. | LayoutBase | ||
Returns the bounds of the first layout element that either spans or
is to the left of the scrollRect's left edge. | LayoutBase | ||
Returns the bounds of the first layout element that either spans or
is to the right of the scrollRect's right edge. | LayoutBase | ||
Returns the bounds of the target's scroll rectangle in layout coordinates. | LayoutBase | ||
Sizes and positions the maximized element. | MosaicLayoutBase | ||
[geçersiz kıl]
Sizes and positions the target's elements in row fashion. | SmartRowLayout | ||
Called when the effects are over to reset the elementBeingMoved
value. | MosaicLayoutBase | ||
Reconstructs the layout from scratch. | SmartRowLayout | ||
Called when the verticalScrollPosition or
horizontalScrollPosition properties change. | LayoutBase |
minColumnWidth | özellik |
minColumnWidth:Number
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The minimum width an element in a row may become.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get minColumnWidth():Number
public function set minColumnWidth(value:Number):void
numRows | özellik |
numRows:int
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Number of rows
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get numRows():int
public function set numRows(value:int):void
SmartRowLayout | () | Yapıcı |
public function SmartRowLayout()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Constructor
addAtEnd | () | yöntem |
protected function addAtEnd(child:ILayoutChild):Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | 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.
Parametreler
child:ILayoutChild — The child to be added to the last position of the layout.
|
Object — the {col, row} Object with the position information.
|
addAtRowCol | () | yöntem |
protected function addAtRowCol(index:int):Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | 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.
Parametreler
index:int — The child's index within the display list of the group target.
|
Object — The {col,row} object with the position information.
|
addToShortestRow | () | yöntem |
protected function addToShortestRow(index:int):Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Adds the item, given by its index, to the row that is visually the shortest.
Parametreler
index:int — The index of the child with the target group.
|
Object — The {col,row} position information.
|
calculateChildWidths | () | yöntem |
protected function calculateChildWidths(row:Array, width:Number):Array
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Calculates the sizes of the children in a row.
Each child in a row may have an explicit width or a percent width.
Parametreler
row:Array — All of the child elements in a row.
| |
width:Number — The total width of the target space.
|
Array — Array of actual widths to use
|
calculateDropIndicatorBounds | () | yöntem |
override protected function calculateDropIndicatorBounds(dropLocation:DropLocation):Rectangle
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Creates the bounding rectangle for the drop indicator. This will either appear left of the item at the drop location or to its right, depending on the position of the mouse within the item.
Parametreler
dropLocation:DropLocation — The position within the layout where the drop can be expected.
|
Rectangle — A rectangle the describes the area of the drop.
|
calculateDropLocation | () | yöntem |
override public function calculateDropLocation(dragEvent:DragEvent):DropLocation
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | 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.
Parametreler
dragEvent:DragEvent — The event that contains the position of the mouse.
|
DropLocation — The location where the drop could happen.
|
calculateLayoutPositions | () | yöntem |
override protected function calculateLayoutPositions(width:Number, height:Number, updateInPlace:Boolean, returnArray:Boolean):Array
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Calculates the positions and sizes of all of the layout target's children.
Parametreler
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.
|
Array — An Array of new sizes and positions or null if returnArray parameter is false.
|
calculateSizes | () | yöntem |
protected function calculateSizes():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Calculates key size variables.
elementAdded | () | yöntem |
override public function elementAdded(index:int):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Called when a new element is added.
Parametreler
index:int — The index of the child within the target display list.
|
elementRemoved | () | yöntem |
override public function elementRemoved(index:int):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Called when an element is removed. The cells structure is updated to reflect the item removed from a specific row.
Parametreler
index:int — The index of the child within the target display list.
|
findCell | () | yöntem |
protected function findCell(index:int):Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Find a cell position given the child's display index.
Parametreler
index:int — The position of the child within the target group.
|
Object — The {col,row} position of the child.
|
measure | () | yöntem |
override public function measure():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Called when the target should be measured.
normalLayout | () | yöntem |
override protected function normalLayout(width:Number, height:Number):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Sizes and positions the target's elements in row fashion.
Parametreler
width:Number — The size of the target area.
| |
height:Number — The size of the target area.
|
rebuildLayout | () | yöntem |
protected function rebuildLayout():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Reconstructs the layout from scratch. Some property changes require a total reset of the layout.
Tue Jun 12 2018, 01:09 PM Z