Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
The DetailsField class represents the IField of an IAttachment and adds Details specific information.
calculatedWidth:Number
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
The calculated width of the field.
This is usually set by the Details class, based on the width of the header and first few items in a column.
Implementation public function get calculatedWidth():Number
public function set calculatedWidth(value:Number):void
displayName:String
[read-only]
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
The display name of the field.
Implementation public function get displayName():String
See also
editable:Boolean
[read-only]
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
The editability of the field.
Implementation public function get editable():Boolean
See also
explicitWidth:Number
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
The explicit width of the field.
This is usually set by the Details class when the user resizes a column.
Implementation public function get explicitWidth():Number
public function set explicitWidth(value:Number):void
field:IField
[read-only]
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
The IAttachment field.
Implementation public function get field():IField
See also
name:String
[read-only]
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
The name of the field.
Implementation public function get name():String
See also
resizable:Boolean
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
Whether a field can be resized or not.
Implementation public function get resizable():Boolean
public function set resizable(value:Boolean):void
type:String
[read-only]
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
The type of the field.
Implementation public function get type():String
See also
visible:Boolean
[read-only]
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
The visibility of the field.
Implementation public function get visible():Boolean
See also
width:Number
[read-only]
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
The width, in pixels, of the field.
If the field is not visible the width is zero.
If the explicitWidth has been set, that is returned, otherwise the calculatedWidth is returned.
Implementation public function get width():Number
See also
public function DetailsField(field:IField )
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
Constructor.
Parameters field :IField
— A field of an IAttachment.
Copyright Adobe Systems Incorporated, all rights reserved, for internal use only Mon Apr 25 2011, 05:54 PM -07:00