Package | digicrafts.flash.controls |
Class | public class FlipTransformBannerRotator |
Inheritance | FlipTransformBannerRotator 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.
| FlipTransformBannerRotator | ||
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.
| FlipTransformBannerRotator | ||
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 | ||
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
| FlipTransformBannerRotator | ||
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 plane.
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 Flip transform
Possible Value
0: From Top
1: From Right
2: From Bottom
3: From Left
9: Random Direction
/p>
The default value is 2
.
public function get direction():uint
public function set direction(value:uint):void
FlipTransformBannerRotator | () | constructor |
public function FlipTransformBannerRotator()
Constructor