Packagecom.keepcore.calendar.model
Classpublic class Intersection
InheritanceIntersection Inheritance Object



Public Properties
 PropertyDefined By
  dateRange : DateRange
Intersection
  itemList : ArrayCollection
Intersection
Public Methods
 MethodDefined By
  
Intersection
  
Propagate the intersection to items stored in the intersection.
Intersection
  
toString():String
Intersection
Property Detail
dateRangeproperty
dateRange:DateRange


Implementation
    public function get dateRange():DateRange
    public function set dateRange(value:DateRange):void
itemListproperty 
itemList:ArrayCollection


Implementation
    public function get itemList():ArrayCollection
    public function set itemList(value:ArrayCollection):void
Constructor Detail
Intersection()Constructor
public function Intersection(item:CalendarItem)



Parameters
item:CalendarItem
Method Detail
propagateToOtherItems()method
public function propagateToOtherItems():void

Propagate the intersection to items stored in the intersection.

toString()method 
public function toString():String

Returns
String