Packagedigicrafts.flash.controls
Classpublic class CubeTransformBannerRotator
InheritanceCubeTransformBannerRotator 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.
CubeTransformBannerRotator
 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.
CubeTransformBannerRotator
 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
 InheritedresizeMode : uint
Gets or sets the resizeMode property.
RotatorComponentBase
 InheritedscrollerTarget : String
Gets or sets the scrollerTarget property.
RotatorComponentBase
  section : uint
Gets or sets the section property.
CubeTransformBannerRotator
 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
CubeTransformBannerRotator
 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 cube.

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 cube transform

Possible Value
0: From Top
1: From Right
2: From Bottom
3: From Left
9: Random Direction
/p>

The default value is 2.

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

Gets or sets the section property. section property determine the number of sections for the cube transform effect

The default value is 2.

Implementation
    public function get section():uint
    public function set section(value:uint):void
Constructor detail
CubeTransformBannerRotator()constructor
public function CubeTransformBannerRotator()

Constructor