ISimpleCard is an interface that describes the minimum capabilities of a SimpleCard.
Typically layouts and skins will use this interface instead of referencing SimpleCard directly.
To skin the component, implement a skin that defines the following states. Although you must implement all skin states, a skin state can be empty. An empty skin state specifies no changes to the default skin state.
This property can be used as the source for data binding.
Implementation public function get colorPalette():ColorPalette
compressedSize
property
compressedSize:uint [read-only]
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
The size of this card's underlying attachment as it is currently compressed
in the Navigator file.
This property can be used as the source for data binding.
Implementation public function get compressedSize():uint
creationDate
property
creationDate:Date [read-only]
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
The creation date of this card's underlying attachment.
This property can be used as the source for data binding.
Implementation public function get creationDate():Date
data
property
data:Object
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
The data object to be renderered. Only IAttachment objects are supported.
This property can be used as the source for data binding.
Implementation public function get data():Object public function set data(value:Object):void
delayThumbnailGeneration
property
delayThumbnailGeneration:Boolean [write-only]
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
Delay the creation of the thumbnail image for this card.
Implementation public function set delayThumbnailGeneration(value:Boolean):void
description
property
description:String
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
The description of this card's underlying attachment.
This property can be used as the source for data binding.
Implementation public function get description():String public function set description(value:String):void
doubleClickEnabled
property
doubleClickEnabled:Boolean [write-only]
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
Enable double clicking events.
Implementation public function set doubleClickEnabled(value:Boolean):void
downSampleOK
property
downSampleOK:Boolean
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
true if it is OK to scale down the image;
otherwise false.
Implementation public function get downSampleOK():Boolean public function set downSampleOK(value:Boolean):void
dropShadowPreference
property
dropShadowPreference:String [read-only]
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
The drop shadow effect preference. This is a string specifying
the preferred location for a drop shadow effect on this component.
This is used as a hint to skins when specifying filters. The
possible values are "none", "bottom", and "rear".
Implementation public function get dropShadowPreference():String
Implementation public function get previewComponent():IPreview
rollOverPreference
property
rollOverPreference:String [read-only]
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
A string specifying the preferred type of rollover effect on this component.
This is used as a hint to skins when specifying filters.
Possible values are "none", "glow", and "scale".
Implementation public function get rollOverPreference():String