Packagedigicrafts.flash.controls
Classpublic class TileTransformBannerRotator
InheritanceTileTransformBannerRotator 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.
TileTransformBannerRotator
 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.
TileTransformBannerRotator
  flipDirection : uint
Gets or sets the flipDirection property.
TileTransformBannerRotator
 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
  sectionDepth : uint
Gets or sets the sectionDepth property.
TileTransformBannerRotator
  sectionH : uint
Gets or sets the sectionH property.
TileTransformBannerRotator
  sectionV : uint
Gets or sets the sectionV property.
TileTransformBannerRotator
 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
TileTransformBannerRotator
 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
999: ALL_RANDOM
0: LEFT
1: RIGHT
2: TOP
3: BOTTOM
4: TOP_LEFT
5: TOP_RIGHT
6: BOTTOM_LEFT
7: BOTTOM_RIGHT
8: RANDOM
/p>

The default value is 999.

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

Gets or sets the flipDirection property. flipDirection property determine the direction of cube flip transform

Possible Value
8: RANDOM
20: VERTICAL
21: HORIZONTAL
/p>

The default value is 8.

Implementation
    public function get flipDirection():uint
    public function set flipDirection(value:uint):void
sectionDepthproperty 
sectionDepth:uint  [read-write]

Gets or sets the sectionDepth property. sectionDepth property determine the thickness of the cube

The default value is 20.

Implementation
    public function get sectionDepth():uint
    public function set sectionDepth(value:uint):void
sectionHproperty 
sectionH:uint  [read-write]

Gets or sets the sectionH property. sectionH property determine the number of sections in horizontal

The default value is 3.

Implementation
    public function get sectionH():uint
    public function set sectionH(value:uint):void
sectionVproperty 
sectionV:uint  [read-write]

Gets or sets the sectionV property. sectionV property determine the number of sections in vertical

The default value is 2.

Implementation
    public function get sectionV():uint
    public function set sectionV(value:uint):void
Constructor detail
TileTransformBannerRotator()constructor
public function TileTransformBannerRotator()

Constructor