Package | digicrafts.flash.controls |
Class | public class TileTransformBannerRotator |
Inheritance | TileTransformBannerRotator RotatorComponentBase digicrafts.flash.core.UIComponentBase |
Property | Defined by | ||
---|---|---|---|
autoZoom : Number
Gets or sets the autoZoom property.
| RotatorComponentBase | ||
autoZoomDuration : Number
Gets or sets the autoZoomDuration property.
| RotatorComponentBase | ||
baseColor : uint
Gets or sets the baseColor property.
| TileTransformBannerRotator | ||
captionTextTarget : String
Gets or sets the captionTextTarget property.
| RotatorComponentBase | ||
currentItemData : Object
Gets or sets the currentItemData property.
| RotatorComponentBase | ||
dataProvider : Array
DataProvider
| RotatorComponentBase | ||
direction : uint
Gets or sets the direction property.
| TileTransformBannerRotator | ||
flipDirection : uint
Gets or sets the flipDirection property.
| TileTransformBannerRotator | ||
keyboardScrollEnabled : Boolean
Gets or sets the keyboardScrollEnabled property.
| RotatorComponentBase | ||
loaderSkin : String
Gets or sets the defaultLoaderSkin property.
| RotatorComponentBase | ||
nextButtonTarget : String
Gets or sets the nextButtonTarget property.
| RotatorComponentBase | ||
prevButtonTarget : String
Gets or sets the prevButtonTarget property.
| RotatorComponentBase | ||
resizeMode : uint
Gets or sets the resizeMode property.
| RotatorComponentBase | ||
scrollerTarget : 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 | ||
selectedItemIndex : Number
Gets or sets the currentItemIndex property.
| RotatorComponentBase | ||
slideShowDirection : uint
Gets or sets the slideShowDirection property.
| RotatorComponentBase | ||
slideShowEnabled : Boolean
Gets or sets the slideShowEnabled property.
| RotatorComponentBase | ||
slideShowInterval : Number
Gets or sets the slideShowInterval property.
| RotatorComponentBase | ||
slideShowManager : SlideShowManager | RotatorComponentBase | ||
slideShowType : Number
Gets or sets the slideShowType property.
| RotatorComponentBase | ||
source : Object
Gets or sets the source property.
| RotatorComponentBase | ||
thumbnailAlign : uint
Gets or sets the thumbnailAlign property.
| RotatorComponentBase | ||
thumbnailAnimation : uint | RotatorComponentBase | ||
thumbnailBackgroundColor : uint
Gets or sets the thumbnailBackgroundColor property.
| RotatorComponentBase | ||
thumbnailHeight : Number
Gets or sets the thumbnailHeight property.
| RotatorComponentBase | ||
thumbnailMouseScroll : Boolean
Gets or sets the thumbnailMouseScroll property.
| RotatorComponentBase | ||
thumbnailOverColor : uint
Gets or sets the thumbnailOverColor property.
| RotatorComponentBase | ||
thumbnailOverColorSize : uint
Gets or sets the thumbnailOverColorSize property.
| RotatorComponentBase | ||
thumbnailOverGlowEnabled : Boolean
Gets or sets the thumbnailOverGlowEnabled property.
| RotatorComponentBase | ||
thumbnailResizeMode : uint
Gets or sets the thumbnailResizeMode property.
| RotatorComponentBase | ||
thumbnailWidth : Number
Gets or sets the thumbnailWidth property.
| RotatorComponentBase | ||
titleAlign : uint
Gets or sets the titleAlign property.
| RotatorComponentBase | ||
titleBackgroundAlpha : Number
Gets or sets the titleBackgroundAlpha property.
| RotatorComponentBase | ||
titleBackgroundColor : uint
Gets or sets the titleBackgroundColor property.
| RotatorComponentBase | ||
titleLabel : String
Gets or sets the titleLabel property.
| RotatorComponentBase | ||
titleTextColor : uint
Gets or sets the titleTextColor property.
| RotatorComponentBase | ||
transitionDuration : Number
Gets or sets the transitionDuration property.
| RotatorComponentBase |
Method | Defined by | ||
---|---|---|---|
Constructor
| TileTransformBannerRotator | ||
load(source:*):void
Load source and start the component
| RotatorComponentBase | ||
next():void
Select next item
| RotatorComponentBase | ||
prev():void
Select prev item
| RotatorComponentBase | ||
unload():void
Unload the items and delete all object
| RotatorComponentBase |
baseColor | property |
baseColor:uint
[read-write]Gets or sets the baseColor property. baseColor property set the base color of the cube.
The default value is 2
.
public function get baseColor():uint
public function set baseColor(value:uint):void
direction | property |
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
.
public function get direction():uint
public function set direction(value:uint):void
flipDirection | property |
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
.
public function get flipDirection():uint
public function set flipDirection(value:uint):void
sectionDepth | property |
sectionDepth:uint
[read-write]Gets or sets the sectionDepth property. sectionDepth property determine the thickness of the cube
The default value is 20
.
public function get sectionDepth():uint
public function set sectionDepth(value:uint):void
sectionH | property |
sectionH:uint
[read-write]Gets or sets the sectionH property. sectionH property determine the number of sections in horizontal
The default value is 3
.
public function get sectionH():uint
public function set sectionH(value:uint):void
sectionV | property |
sectionV:uint
[read-write]Gets or sets the sectionV property. sectionV property determine the number of sections in vertical
The default value is 2
.
public function get sectionV():uint
public function set sectionV(value:uint):void
TileTransformBannerRotator | () | constructor |
public function TileTransformBannerRotator()
Constructor