Packageflexlib.scheduling.scheduleClasses
Classpublic class ScheduleNavigator
InheritanceScheduleNavigator Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined By
  contentHeightOffset : Number
ScheduleNavigator
  contentWidth : Number
ScheduleNavigator
  contentWidthOffset : Number
ScheduleNavigator
  entryLayoutImpl : IEntryLayout
ScheduleNavigator
  pixelScrollEnabled : Boolean
ScheduleNavigator
  xOffset : Number
ScheduleNavigator
  xPosition : Number
ScheduleNavigator
  xPositionWithOffset : Number
ScheduleNavigator
  yOffset : Number
ScheduleNavigator
  yPosition : Number
ScheduleNavigator
  yPositionWithOffset : Number
ScheduleNavigator
  zoom : Number
ScheduleNavigator
Public Methods
 MethodDefined By
  
ScheduleNavigator
  
ScheduleNavigator
  
gotoTime(milliseconds:Number):void
ScheduleNavigator
  
mouseWheelHandler(event:MouseEvent):void
ScheduleNavigator
  
ScheduleNavigator
  
moveToTime(milliseconds:Number):void
ScheduleNavigator
  
onScroll(event:ScrollEvent):void
ScheduleNavigator
  
scrollHandler(event:Event):void
ScheduleNavigator
  
ScheduleNavigator
Events
 Event Summary Defined By
  ScheduleNavigator
Public Constants
 ConstantDefined By
  INVALIDATE_DISPLAY_LIST : String = invalidateDisplayList
[static]
ScheduleNavigator
Property Detail
contentHeightOffsetproperty
public var contentHeightOffset:Number

contentWidthproperty 
contentWidth:Number

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


Implementation
    public function get contentWidth():Number
    public function set contentWidth(value:Number):void
contentWidthOffsetproperty 
public var contentWidthOffset:Number

entryLayoutImplproperty 
public var entryLayoutImpl:IEntryLayout

pixelScrollEnabledproperty 
pixelScrollEnabled:Boolean


Implementation
    public function get pixelScrollEnabled():Boolean
    public function set pixelScrollEnabled(value:Boolean):void
xOffsetproperty 
xOffset:Number

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


Implementation
    public function get xOffset():Number
    public function set xOffset(value:Number):void
xPositionproperty 
xPosition:Number

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


Implementation
    public function get xPosition():Number
    public function set xPosition(value:Number):void
xPositionWithOffsetproperty 
xPositionWithOffset:Number

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


Implementation
    public function get xPositionWithOffset():Number
    public function set xPositionWithOffset(value:Number):void
yOffsetproperty 
yOffset:Number

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


Implementation
    public function get yOffset():Number
    public function set yOffset(value:Number):void
yPositionproperty 
yPosition:Number

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


Implementation
    public function get yPosition():Number
    public function set yPosition(value:Number):void
yPositionWithOffsetproperty 
yPositionWithOffset:Number

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


Implementation
    public function get yPositionWithOffset():Number
    public function set yPositionWithOffset(value:Number):void
zoomproperty 
zoom:Number

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


Implementation
    public function get zoom():Number
    public function set zoom(value:Number):void
Constructor Detail
ScheduleNavigator()Constructor
public function ScheduleNavigator(owner:ScheduleViewer)



Parameters
owner:ScheduleViewer
Method Detail
gotoEntry()method
public function gotoEntry(entry:IScheduleEntry):void

Parameters

entry:IScheduleEntry

gotoTime()method 
public function gotoTime(milliseconds:Number):void

Parameters

milliseconds:Number

mouseWheelHandler()method 
public function mouseWheelHandler(event:MouseEvent):void

Parameters

event:MouseEvent

moveToEntry()method 
public function moveToEntry(entry:IScheduleEntry):void

Parameters

entry:IScheduleEntry

moveToTime()method 
public function moveToTime(milliseconds:Number):void

Parameters

milliseconds:Number

onScroll()method 
public function onScroll(event:ScrollEvent):void

Parameters

event:ScrollEvent

scrollHandler()method 
public function scrollHandler(event:Event):void

Parameters

event:Event

updateItemScroll()method 
public function updateItemScroll():void

Event Detail
invalidateDisplayList Event
Event Object Type: flash.events.Event

Constant Detail
INVALIDATE_DISPLAY_LISTConstant
public static const INVALIDATE_DISPLAY_LIST:String = invalidateDisplayList