Pakket | mx.containers.utilityClasses |
Klasse | public class ConstraintRow |
Overerving | ConstraintRow EventDispatcher Object |
Implementatie | IMXMLObject |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
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
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 |
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | ConstraintRow | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | EventDispatcher | ||
Verzendt een gebeurtenis naar de gebeurtenisstroom. | EventDispatcher | ||
Controleert of het object EventDispatcher listeners heeft geregistreerd voor een specifiek type gebeurtenis. | EventDispatcher | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Called automatically by the MXML compiler when the ConstraintRow
instance is created using an MXML tag. | ConstraintRow | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Verwijdert een listener uit het object EventDispatcher. | EventDispatcher | ||
Sizes the ConstraintRow
| ConstraintRow | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object | ||
Controleert of een gebeurtenislistener is geregistreerd bij dit object EventDispatcher of een van de voorouders voor het opgegeven type gebeurtenis. | EventDispatcher |
baseline | eigenschap |
baseline:Object
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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.
De standaardwaarde is "maxAscent:0".
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis baselineChanged
verzonden.
Implementatie
public function get baseline():Object
public function set baseline(value:Object):void
explicitHeight | eigenschap |
explicitHeight:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Number that specifies the explicit height of the ConstraintRow instance, in pixels, in the ConstraintRow instance's coordinates.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis explicitHeightChanged
verzonden.
Implementatie
public function get explicitHeight():Number
public function set explicitHeight(value:Number):void
height | eigenschap |
height:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Number that specifies the height of the ConstraintRow instance, in pixels, in the parent's coordinates.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis heightChanged
verzonden.
Implementatie
public function get height():Number
public function set height(value:Number):void
id | eigenschap |
id:String
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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.
Implementatie
public function get id():String
public function set id(value:String):void
maxHeight | eigenschap |
maxHeight:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Number that specifies the maximum height of the ConstraintRow instance, in pixels, in the ConstraintRow instance's coordinates.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis maxHeightChanged
verzonden.
Implementatie
public function get maxHeight():Number
public function set maxHeight(value:Number):void
minHeight | eigenschap |
minHeight:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Number that specifies the minimum height of the ConstraintRow instance, in pixels, in the ConstraintRow instance's coordinates.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis minHeightChanged
verzonden.
Implementatie
public function get minHeight():Number
public function set minHeight(value:Number):void
percentHeight | eigenschap |
percentHeight:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis percentHeightChanged
verzonden.
Implementatie
public function get percentHeight():Number
public function set percentHeight(value:Number):void
ConstraintRow | () | Constructor |
public function ConstraintRow()
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructor.
initialized | () | methode |
public function initialized(document:Object, id:String):void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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
.
Parameters
document:Object — The MXML document containing this ConstraintRow.
| |
id:String — Ignored.
|
setActualHeight | () | methode |
Wed Jun 13 2018, 11:42 AM Z