Packagecom.adobe.portfolio.skins.axmScroller
Classpublic class AXMHScrollerSkin
InheritanceAXMHScrollerSkin Inheritance spark.skins.SparkSkin
Implements mx.core.IStateClient2

Language Version : ActionScript 3.0
Product Version : Flex 4
Runtime Versions : Flash Player 10, AIR 1.5

The default skin class for the Spark HScrollBar component. The thumb and track skins are defined by the HScrollBarThumbSkin and HScrollBarTrackSkin classes, respectively.

Default MXML PropertymxmlContent

See also

spark.components.HScrollBar
spark.skins.spark.HScrollBarThumbSkin
spark.skins.spark.HScrollBarTrackSkin


Public Properties
 PropertyDefined By
  decrementButton : Button
The default skin class is ScrollBarLeftButtonSkin.
AXMHScrollerSkin
  hostComponent : HScrollBar
AXMHScrollerSkin
  incrementButton : Button
The default skin class is ScrollBarRightButtonSkin.
AXMHScrollerSkin
  thumb : Button
The default skin class is HScrollBarThumbSkin.
AXMHScrollerSkin
  track : Button
The default skin class is HScrollBarTrackSkin.
AXMHScrollerSkin
Public Methods
 MethodDefined By
  
Constructor.
AXMHScrollerSkin
Property Detail
decrementButtonproperty
public var decrementButton:Button

The default skin class is ScrollBarLeftButtonSkin.

This property can be used as the source for data binding.

See also

spark.skins.spark.ScrollBarLeftButtonSkin
hostComponentproperty 
public var hostComponent:HScrollBar

This property can be used as the source for data binding.

incrementButtonproperty 
public var incrementButton:Button

The default skin class is ScrollBarRightButtonSkin.

This property can be used as the source for data binding.

See also

spark.skins.spark.ScrollBarRightButtonSkin
thumbproperty 
public var thumb:Button

The default skin class is HScrollBarThumbSkin.

This property can be used as the source for data binding.

See also

spark.skins.spark.HScrollBarThumbSkin
trackproperty 
public var track:Button

The default skin class is HScrollBarTrackSkin.

This property can be used as the source for data binding.

See also

spark.skins.spark.HScrollBarTrackSkin
Constructor Detail
AXMHScrollerSkin()Constructor
public function AXMHScrollerSkin()

Constructor.