Package | com.adobe.portfolio.skins |
Class | public class FreeFormListSkin |
Inheritance | FreeFormListSkin ![]() |
Implements | mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
background : Rect Defines the background appearance of the list-based component. | FreeFormListSkin | ||
bgFill : SolidColor Defines the color of the background. | FreeFormListSkin | ||
border : Rect | FreeFormListSkin | ||
borderStroke : SolidColorStroke | FreeFormListSkin | ||
dataGroup : DataGroup The container for the data items. | FreeFormListSkin | ||
dropIndicator : ClassFactory Defines the appearance of the the List's drop indicator. | FreeFormListSkin | ||
hostComponent : FreeFormList | FreeFormListSkin | ||
marqueeSelection : MarqueeSelection | FreeFormListSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | FreeFormListSkin |
Method | Defined By | ||
---|---|---|---|
_creationCompleteHandler(event:FlexEvent):void | FreeFormListSkin |
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.
bgFill | property |
public var bgFill:SolidColor
Defines the color of the background. The default color is 0xFFFFFF.
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:DataGroup
The container for the data items.
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:FreeFormList
This property can be used as the source for data binding.
marqueeSelection | property |
public var marqueeSelection:MarqueeSelection
This property can be used as the source for data binding.
FreeFormListSkin | () | Constructor |
public function FreeFormListSkin()
Constructor.
_creationCompleteHandler | () | method |
protected function _creationCompleteHandler(event:FlexEvent):void
Parameters
event:FlexEvent |