Pakiet | com.adobe.mosaic.layouts |
Klasa | public class MosaicLayoutBase |
Dziedziczenie | MosaicLayoutBase ![]() ![]() ![]() |
Podklasy | FlowLayout, SmartColumnLayout, SmartGridLayout, SmartRowLayout |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | 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.
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
![]() | clipAndEnableScrolling : Boolean
If true, specifies to clip the children to the boundaries of the viewport. | LayoutBase | |
![]() | constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | |
![]() | dropIndicator : DisplayObject
The DisplayObject that this layout uses for
the drop indicator during a drag-and-drop operation. | LayoutBase | |
![]() | 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 | |
![]() | 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 | |
![]() | 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 |
Właściwości chronione
Właściwość | Zdefiniowane przez |
---|
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
![]() | 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 | |
![]() |
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 | |
![]() |
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 | |
![]() | 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 | |
![]() |
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | 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 | |
![]() |
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | |
![]() |
Measures the target's default size based on its content, and optionally
measures the target's default minimum size. | LayoutBase | |
![]() |
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | |
![]() |
Removes a listener from the EventDispatcher object. | OnDemandEventDispatcher | |
![]() |
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | |
![]() |
Sizes, positions and parents the drop indicator based on the specified
drop location. | LayoutBase | |
![]() |
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | |
![]() |
Zwraca ciąg reprezentujący określony obiekt. | 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 | |
![]() |
Zwraca pierwotną wartość dla określonego obiektu. | Object | |
![]() |
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | OnDemandEventDispatcher |
Metody chronione
Metoda | Zdefiniowane przez | ||
---|---|---|---|
![]() |
Calculates how much to scroll for the specified dropLocation
during a drag and drop gesture. | LayoutBase | |
![]() |
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 | |
![]() |
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 | |
![]() |
Called when the verticalScrollPosition or
horizontalScrollPosition properties change. | LayoutBase |
Tue Jun 12 2018, 12:06 PM Z