| Package | com.keepcore.calendar.model |
| Class | public class IntersectionList |
| Inheritance | IntersectionList mx.collections.ArrayCollection |
Default MXML Propertysource
| Property | Defined By | ||
|---|---|---|---|
| cachePosition : int | IntersectionList | ||
| cacheSizeFactor : Number | IntersectionList | ||
| hasChangedFromCache : Boolean | IntersectionList | ||
| position : int
Indicates the item position (all concurrent item will have a different position to avoid overlapping. | IntersectionList | ||
| sizeFactor : Number
Indicates the size factor that should be applied to the corresponding item (i.e: 1/3 indicates that the element will be displayed with a 1/3 of its original width). | IntersectionList | ||
| Method | Defined By | ||
|---|---|---|---|
IntersectionList(item:CalendarItem, source:Array = null) | IntersectionList | ||
| IntersectionList | |||
toString():String [override] | IntersectionList | ||
| cachePosition | property |
cachePosition:int public function get cachePosition():int public function set cachePosition(value:int):void| cacheSizeFactor | property |
cacheSizeFactor:Number public function get cacheSizeFactor():Number public function set cacheSizeFactor(value:Number):void| hasChangedFromCache | property |
hasChangedFromCache:Boolean public function get hasChangedFromCache():Boolean public function set hasChangedFromCache(value:Boolean):void| position | property |
position:intIndicates the item position (all concurrent item will have a different position to avoid overlapping. 0 indicates that position has not already been set or there is no concurrency for this item.
public function get position():int public function set position(value:int):void| sizeFactor | property |
sizeFactor:NumberIndicates the size factor that should be applied to the corresponding item (i.e: 1/3 indicates that the element will be displayed with a 1/3 of its original width).
public function get sizeFactor():Number public function set sizeFactor(value:Number):void| IntersectionList | () | Constructor |
public function IntersectionList(item:CalendarItem, source:Array = null)item:CalendarItem | |
source:Array (default = null) |
| clone | () | method |
public function clone(item:CalendarItem):IntersectionListParameters
item:CalendarItem |
IntersectionList |
| toString | () | method |
override public function toString():StringReturnsString |