| Pacchetto | mx.containers.utilityClasses |
| Classe | public class ConstraintRow |
| Ereditarietà | ConstraintRow EventDispatcher Object |
| Implementa | IMXMLObject |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
| Proprietà | Definito da | ||
|---|---|---|---|
| baseline : Object
Number that specifies the baseline of the ConstraintRow instance, in pixels,
either relative to the top edge of the row or to the max ascent of the
elements contained in this row. | ConstraintRow | ||
![]() | constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | |
| explicitHeight : Number
Number that specifies the explicit height of the
ConstraintRow instance, in pixels, in the ConstraintRow
instance's coordinates. | ConstraintRow | ||
| height : Number
Number that specifies the height of the ConstraintRow instance, in pixels,
in the parent's coordinates. | ConstraintRow | ||
| id : String
ID of the ConstraintRow instance. | ConstraintRow | ||
| maxHeight : Number
Number that specifies the maximum height of the ConstraintRow instance,
in pixels, in the ConstraintRow instance's coordinates. | ConstraintRow | ||
| minHeight : Number
Number that specifies the minimum height of the ConstraintRow instance,
in pixels, in the ConstraintRow instance's coordinates. | ConstraintRow | ||
| percentHeight : Number
Number that specifies the height of a component as a percentage
of its parent's size. | ConstraintRow | ||
| Metodo | Definito da | ||
|---|---|---|---|
Constructor. | ConstraintRow | ||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | EventDispatcher | |
![]() |
Invia un evento nel flusso di eventi. | EventDispatcher | |
![]() |
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | EventDispatcher | |
![]() |
Indica se per un oggetto è definita una proprietà specifica. | Object | |
Called automatically by the MXML compiler when the ConstraintRow
instance is created using an MXML tag. | ConstraintRow | ||
![]() |
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 | |
![]() |
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | |
Sizes the ConstraintRow
| ConstraintRow | ||
![]() |
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 | |
![]() |
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | |
![]() |
Restituisce il valore di base dell'oggetto specificato. | Object | |
![]() |
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | EventDispatcher | |
baseline | proprietà |
baseline:Object| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Number that specifies the baseline of the ConstraintRow instance, in pixels, either relative to the top edge of the row or to the max ascent of the elements contained in this row.
Il valore predefinito è "maxAscent:0".
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento baselineChanged .
Implementazione
public function get baseline():Object public function set baseline(value:Object):voidexplicitHeight | proprietà |
explicitHeight:Number| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Number that specifies the explicit height of the ConstraintRow instance, in pixels, in the ConstraintRow instance's coordinates.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento explicitHeightChanged .
Implementazione
public function get explicitHeight():Number public function set explicitHeight(value:Number):voidheight | proprietà |
height:Number| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Number that specifies the height of the ConstraintRow instance, in pixels, in the parent's coordinates.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento heightChanged .
Implementazione
public function get height():Number public function set height(value:Number):voidid | proprietà |
id:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
ID of the ConstraintRow instance. This value becomes the instance name of the constraint row and should not contain white space or special characters.
Implementazione
public function get id():String public function set id(value:String):voidmaxHeight | proprietà |
maxHeight:Number| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Number that specifies the maximum height of the ConstraintRow instance, in pixels, in the ConstraintRow instance's coordinates.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento maxHeightChanged .
Implementazione
public function get maxHeight():Number public function set maxHeight(value:Number):voidminHeight | proprietà |
minHeight:Number| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Number that specifies the minimum height of the ConstraintRow instance, in pixels, in the ConstraintRow instance's coordinates.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento minHeightChanged .
Implementazione
public function get minHeight():Number public function set minHeight(value:Number):voidpercentHeight | proprietà |
percentHeight:Number| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Number that specifies the height of a component as a percentage
of its parent's size. Allowed values are 0-100. The default value is NaN.
Setting the width property resets this property to NaN.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento percentHeightChanged .
Implementazione
public function get percentHeight():Number public function set percentHeight(value:Number):voidConstraintRow | () | Funzione di costruzione |
public function ConstraintRow()| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructor.
initialized | () | metodo |
public function initialized(document:Object, id:String):void| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Called automatically by the MXML compiler when the ConstraintRow
instance is created using an MXML tag.
If you create the constraint row through ActionScript, you
must call this method passing in the MXML document and
null for the id.
Parametri
document:Object — The MXML document containing this ConstraintRow.
| |
id:String — Ignored.
|
setActualHeight | () | metodo |
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate