ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.icc.vo 

TableRow  - AS3 Asset Composer

Packagecom.adobe.icc.vo
Classpublic class TableRow
InheritanceTableRow Inheritance ContainerLayout Inheritance Object
Implements IManaged

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

Represents a table row. Contains a list of table cells in a row.



Public Properties
 PropertyDefined By
 InheritedactiveEndDate : Date
ContainerLayout
 InheritedactiveStartDate : Date
ContainerLayout
 Inheritedcomment : String
Comment associated with the container layout
ContainerLayout
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 InheritedcrxVersion : String
Version of the container layout in repository
ContainerLayout
 InheritedcustomizedLayout : Boolean
Flag indicating whether the layout can be customized or not
ContainerLayout
 Inheriteddesc : String
Description of the container layout
ContainerLayout
 InheritedextendedProperties : Object
ContainerLayout
 Inheritedfields : ArrayCollection
NOT USED Unique list of Field objects found in the container
ContainerLayout
 Inheritedid : String
Identifier of the container layout
ContainerLayout
 InheritedlastChangeBy : String
Specifies the last user who completed a change.
ContainerLayout
  lastDrawPosition : int
Position of the last drawn element in the Table row
TableRow
  lastDrawSOMExpression : String
SOM expression of the last drawn element in the Table row
TableRow
 InheritedlastPublishDate : Date
The last publish date of the conatiner layout
ContainerLayout
 InheritedlastUpdateDate : Date
ContainerLayout
 Inheritedlcat : Category
The sub category associated with the conatiner layout
ContainerLayout
 InheritedlcatName : String
[read-only] Fetches sub category associated with container layout
ContainerLayout
 Inheritedname : String
Name of the container layout
ContainerLayout
  rowSOMExpression : String
SOM expression of the Table row
TableRow
 Inheritedstate : int
State of the container layout
ContainerLayout
 Inheritedtables : ArrayCollection
Unique list of Table objects found in the container
ContainerLayout
 InheritedtargetAreas : ArrayCollection
Unique list of TargetArea objects found in the container
ContainerLayout
 Inheriteducat : Category
The category associated with the conatiner layout
ContainerLayout
 InheriteducatName : String
[read-only] Fetches category associated with container layout
ContainerLayout
 InheritedupdatedBy : String
Specifies the constant string indicating the container layout was updated by UPDATED_BY_NONE The asset has not been updated after publishing. UPDATED_BY_USER The asset has been updated by only user. UPDATED_BY_SYSTEM The asset has been updated by only system. UPDATED_BY_USER_AND_SYSTEM The asset has been updated by both user and system.
ContainerLayout
 Inheritedversion : int
ContainerLayout
Public Methods
 MethodDefined By
  
Constructor
TableRow
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
ContainerLayout
 Inherited
Dispatches an event into the event flow.
ContainerLayout
 Inherited
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
ContainerLayout
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
ContainerLayout
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
String representation of this object.
ContainerLayout
 Inherited
Returns the primitive value of the specified object.
Object
 Inherited
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
ContainerLayout
Property Detail

lastDrawPosition

property
lastDrawPosition:int

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

Position of the last drawn element in the Table row

This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange event.



Implementation
    public function get lastDrawPosition():int
    public function set lastDrawPosition(value:int):void

lastDrawSOMExpression

property 
lastDrawSOMExpression:String

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

SOM expression of the last drawn element in the Table row

This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange event.



Implementation
    public function get lastDrawSOMExpression():String
    public function set lastDrawSOMExpression(value:String):void

rowSOMExpression

property 
rowSOMExpression:String

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

SOM expression of the Table row

This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange event.



Implementation
    public function get rowSOMExpression():String
    public function set rowSOMExpression(value:String):void
Constructor Detail

TableRow

()Constructor
public function TableRow()

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

Constructor