public var contentHeightOffset:Number
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
public var contentWidthOffset:Number
public var entryLayoutImpl:IEntryLayout
pixelScrollEnabled:Boolean
[read-write]Implementation
public function get pixelScrollEnabled():Boolean
public function set pixelScrollEnabled(value:Boolean):void
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
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
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
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
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
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
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
public function ScheduleNavigator(owner:ScheduleViewer)
Parameters
public function gotoEntry(entry:IScheduleEntry):void
Parameters
public function gotoTime(milliseconds:Number):void
Parameters
public function mouseWheelHandler(event:MouseEvent):void
Parameters
public function moveToEntry(entry:IScheduleEntry):void
Parameters
public function moveToTime(milliseconds:Number):void
Parameters
public function onScroll(event:ScrollEvent):void
Parameters
public function scrollHandler(event:Event):void
Parameters
public function updateItemScroll():void
Event object type: flash.events.Event
public static const INVALIDATE_DISPLAY_LIST:String = "invalidateDisplayList"