Packagecom.keepcore.calendar
Classpublic class CalendarObjectSample
InheritanceCalendarObjectSample Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined By
  color : Number
CalendarObjectSample
  column : int
CalendarObjectSample
  data : *
CalendarObjectSample
  endTime : Date
CalendarObjectSample
  label : String
CalendarObjectSample
  oldValue : CalendarObjectSample
CalendarObjectSample
  readOnly : Boolean
CalendarObjectSample
  resource : String
CalendarObjectSample
  startTime : Date
CalendarObjectSample
  status : int
CalendarObjectSample
  title : String
CalendarObjectSample
Public Methods
 MethodDefined By
  
CalendarObjectSample
  
backup():void
CalendarObjectSample
  
CalendarObjectSample
  
restore():void
CalendarObjectSample
  
toString():String
[override]
CalendarObjectSample
Property Detail
colorproperty
color:Number

This property can be used as the source for data binding.


Implementation
    public function get color():Number
    public function set color(value:Number):void
columnproperty 
column:int

This property can be used as the source for data binding.


Implementation
    public function get column():int
    public function set column(value:int):void
dataproperty 
data:*

This property can be used as the source for data binding.


Implementation
    public function get data():*
    public function set data(value:any):void
endTimeproperty 
endTime:Date

This property can be used as the source for data binding.


Implementation
    public function get endTime():Date
    public function set endTime(value:Date):void
labelproperty 
label:String

This property can be used as the source for data binding.


Implementation
    public function get label():String
    public function set label(value:String):void
oldValueproperty 
oldValue:CalendarObjectSample

This property can be used as the source for data binding.


Implementation
    public function get oldValue():CalendarObjectSample
    public function set oldValue(value:CalendarObjectSample):void
readOnlyproperty 
readOnly:Boolean

This property can be used as the source for data binding.


Implementation
    public function get readOnly():Boolean
    public function set readOnly(value:Boolean):void
resourceproperty 
resource:String

This property can be used as the source for data binding.


Implementation
    public function get resource():String
    public function set resource(value:String):void
startTimeproperty 
startTime:Date

This property can be used as the source for data binding.


Implementation
    public function get startTime():Date
    public function set startTime(value:Date):void
statusproperty 
status:int

This property can be used as the source for data binding.


Implementation
    public function get status():int
    public function set status(value:int):void
titleproperty 
title:String

This property can be used as the source for data binding.


Implementation
    public function get title():String
    public function set title(value:String):void
Constructor Detail
CalendarObjectSample()Constructor
public function CalendarObjectSample()



Method Detail
backup()method
public function backup():void

clone()method 
public function clone():CalendarObjectSample

Returns
CalendarObjectSample
restore()method 
public function restore():void

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

Returns
String