Packagecom.adobe.portfolio.skins
Classpublic class WaveContainerSkin
InheritanceWaveContainerSkin Inheritance spark.skins.SparkSkin
Implements mx.binding.IBindingClient, mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  border : Rect
WaveContainerSkin
  borderStroke : SolidColorStroke
WaveContainerSkin
  cardSlider : CardSlider
WaveContainerSkin
  dataGroup : DataGroup
The container for the data items.
WaveContainerSkin
  dropIndicator : ClassFactory
Defines the appearance of the the List's drop indicator.
WaveContainerSkin
  fadeDuration : Number
WaveContainerSkin
  hostComponent : WaveContainer
WaveContainerSkin
  waveLayout : WaveLayout
WaveContainerSkin
Public Methods
 MethodDefined By
  
Constructor.
WaveContainerSkin
Protected Methods
 MethodDefined By
  
_creationCompleteHandler(event:FlexEvent):void
WaveContainerSkin
Property Detail
borderproperty
public var border:Rect

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

borderStrokeproperty 
public var borderStroke:SolidColorStroke

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

cardSliderproperty 
public var cardSlider:CardSlider

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

dataGroupproperty 
public var dataGroup:DataGroup

The container for the data items.

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

dropIndicatorproperty 
public var dropIndicator:ClassFactory

Defines the appearance of the the List's drop indicator. To customize the drop indicator appearance, create a custom ListSkin class. The List's layout takes care to size and position the dropIndicator. The size of the dropIndicator is typically set to the size of the gaps between the items. The minimum and maximum settings are typically respected only in the direction along the major axis (the gap axis). For example a VerticalLayout ignores the minWidth and maxWidth settings, but respect minHeight and maxHeight.

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

fadeDurationproperty 
public var fadeDuration:Number

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

hostComponentproperty 
public var hostComponent:WaveContainer

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

waveLayoutproperty 
public var waveLayout:WaveLayout

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

Constructor Detail
WaveContainerSkin()Constructor
public function WaveContainerSkin()

Constructor.

Method Detail
_creationCompleteHandler()method
protected function _creationCompleteHandler(event:FlexEvent):void

Parameters

event:FlexEvent