Packagecom.dwuser.ss4.ui.controls
Classpublic class AutoplayDelaySlider
InheritanceAutoplayDelaySlider Inheritance HSlider Inheritance mx.controls.sliderClasses.Slider

The AutoplayDelaySlider is a slider control which allows the user to adjust the autoplay delay between images.

Default width is 60 pixels.

Layout XML Syntax Example:

The AutoplayDelaySlider class inherits all of the tag attributes of its superclass.

   <AutoplayDelaySlider
     Styles
     minDelay="2000"
     maxDelay="8000"
     fastOnLeft="true"
     toolTipLabel="{N} seconds"
   />
   

Element Pictorial Example:

See also

AutoplayLoopToggleButton
AutoplayProgressDisplay
AutoplayToggleButton


Public Methods
 MethodDefined by
  
AutoplayDelaySlider
Protected Methods
 MethodDefined by
  
AutoplayDelaySlider
  
measure():void
AutoplayDelaySlider
Styles
 StyleDescriptionDefined by
 Inherited Type: String   CSS Inheritance: no
The location of the data tip relative to the thumb.
HSlider
  
fastOnLeft
Type: Boolean   CSS Inheritance: no
Specifies which side of the slider represents the 'fast' setting. If the default value of true, is used, then the slider left-to-right displays short delay (fast) to long delay (slow). If you wish to make the left be slow and the right be fast, change the setting to false. The default value is true.
AutoplayDelaySlider
  
maxDelay
Type: Number   Format: Time   CSS Inheritance: no
Specifies the maximum value, in milliseconds that the autoplay delay can be set to. The default value is 8000.
AutoplayDelaySlider
  
minDelay
Type: Number   Format: Time   CSS Inheritance: no
Specifies the minimum value, in milliseconds that the autoplay delay can be set to. The default value is 2000.
AutoplayDelaySlider
  
toolTipLabel
Type: String   CSS Inheritance: no
Specifies the label on the tooltip visible when the slider is dragged. The {N} value in the label is replaced with the current numeric value. To disable the tooltip, use an empty string. The default value is "{N} seconds".
AutoplayDelaySlider
Constructor detail
AutoplayDelaySlider()constructor
public function AutoplayDelaySlider()
Method detail
createChildren()method
protected override function createChildren():void
measure()method 
protected override function measure():void