Packagecom.keepcore.calendar.model
Classpublic class IntersectionList
InheritanceIntersectionList Inheritance mx.collections.ArrayCollection

Default MXML Propertysource



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
IntersectionList(item:CalendarItem, source:Array = null)
IntersectionList
  
IntersectionList
  
toString():String
[override]
IntersectionList
Property Detail
cachePositionproperty
cachePosition:int


Implementation
    public function get cachePosition():int
    public function set cachePosition(value:int):void
cacheSizeFactorproperty 
cacheSizeFactor:Number


Implementation
    public function get cacheSizeFactor():Number
    public function set cacheSizeFactor(value:Number):void
hasChangedFromCacheproperty 
hasChangedFromCache:Boolean


Implementation
    public function get hasChangedFromCache():Boolean
    public function set hasChangedFromCache(value:Boolean):void
positionproperty 
position:int

Indicates 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.


Implementation
    public function get position():int
    public function set position(value:int):void
sizeFactorproperty 
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).


Implementation
    public function get sizeFactor():Number
    public function set sizeFactor(value:Number):void
Constructor Detail
IntersectionList()Constructor
public function IntersectionList(item:CalendarItem, source:Array = null)



Parameters
item:CalendarItem
 
source:Array (default = null)
Method Detail
clone()method
public function clone(item:CalendarItem):IntersectionList

Parameters

item:CalendarItem

Returns
IntersectionList
toString()method 
override public function toString():String

Returns
String