Package | com.adobe.portfolio.skins |
Class | public class DetailsHeaderSkin |
Inheritance | DetailsHeaderSkin ![]() |
Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Default MXML PropertymxmlContent
See also
Property | Defined By | ||
---|---|---|---|
background : Rect Defines the background appearance of the list-based component. | DetailsHeaderSkin | ||
border : Rect | DetailsHeaderSkin | ||
borderStroke : SolidColorStroke | DetailsHeaderSkin | ||
dataGroup : NavContainerDataGroup | DetailsHeaderSkin | ||
dropIndicator : ClassFactory Defines the appearance of the the List's drop indicator. | DetailsHeaderSkin | ||
hostComponent : DetailsHeader | DetailsHeaderSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | DetailsHeaderSkin |
background | property |
public var background:Rect
Defines the background appearance of the list-based component.
This property can be used as the source for data binding.
border | property |
public var border:Rect
This property can be used as the source for data binding.
borderStroke | property |
public var borderStroke:SolidColorStroke
This property can be used as the source for data binding.
dataGroup | property |
public var dataGroup:NavContainerDataGroup
This property can be used as the source for data binding.
dropIndicator | property |
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.
hostComponent | property |
public var hostComponent:DetailsHeader
This property can be used as the source for data binding.
DetailsHeaderSkin | () | Constructor |
public function DetailsHeaderSkin()
Constructor.