Packageflexlib.scheduling.scheduleClasses
Classpublic class Schedule
InheritanceSchedule Inheritance Object
Implements flash.events.IEventDispatcher



Public Properties
 PropertyDefined By
  backgroundLayout : IFactory
Schedule
  backgroundLayoutImpl : IBackgroundLayout
Schedule
  backgroundViewer : BackgroundViewer
Schedule
  content : UIComponent
Schedule
  entryLayout : IFactory
Schedule
  entryLayoutImpl : IEntryLayout
Schedule
  entryRenderer : IFactory
Schedule
  entryViewer : EntryViewer
Schedule
  horizontalLinesLayout : IFactory
Schedule
  horizontalLinesLayoutImpl : IHorizontalLinesLayout
Schedule
  horizontalLinesViewer : IFactory
Schedule
  horizontalLinesViewerImpl : IHorizontalLinesViewer
Schedule
  isViewlayersInitialized : Boolean
Schedule
  navigator : ScheduleNavigator
Schedule
  timeIndicatorLayout : IFactory
Schedule
  timeIndicatorLayoutImpl : ITimeIndicatorLayout
Schedule
  timeIndicatorViewer : IFactory
Schedule
  timeIndicatorViewerImpl : ITimeIndicatorViewer
Schedule
  verticalLinesLayout : IFactory
Schedule
  verticalLinesLayoutImpl : IVerticalLinesLayout
Schedule
  verticalLinesViewer : IFactory
Schedule
  verticalLinesViewerImpl : IVerticalLinesViewer
Schedule
Public Methods
 MethodDefined By
  
Schedule
  
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Schedule
  
dispatchEvent(event:Event):Boolean
Schedule
  
hasEventListener(type:String):Boolean
Schedule
  
initialize():void
Schedule
  
Schedule
  
Schedule
  
Schedule
  
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Schedule
  
willTrigger(type:String):Boolean
Schedule
Property Detail
backgroundLayoutproperty
backgroundLayout:IFactory

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


Implementation
    public function get backgroundLayout():IFactory
    public function set backgroundLayout(value:IFactory):void
backgroundLayoutImplproperty 
public var backgroundLayoutImpl:IBackgroundLayout

backgroundViewerproperty 
public var backgroundViewer:BackgroundViewer

contentproperty 
public var content:UIComponent

entryLayoutproperty 
entryLayout:IFactory

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


Implementation
    public function get entryLayout():IFactory
    public function set entryLayout(value:IFactory):void
entryLayoutImplproperty 
entryLayoutImpl:IEntryLayout


Implementation
    public function get entryLayoutImpl():IEntryLayout
    public function set entryLayoutImpl(value:IEntryLayout):void
entryRendererproperty 
entryRenderer:IFactory

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


Implementation
    public function get entryRenderer():IFactory
    public function set entryRenderer(value:IFactory):void
entryViewerproperty 
public var entryViewer:EntryViewer

horizontalLinesLayoutproperty 
horizontalLinesLayout:IFactory

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


Implementation
    public function get horizontalLinesLayout():IFactory
    public function set horizontalLinesLayout(value:IFactory):void
horizontalLinesLayoutImplproperty 
public var horizontalLinesLayoutImpl:IHorizontalLinesLayout

horizontalLinesViewerproperty 
horizontalLinesViewer:IFactory

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


Implementation
    public function get horizontalLinesViewer():IFactory
    public function set horizontalLinesViewer(value:IFactory):void
horizontalLinesViewerImplproperty 
public var horizontalLinesViewerImpl:IHorizontalLinesViewer

isViewlayersInitializedproperty 
public var isViewlayersInitialized:Boolean

navigatorproperty 
public var navigator:ScheduleNavigator

timeIndicatorLayoutproperty 
timeIndicatorLayout:IFactory

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


Implementation
    public function get timeIndicatorLayout():IFactory
    public function set timeIndicatorLayout(value:IFactory):void
timeIndicatorLayoutImplproperty 
public var timeIndicatorLayoutImpl:ITimeIndicatorLayout

timeIndicatorViewerproperty 
timeIndicatorViewer:IFactory

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


Implementation
    public function get timeIndicatorViewer():IFactory
    public function set timeIndicatorViewer(value:IFactory):void
timeIndicatorViewerImplproperty 
public var timeIndicatorViewerImpl:ITimeIndicatorViewer

verticalLinesLayoutproperty 
verticalLinesLayout:IFactory

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


Implementation
    public function get verticalLinesLayout():IFactory
    public function set verticalLinesLayout(value:IFactory):void
verticalLinesLayoutImplproperty 
public var verticalLinesLayoutImpl:IVerticalLinesLayout

verticalLinesViewerproperty 
verticalLinesViewer:IFactory

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


Implementation
    public function get verticalLinesViewer():IFactory
    public function set verticalLinesViewer(value:IFactory):void
verticalLinesViewerImplproperty 
public var verticalLinesViewerImpl:IVerticalLinesViewer

Constructor Detail
Schedule()Constructor
public function Schedule(owner:ScheduleViewer)



Parameters
owner:ScheduleViewer
Method Detail
addEventListener()method
public function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void

Parameters

type:String
 
listener:Function
 
useCapture:Boolean (default = false)
 
priority:int (default = 0)
 
weakRef:Boolean (default = false)

dispatchEvent()method 
public function dispatchEvent(event:Event):Boolean

Parameters

event:Event

Returns
Boolean
hasEventListener()method 
public function hasEventListener(type:String):Boolean

Parameters

type:String

Returns
Boolean
initialize()method 
public function initialize():void

initializeCompileTimeViewLayers()method 
public function initializeCompileTimeViewLayers():void

initializeEntryLayout()method 
public function initializeEntryLayout():void

initializeRuntimeViewLayers()method 
public function initializeRuntimeViewLayers():void

removeEventListener()method 
public function removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void

Parameters

type:String
 
listener:Function
 
useCapture:Boolean (default = false)

willTrigger()method 
public function willTrigger(type:String):Boolean

Parameters

type:String

Returns
Boolean