Pakket | mx.containers.utilityClasses |
Klasse | public class ConstraintColumn |
Overerving | ConstraintColumn EventDispatcher Object |
Implementatie | IMXMLObject |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
explicitWidth : Number
Number that specifies the explicit width of the ConstraintColumn instance,
in pixels, in the ConstraintColumn instance's coordinates. | ConstraintColumn | ||
id : String
ID of the ConstraintColumn instance. | ConstraintColumn | ||
maxWidth : Number
Number that specifies the maximum width of the ConstraintColumn
instance, in pixels, in the ConstraintColumn instance's coordinates. | ConstraintColumn | ||
minWidth : Number
Number that specifies the minimum width of the ConstraintColumn instance,
in pixels, in the ConstraintColumn instance's coordinates. | ConstraintColumn | ||
percentWidth : Number
Number that specifies the width of a component as a percentage of its
parent container's size. | ConstraintColumn | ||
width : Number
Number that specifies the width of the ConstraintColumn instance, in pixels,
in the parent container's coordinates. | ConstraintColumn |
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | ConstraintColumn | ||
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 ConstraintColumn
instance is created using an MXML tag. | ConstraintColumn | ||
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 constraint column. | ConstraintColumn | ||
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 |
explicitWidth | eigenschap |
explicitWidth:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Number that specifies the explicit width of the ConstraintColumn instance, in pixels, in the ConstraintColumn instance's coordinates.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis explicitWidthChanged
verzonden.
Implementatie
public function get explicitWidth():Number
public function set explicitWidth(value:Number):void
id | eigenschap |
id:String
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
ID of the ConstraintColumn instance. This value becomes the instance name of the ConstraintColumn instance and should not contain white space or special characters.
Implementatie
public function get id():String
public function set id(value:String):void
maxWidth | eigenschap |
maxWidth:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Number that specifies the maximum width of the ConstraintColumn instance, in pixels, in the ConstraintColumn instance's coordinates.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis maxWidthChanged
verzonden.
Implementatie
public function get maxWidth():Number
public function set maxWidth(value:Number):void
minWidth | eigenschap |
minWidth:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Number that specifies the minimum width of the ConstraintColumn instance, in pixels, in the ConstraintColumn instance's coordinates.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis minWidthChanged
verzonden.
Implementatie
public function get minWidth():Number
public function set minWidth(value:Number):void
percentWidth | eigenschap |
percentWidth:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Number that specifies the width of a component as a percentage of its
parent container'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 percentWidthChanged
verzonden.
Implementatie
public function get percentWidth():Number
public function set percentWidth(value:Number):void
width | eigenschap |
width:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Number that specifies the width of the ConstraintColumn instance, in pixels, in the parent container's coordinates.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis widthChanged
verzonden.
Implementatie
public function get width():Number
public function set width(value:Number):void
ConstraintColumn | () | Constructor |
public function ConstraintColumn()
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 ConstraintColumn
instance is created using an MXML tag.
If you create the ConstraintColumn instance 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 ConstraintColumn.
| |
id:String — Ignored.
|
setActualWidth | () | methode |
Wed Jun 13 2018, 11:42 AM Z