Pacchetto | com.adobe.icc.vo |
Classe | public class TableRow |
Ereditarietà | TableRow ContainerLayout Object |
Implementa | IManaged |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
activeEndDate : Date | ContainerLayout | ||
activeStartDate : Date | ContainerLayout | ||
comment : String
Comment associated with the container layout
| ContainerLayout | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
crxVersion : String
Version of the container layout in repository
| ContainerLayout | ||
customizedLayout : Boolean
Flag indicating whether the layout can be customized or not
| ContainerLayout | ||
desc : String
Description of the container layout
| ContainerLayout | ||
extendedProperties : Object | ContainerLayout | ||
fields : ArrayCollection
NOT USED
Unique list of Field objects found in the container
| ContainerLayout | ||
id : String
Identifier of the container layout
| ContainerLayout | ||
lastChangeBy : 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 | ||
lastPublishDate : Date
The last publish date of the conatiner layout
| ContainerLayout | ||
lastUpdateDate : Date | ContainerLayout | ||
lcat : Category
The sub category associated with the conatiner layout
| ContainerLayout | ||
lcatName : String [sola lettura]
Fetches sub category associated with container layout
| ContainerLayout | ||
name : String
Name of the container layout
| ContainerLayout | ||
rowSOMExpression : String
SOM expression of the Table row
| TableRow | ||
state : int
State of the container layout
| ContainerLayout | ||
tables : ArrayCollection
Unique list of Table objects found in the container
| ContainerLayout | ||
targetAreas : ArrayCollection
Unique list of TargetArea objects found in the container
| ContainerLayout | ||
ucat : Category
The category associated with the conatiner layout
| ContainerLayout | ||
ucatName : String [sola lettura]
Fetches category associated with container layout
| ContainerLayout | ||
updatedBy : 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 | ||
version : int | ContainerLayout |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
TableRow()
Constructor
| TableRow | ||
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 | ||
Dispatches an event into the event flow. | ContainerLayout | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | ContainerLayout | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Removes a listener from the EventDispatcher object. | ContainerLayout | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
String representation of this object. | ContainerLayout | ||
Restituisce il valore di base dell'oggetto specificato. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | ContainerLayout |
Descrizione delle proprietà
lastDrawPosition | proprietà |
lastDrawPosition:int
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Position of the last drawn element in the Table row
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get lastDrawPosition():int
public function set lastDrawPosition(value:int):void
lastDrawSOMExpression | proprietà |
lastDrawSOMExpression:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
SOM expression of the last drawn element in the Table row
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get lastDrawSOMExpression():String
public function set lastDrawSOMExpression(value:String):void
rowSOMExpression | proprietà |
rowSOMExpression:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
SOM expression of the Table row
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get rowSOMExpression():String
public function set rowSOMExpression(value:String):void
Descrizione della funzione di costruzione
TableRow | () | Funzione di costruzione |
public function TableRow()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Constructor
Tue Jun 12 2018, 02:44 PM Z