| Package | com.flexicious.skins.dashboard |
| Class | public class DashletSkin |
| Inheritance | DashletSkin spark.skins.SparkSkin |
| 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
| Property | Defined By | ||
|---|---|---|---|
| background : Rect Defines the appearance of the PanelSkin class's background. | DashletSkin | ||
| buttonGroup : Group | DashletSkin | ||
| contentGroup : Group | DashletSkin | ||
| contents : Group Contains the vertical stack of titlebar and content. | DashletSkin | ||
| dragGrip : Group | DashletSkin | ||
| hostComponent : Dashlet | DashletSkin | ||
| resizeGrip : Image | DashletSkin | ||
| titleDisplay : Label | DashletSkin | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | DashletSkin | ||
| background | property |
public var background:RectDefines the appearance of the PanelSkin class's background.
This property can be used as the source for data binding.
| buttonGroup | property |
public var buttonGroup:GroupThis property can be used as the source for data binding.
| contentGroup | property |
public var contentGroup:GroupThis property can be used as the source for data binding.
| contents | property |
public var contents:GroupContains the vertical stack of titlebar and content.
This property can be used as the source for data binding.
| dragGrip | property |
public var dragGrip:GroupThis property can be used as the source for data binding.
| hostComponent | property |
public var hostComponent:DashletThis property can be used as the source for data binding.
| resizeGrip | property |
public var resizeGrip:ImageThis property can be used as the source for data binding.
| titleDisplay | property |
public var titleDisplay:LabelThis property can be used as the source for data binding.
| DashletSkin | () | Constructor |
public function DashletSkin()Constructor.