Пакет | com.adobe.mosaic.layouts |
Класс | public class MosaicLayoutBase |
Наследование | MosaicLayoutBase LayoutBase OnDemandEventDispatcher Object |
Подклассы | FlowLayout, SmartColumnLayout, SmartGridLayout, SmartRowLayout |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | 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.
Свойство | Определено | ||
---|---|---|---|
animationDuration : int
The amount of time to give any annimation to run its course. | MosaicLayoutBase | ||
clipAndEnableScrolling : Boolean
Значение true определяет необходимость обрезки нижестоящих элементов в соответствии с границами области просмотра. | LayoutBase | ||
constructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта. | Object | ||
dropIndicator : DisplayObject
DisplayObject, который этот макет использует для индикатора перетаскивания во время операции перетаскивания. | LayoutBase | ||
effectEndHandler : Function
The function used to handle EffectEvent events. | MosaicLayoutBase | ||
horizontalGap : int
The spacing between the columns. | MosaicLayoutBase | ||
horizontalScrollPosition : Number
Координата Х исходной точки поля зрения в системе координат компонента, где значением по умолчанию является (0,0), что соответствует левому верхнему углу области компонента. | 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 [переопределить]
Called when the target group is set for this layout. | MosaicLayoutBase | ||
typicalLayoutElement : ILayoutElement
Используется макетами в тех случаях, когда необходимы фиксированные размеры строк/столбцов, но при этом определенные размеры не указаны. | LayoutBase | ||
useVirtualLayout : Boolean
В контейнере может находиться любое число нижестоящих элементов. | LayoutBase | ||
verticalGap : int
The spacing between the rows. | MosaicLayoutBase | ||
verticalScrollPosition : Number
Координата Y исходной точки поля зрения в системе координат компонента, где значением по умолчанию является (0,0), что соответствует левому верхнему углу области компонента. | LayoutBase |
Свойство | Определено | ||
---|---|---|---|
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 |
Метод | Определено | ||
---|---|---|---|
Constructor
| MosaicLayoutBase | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Регистрирует объект прослушивателя события на объекте EventDispatcher для получения прослушивателем уведомления о событии. | OnDemandEventDispatcher | ||
[переопределить]
Returns the location of the drop based on the event given. | MosaicLayoutBase | ||
Если useVirtualLayout имеет значение true, этот метод может использоваться целевым объектом макета для очистки кэшированной информации о макете в случае изменения целевого объекта. | LayoutBase | ||
Посылает событие в поток событий. | OnDemandEventDispatcher | ||
[переопределить]
Called whenever an element is added to the target. | MosaicLayoutBase | ||
[переопределить]
Called whenever an element is removed. | MosaicLayoutBase | ||
Возвращает границы макета указанного элемента в виде элемента Rectangle или значения null, если индекс недействителен, соответствующий элемент имеет значение null, includeInLayout=false или значением свойства target этого макета является null. | LayoutBase | ||
Возвращает изменение горизонтального положения прокрутки для работы с различными параметрами прокрутки. | LayoutBase | ||
Returns the ILayoutChild that occupies the given display list index. | MosaicLayoutBase | ||
getNavigationDestinationIndex(currentIndex:int, navigationUnit:uint, arrowKeysWrapFocus:Boolean):int
Метод делегирования, определяющий, к какому элементу необходимо перейти на основе текущего элемента в фокусе и данных, вводимых пользователем в виде константы NavigationUnit. | LayoutBase | ||
Вычисляет дельты verticalScrollPosition и horizontalScrollPosition, необходимые для прокрутки элемента под заданным индексом в видимую область. | LayoutBase | ||
Возвращает изменение вертикального положения прокрутки для работы с различными параметрами прокрутки. | LayoutBase | ||
Проверяет, имеет ли объект EventDispatcher прослушиватели, зарегистрированные для определенного типа события. | OnDemandEventDispatcher | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Скрывает показанный ранее индикатор перетаскивания, созданный методом showDropIndicator(), удаляет его из списка отображения и также останавливает прокрутку перетаскивания. | LayoutBase | ||
When a value of true is return, this layout is currently showing a maximized child element. | MosaicLayoutBase | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Maximizes the given element to take up entire target space (minus
padding, of course). | MosaicLayoutBase | ||
Обеспечивает измерение размера целевого объекта по умолчанию на основе его содержимого и дополнительно измеряет минимальный размер целевого объекта по умолчанию. | LayoutBase | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Удаляет прослушиватель из объекта 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 | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Размеры, положение и вышестоящие объекты индикатора перетаскивания, основанные на указанном местоположении перетаскивания. | LayoutBase | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Размеры и местоположения элементов целевого объекта. | LayoutBase | ||
Вызывается целевым объектом в конце updateDisplayList для обновления scrollRect макета. | LayoutBase | ||
Возвращает элементарное значение заданного объекта. | Object | ||
Handles the layout side of a minimized element by making it disappear. | MosaicLayoutBase | ||
Проверяет, зарегистрирован ли прослушиватель события для указанного типа события с данным объектом EventDispatcher или любым его предшественником. | OnDemandEventDispatcher |
Метод | Определено | ||
---|---|---|---|
Вычисляет значение прокрутки для указанного dropLocation во время операции перетаскивания. | LayoutBase | ||
[переопределить]
Locates the item under the point using a simple look-up, accounting for horizontal
and vertical gaps. | MosaicLayoutBase | ||
Вычисляет границы для индикатора перетаскивания с целью визуального представления точки вставки элементов при завершении операции перетаскивания. | 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 | ||
Возвращает границы первого элемента макета, охватывающего верхний край scrollRect или находящегося над ним. | LayoutBase | ||
Возвращает границы первого элемента макета, охватывающего нижний край scrollRect или находящегося ниже края. | LayoutBase | ||
Возвращает границы первого элемента макета, охватывающего левый край scrollRect или находящегося слева от него. | LayoutBase | ||
Возвращает границы первого элемента макета, охватывающего правый край scrollRect или находящегося справа от нее. | LayoutBase | ||
Возвращает границы прямоугольника прокрутки целевого объекта в координатах макета. | 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 | ||
Вызывается при изменении свойств verticalScrollPosition или horizontalScrollPosition. | LayoutBase |
animationDuration | свойство |
animationDuration:int
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The amount of time to give any annimation to run its course. The default value is 350ms.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие propertyChange
.
Реализация
public function get animationDuration():int
public function set animationDuration(value:int):void
effectEndHandler | свойство |
public var effectEndHandler:Function
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The function used to handle EffectEvent events.
effectList | свойство |
protected var effectList:Parallel
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
A collection of effects to play in parallel.
elementBeingRemoved | свойство |
protected var elementBeingRemoved:int = -1
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | 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 | свойство |
horizontalGap:int
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The spacing between the columns.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие propertyChange
.
Реализация
public function get horizontalGap():int
public function set horizontalGap(value:int):void
layoutUndefined | свойство |
protected var layoutUndefined:Boolean = true
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Default is true.
maximized | свойство |
protected var maximized:Boolean = false
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Default is false.
maximizedElement | свойство |
protected var maximizedElement:IVisualElement
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The IVisualElement being maximized.
measuredMaxHeight | свойство |
protected var measuredMaxHeight:Number
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The measured maximum height of an element.
measuredMaxWidth | свойство |
protected var measuredMaxWidth:Number
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The measured maximum width of an element.
minimizedElements | свойство |
protected var minimizedElements:Array
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The Array of IVisualElement elements currently minimized.
paddingBottom | свойство |
paddingBottom:int
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The space between the container edge and the bottom row of items.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие propertyChange
.
Реализация
public function get paddingBottom():int
public function set paddingBottom(value:int):void
paddingLeft | свойство |
paddingLeft:int
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The space between the container edge and the left column of items.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие propertyChange
.
Реализация
public function get paddingLeft():int
public function set paddingLeft(value:int):void
paddingRight | свойство |
paddingRight:int
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The space between the container edge and the right column of items.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие propertyChange
.
Реализация
public function get paddingRight():int
public function set paddingRight(value:int):void
paddingTop | свойство |
paddingTop:int
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The space between the container edge and the top row of items.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие propertyChange
.
Реализация
public function get paddingTop():int
public function set paddingTop(value:int):void
restoreCellHeight | свойство |
protected var restoreCellHeight:Number
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The height to restore a minimized element to.
restoreCellWidth | свойство |
protected var restoreCellWidth:Number
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The width to restore a minimized element to.
target | свойство |
target:GroupBase
[переопределить] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Called when the target group is set for this layout.
Реализация
override public function get target():GroupBase
override public function set target(value:GroupBase):void
verticalGap | свойство |
verticalGap:int
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The spacing between the rows.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие propertyChange
.
Реализация
public function get verticalGap():int
public function set verticalGap(value:int):void
MosaicLayoutBase | () | Конструктор |
public function MosaicLayoutBase()
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Constructor
calculateDropIndex | () | метод |
override protected function calculateDropIndex(x:Number, y:Number):int
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Locates the item under the point using a simple look-up, accounting for horizontal and vertical gaps.
Параметры
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 | () | метод |
override public function calculateDropLocation(dragEvent:DragEvent):DropLocation
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | 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.
Параметры
dragEvent:DragEvent — Specifies the event that contains the position of the mouse.
|
DropLocation — The location where the drop could happen.
|
calculateLayoutPositions | () | метод |
protected function calculateLayoutPositions(width:Number, height:Number, updateInPlace:Boolean, returnArray:Boolean):Array
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | 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).
Параметры
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 | () | метод |
protected function displayRemovedElements():void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | 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 | () | метод |
override public function elementAdded(index:int):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Called whenever an element is added to the target.
Параметры
index:int — Specifies the index of the child in the target display list.
|
elementRemoved | () | метод |
override public function elementRemoved(index:int):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Called whenever an element is removed.
Параметры
index:int — Specifies the index of the child in the target display list.
|
getLayoutChildAt | () | метод |
public function getLayoutChildAt(index:int):ILayoutChild
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Returns the ILayoutChild that occupies the given display list index.
Параметры
index:int — Specifies the index of the child in the display list.
|
ILayoutChild — The child at the given index.
|
isMaximized | () | метод |
public function isMaximized():Boolean
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
When a value of true is return, this layout is currently showing a maximized child element.
ВозвращаетBoolean — True if the layout is currently displaying a maximized child.
|
maximizedLayout | () | метод |
protected function maximizedLayout(width:Number, height:Number):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Sizes and positions the maximized element.
Параметры
width:Number — Specifies the width of the target group area.
| |
height:Number — Specifies the height of the target group area.
|
maximizeElement | () | метод |
public function maximizeElement(element:IVisualElement):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Maximizes the given element to take up entire target space (minus padding, of course).
Параметры
element:IVisualElement — Specifies the visual element that is being maximized.
|
normalLayout | () | метод |
protected function normalLayout(width:Number, height:Number):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The layout to use when operating in a non-maximized mode.
Параметры
width:Number — Specifies the width of the target group area.
| |
height:Number — Specifies the height of the target group area.
|
onEffectEnd | () | метод |
protected function onEffectEnd(event:EffectEvent):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Called when the effects are over to reset the elementBeingMoved value.
Параметры
event:EffectEvent — The effect event.
|
restoreMaximizedElement | () | метод |
public function restoreMaximizedElement(element:IVisualElement):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Restores an element that has been maximized.
Параметры
element:IVisualElement — Specifies the visual element that was previously maximized.
|
restoreVanishedElement | () | метод |
public function restoreVanishedElement(element:IVisualElement):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Handles the layout side of restoring a previously minimized element by making it appear.
Параметры
element:IVisualElement — Specifies the visual element that is being made part of the layout again.
|
vanishElement | () | метод |
public function vanishElement(element:IVisualElement):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Handles the layout side of a minimized element by making it disappear.
Параметры
element:IVisualElement — Specifies the visual element that is being removed from the layout.
|
Tue Jun 12 2018, 11:34 AM Z