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



Public Properties
 PropertyDefined by
  backgroundItems : IList
BackgroundLayout
 InheritedcontentHeight : Number
Layout
  contentWidth : Number
BackgroundLayout
 InheritedendDate : Date
Layout
 InheritedentryLayout : IEntryLayout
Layout
 Inheriteditems : IList
Layout
  minimumTimeRangeWidth : Number
BackgroundLayout
 InheritedstartDate : Date
Layout
  timeRanges : IList
BackgroundLayout
 InheritedtotalMilliseconds : Number
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
 EventSummaryDefined by
    BackgroundLayout
Property detail
backgroundItemsproperty
backgroundItems:IList  [read-write]Implementation
    public function get backgroundItems():IList
    public function set backgroundItems(value:IList):void
contentWidthproperty 
contentWidth:Number  [read-write]Implementation
    public function get contentWidth():Number
    public function set contentWidth(value:Number):void
minimumTimeRangeWidthproperty 
minimumTimeRangeWidth:Number  [read-write]Implementation
    public function get minimumTimeRangeWidth():Number
    public function set minimumTimeRangeWidth(value:Number):void
timeRangesproperty 
timeRanges:IList  [read-write]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):voidParameters
event:LayoutUpdateEvent
Event detail
updateevent 
Event object type: flexlib.scheduling.scheduleClasses.layout.LayoutUpdateEvent