Package | ardisia.themes.stockholm.skins |
Class | public class FormItemSkin |
Inheritance | FormItemSkin spark.components.supportClasses.Skin |
Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
contentCol : ConstraintColumn | FormItemSkin | ||
contentGroup : Group use absolute layout instead of baseline | FormItemSkin | ||
errorTextDisplay : RichText | FormItemSkin | ||
helpCol : ConstraintColumn | FormItemSkin | ||
helpContentGroup : VGroup use absolute layout instead of baseline | FormItemSkin | ||
hostComponent : FormItem | FormItemSkin | ||
indicatorDisplay : Image | FormItemSkin | ||
labelCol : ConstraintColumn | FormItemSkin | ||
labelDisplay : Label | FormItemSkin | ||
row1 : ConstraintRow | FormItemSkin | ||
sequenceCol : ConstraintColumn | FormItemSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | FormItemSkin | ||
setCurrentState(stateName:String, playTransition:Boolean = true):void [override] | FormItemSkin |
Method | Defined By | ||
---|---|---|---|
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | FormItemSkin |
contentCol | property |
public var contentCol:ConstraintColumn
This property can be used as the source for data binding.
contentGroup | property |
public var contentGroup:Group
use absolute layout instead of baseline
This property can be used as the source for data binding.
errorTextDisplay | property |
public var errorTextDisplay:RichText
This property can be used as the source for data binding.
helpCol | property |
public var helpCol:ConstraintColumn
This property can be used as the source for data binding.
helpContentGroup | property |
public var helpContentGroup:VGroup
use absolute layout instead of baseline
This property can be used as the source for data binding.
hostComponent | property |
public var hostComponent:FormItem
This property can be used as the source for data binding.
indicatorDisplay | property |
public var indicatorDisplay:Image
This property can be used as the source for data binding.
labelCol | property |
public var labelCol:ConstraintColumn
This property can be used as the source for data binding.
labelDisplay | property |
public var labelDisplay:Label
This property can be used as the source for data binding.
row1 | property |
public var row1:ConstraintRow
This property can be used as the source for data binding.
sequenceCol | property |
public var sequenceCol:ConstraintColumn
This property can be used as the source for data binding.
FormItemSkin | () | Constructor |
public function FormItemSkin()
Constructor.
setCurrentState | () | method |
override public function setCurrentState(stateName:String, playTransition:Boolean = true):void
Parameters
stateName:String | |
playTransition:Boolean (default = true )
|
updateDisplayList | () | method |
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
Parameters
unscaledWidth:Number | |
unscaledHeight:Number |