Packageflexlib.scheduling.scheduleClasses.layout
Classpublic class BackgroundLayout
InheritanceBackgroundLayout Inheritance Layout Inheritance flash.events.EventDispatcher
Implements IBackgroundLayout



Public Properties
 PropertyDefined By
  backgroundItems : IList
BackgroundLayout
 InheritedcontentHeight : Number
Layout
  contentWidth : Number
[override]
BackgroundLayout
 InheritedendDate : Date
Layout
 InheritedentryLayout : IEntryLayout
Layout
 Inheriteditems : IList
[read-only]
Layout
  minimumTimeRangeWidth : Number
BackgroundLayout
 InheritedstartDate : Date
Layout
  timeRanges : IList
BackgroundLayout
 InheritedtotalMilliseconds : Number
[read-only]
Layout
 InheritedviewportHeight : Number
Layout
 InheritedviewportWidth : Number
Layout
 InheritedxPosition : Number
Layout
 InheritedyPosition : Number
Layout
Protected Properties
 PropertyDefined By
 Inherited_endDate : Number
Layout
 Inherited_items : IList
Layout
 Inherited_startDate : Number
Layout
Public Methods
 MethodDefined By
  
BackgroundLayout
  
BackgroundLayout
Events
 Event Summary Defined By
  BackgroundLayout
Property Detail
backgroundItemsproperty
backgroundItems:IList


Implementation
    public function get backgroundItems():IList
    public function set backgroundItems(value:IList):void
contentWidthproperty 
contentWidth:Number[override]


Implementation
    public function get contentWidth():Number
    public function set contentWidth(value:Number):void
minimumTimeRangeWidthproperty 
minimumTimeRangeWidth:Number


Implementation
    public function get minimumTimeRangeWidth():Number
    public function set minimumTimeRangeWidth(value:Number):void
timeRangesproperty 
timeRanges:IList


Implementation
    public function get timeRanges():IList
    public function set timeRanges(value:IList):void
Constructor Detail
BackgroundLayout()Constructor
public function BackgroundLayout()



Method Detail
update()method
public function update(event:LayoutUpdateEvent):void

Parameters

event:LayoutUpdateEvent

Event Detail
update Event
Event Object Type: flexlib.scheduling.scheduleClasses.layout.LayoutUpdateEvent