Packagedigicrafts.flash.controls
Classpublic class DoorTransformBannerRotator
InheritanceDoorTransformBannerRotator Inheritance RotatorComponentBase Inheritance digicrafts.flash.core.UIComponentBase



Public Properties
 PropertyDefined by
 InheritedautoZoom : Number
Gets or sets the autoZoom property.
RotatorComponentBase
 InheritedautoZoomDuration : Number
Gets or sets the autoZoomDuration property.
RotatorComponentBase
  baseColor : uint
Gets or sets the baseColor property.
DoorTransformBannerRotator
 InheritedcaptionTextTarget : String
Gets or sets the captionTextTarget property.
RotatorComponentBase
 InheritedcurrentItemData : Object
Gets or sets the currentItemData property.
RotatorComponentBase
 InheriteddataProvider : Array
DataProvider
RotatorComponentBase
  direction : uint
Gets or sets the direction property.
DoorTransformBannerRotator
  invertRotation : Boolean
Gets or sets the invertRotation property.
DoorTransformBannerRotator
 InheritedkeyboardScrollEnabled : Boolean
Gets or sets the keyboardScrollEnabled property.
RotatorComponentBase
 InheritedloaderSkin : String
Gets or sets the defaultLoaderSkin property.
RotatorComponentBase
 InheritednextButtonTarget : String
Gets or sets the nextButtonTarget property.
RotatorComponentBase
 InheritedprevButtonTarget : String
Gets or sets the prevButtonTarget property.
RotatorComponentBase
  reflection : Number
Gets or sets the reflection property.
DoorTransformBannerRotator
 InheritedresizeMode : uint
Gets or sets the resizeMode property.
RotatorComponentBase
 InheritedscrollerTarget : String
Gets or sets the scrollerTarget property.
RotatorComponentBase
 InheritedselectedItemIndex : Number
Gets or sets the currentItemIndex property.
RotatorComponentBase
 InheritedslideShowDirection : uint
Gets or sets the slideShowDirection property.
RotatorComponentBase
 InheritedslideShowEnabled : Boolean
Gets or sets the slideShowEnabled property.
RotatorComponentBase
 InheritedslideShowInterval : Number
Gets or sets the slideShowInterval property.
RotatorComponentBase
 InheritedslideShowManager : SlideShowManager
RotatorComponentBase
 InheritedslideShowType : Number
Gets or sets the slideShowType property.
RotatorComponentBase
 Inheritedsource : Object
Gets or sets the source property.
RotatorComponentBase
 InheritedthumbnailAlign : uint
Gets or sets the thumbnailAlign property.
RotatorComponentBase
 InheritedthumbnailAnimation : uint
RotatorComponentBase
 InheritedthumbnailBackgroundColor : uint
Gets or sets the thumbnailBackgroundColor property.
RotatorComponentBase
 InheritedthumbnailHeight : Number
Gets or sets the thumbnailHeight property.
RotatorComponentBase
 InheritedthumbnailMouseScroll : Boolean
Gets or sets the thumbnailMouseScroll property.
RotatorComponentBase
 InheritedthumbnailOverColor : uint
Gets or sets the thumbnailOverColor property.
RotatorComponentBase
 InheritedthumbnailOverColorSize : uint
Gets or sets the thumbnailOverColorSize property.
RotatorComponentBase
 InheritedthumbnailOverGlowEnabled : Boolean
Gets or sets the thumbnailOverGlowEnabled property.
RotatorComponentBase
 InheritedthumbnailResizeMode : uint
Gets or sets the thumbnailResizeMode property.
RotatorComponentBase
 InheritedthumbnailWidth : Number
Gets or sets the thumbnailWidth property.
RotatorComponentBase
 InheritedtitleAlign : uint
Gets or sets the titleAlign property.
RotatorComponentBase
 InheritedtitleBackgroundAlpha : Number
Gets or sets the titleBackgroundAlpha property.
RotatorComponentBase
 InheritedtitleBackgroundColor : uint
Gets or sets the titleBackgroundColor property.
RotatorComponentBase
 InheritedtitleLabel : String
Gets or sets the titleLabel property.
RotatorComponentBase
 InheritedtitleTextColor : uint
Gets or sets the titleTextColor property.
RotatorComponentBase
 InheritedtransitionDuration : Number
Gets or sets the transitionDuration property.
RotatorComponentBase
Public Methods
 MethodDefined by
  
Constructor
DoorTransformBannerRotator
 Inherited
load(source:*):void
Load source and start the component
RotatorComponentBase
 Inherited
next():void
Select next item
RotatorComponentBase
 Inherited
prev():void
Select prev item
RotatorComponentBase
 Inherited
unload():void
Unload the items and delete all object
RotatorComponentBase
Events
 EventSummaryDefined by
 Inherited Dispatched when the buffering of resource completed This event will dispatch just after all resource buffereing completed.RotatorComponentBase
 Inherited Dispatched when the buffering of resource completed This event will dispatch just after all resource buffereing completed.RotatorComponentBase
 Inherited Dispatched when the buffering of resource completed This event will dispatch just after all resource buffereing completed.RotatorComponentBase
 Inherited Dispatched when the buffering of resource completed This event will dispatch just after all resource buffereing completed.RotatorComponentBase
 Inherited Dispatched when the component start buffering resource.RotatorComponentBase
 Inherited Dispatched when the source xml load complete.RotatorComponentBase
 Inherited Dispatched when error occur when loading xml.RotatorComponentBase
Property detail
baseColorproperty
baseColor:uint  [read-write]

Gets or sets the baseColor property. baseColor property set the base color of the plane.

The default value is 2.

Implementation
    public function get baseColor():uint
    public function set baseColor(value:uint):void
directionproperty 
direction:uint  [read-write]

Gets or sets the direction property. direction property determine the direction of door open effect

Possible Value
999: ALL_RANDOM
20: VERTICAL
21: HORIZONTAL
/p>

The default value is 999.

Implementation
    public function get direction():uint
    public function set direction(value:uint):void
invertRotationproperty 
invertRotation:Boolean  [read-write]

Gets or sets the invertRotation property. invertRotation property determine if the door open in invert direction

The default value is 2.

Implementation
    public function get invertRotation():Boolean
    public function set invertRotation(value:Boolean):void
reflectionproperty 
reflection:Number  [read-write]

Gets or sets the reflection property. reflection property determine the reflection effect for the transform

The default value is .4.

Implementation
    public function get reflection():Number
    public function set reflection(value:Number):void
Constructor detail
DoorTransformBannerRotator()constructor
public function DoorTransformBannerRotator()

Constructor