Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The ICardLayout interface defines a subset of Layout capabilites that are referenced by other components (such as CardList).
cardLayoutHelper:CardLayoutHelper
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The current card layout helper
Implementation public function get cardLayoutHelper():CardLayoutHelper
target:GroupBase
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The target component
Implementation public function get target():GroupBase
thumbFitSize:Point
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The width and height for small thumbnail images to fit in the MiniNavLayout.
This is given as an ordered pair of numbers: (width, height)
Implementation public function get thumbFitSize():Point
public function set thumbFitSize(value:Point):void
useVirtualLayout:Boolean
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Indicates whether a virtual layout should be used or not
Implementation public function get useVirtualLayout():Boolean
public function findCardsThatIntersect(rect:Rectangle):Vector.<int>
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Find the list of cards that overlap the specified rectangle
Parameters
| rect:Rectangle — A bounding region for which you want to find card that intersect it
|
Returns | Vector.<int> — A vector of integers that represent the indexes
of the cards in the layout that intersect the specified rectangle.
|
Mon Apr 25 2011, 05:54 PM -07:00