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
 EventSummaryDefined by
    ScheduleNavigator
Public Constants
 ConstantDefined by
  INVALIDATE_DISPLAY_LIST : String = "invalidateDisplayList"
[static]
ScheduleNavigator
Property detail
contentHeightOffsetproperty
public var contentHeightOffset:Number
contentWidthproperty 
contentWidth:Number  [read-write]

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  [read-write]Implementation
    public function get pixelScrollEnabled():Boolean
    public function set pixelScrollEnabled(value:Boolean):void
xOffsetproperty 
xOffset:Number  [read-write]

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

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

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

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

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

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

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):voidParameters
entry:IScheduleEntry
gotoTime()method 
public function gotoTime(milliseconds:Number):voidParameters
milliseconds:Number
mouseWheelHandler()method 
public function mouseWheelHandler(event:MouseEvent):voidParameters
event:MouseEvent
moveToEntry()method 
public function moveToEntry(entry:IScheduleEntry):voidParameters
entry:IScheduleEntry
moveToTime()method 
public function moveToTime(milliseconds:Number):voidParameters
milliseconds:Number
onScroll()method 
public function onScroll(event:ScrollEvent):voidParameters
event:ScrollEvent
scrollHandler()method 
public function scrollHandler(event:Event):voidParameters
event:Event
updateItemScroll()method 
public function updateItemScroll():void
Event detail
invalidateDisplayListevent 
Event object type: flash.events.Event

Constant detail
INVALIDATE_DISPLAY_LISTconstant
public static const INVALIDATE_DISPLAY_LIST:String = "invalidateDisplayList"