Packageflexlib.scheduling.scheduleClasses
Classpublic class Schedule



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
  verticalLinesLayout : IFactory
Schedule
  verticalLinesLayoutImpl : IVerticalLinesLayout
Schedule
  verticalLinesViewer : IFactory
Schedule
  verticalLinesViewerImpl : IVerticalLinesViewer
Schedule
Public Methods
 MethodDefined by
  
Schedule
  
initialize():void
Schedule
  
Schedule
  
Schedule
  
Schedule
Property detail
backgroundLayoutproperty
backgroundLayout:IFactory  [read-write]

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  [read-write]

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  [read-write]Implementation
    public function get entryLayoutImpl():IEntryLayout
    public function set entryLayoutImpl(value:IEntryLayout):void
entryRendererproperty 
entryRenderer:IFactory  [read-write]

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  [read-write]

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  [read-write]

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
verticalLinesLayoutproperty 
verticalLinesLayout:IFactory  [read-write]

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  [read-write]

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
initialize()method
public function initialize():void
initializeCompileTimeViewLayers()method 
public function initializeCompileTimeViewLayers():void
initializeEntryLayout()method 
public function initializeEntryLayout():void
initializeRuntimeViewLayers()method 
public function initializeRuntimeViewLayers():void