Naslaggids voor Adobe ActionScript® 3.0 voor het Adobe® Flash®-platform
Startpagina  |  Lijst met pakketten en klassen verbergen |  Pakketten  |  Klassen  |  Nieuw  |  Index  |  Bijlagen  |  Waarom in het Engels?
Filters: Gegevens ophalen van server...
Gegevens ophalen van server...
mx.core 

ContainerLayout  - AS3 Flex

Pakketmx.core
Klassepublic final class ContainerLayout
OverervingContainerLayout Inheritance Object

Taalversie: ActionScript 3.0
Productversie: Flex 3
Runtimeversies: Flash Player 9, AIR 1.1

The ContainerLayout class defines the constant values for the layout property of container classes.

Verwante API-elementen



Openbare eigenschappen
 EigenschapGedefinieerd door
 Inheritedconstructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie.
Object
Openbare methoden
 MethodeGedefinieerd door
 Inherited
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd.
Object
 Inherited
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven.
Object
 Inherited
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd.
Object
 Inherited
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in.
Object
 Inherited
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies.
Object
 Inherited
Retourneert een tekenreeksrepresentatie van het opgegeven object.
Object
 Inherited
Retourneert de primitieve waarde van het opgegeven object.
Object
Openbare constanten
 ConstanteGedefinieerd door
  ABSOLUTE : String = "absolute"
[statisch] Use absolute layout for the contents of this container.
ContainerLayout
  HORIZONTAL : String = "horizontal"
[statisch] Use horizontal layout for the contents of this container.
ContainerLayout
  VERTICAL : String = "vertical"
[statisch] Use vertical layout for the contents of this container.
ContainerLayout
Constantedetails

ABSOLUTE

Constante
public static const ABSOLUTE:String = "absolute"

Taalversie: ActionScript 3.0
Productversie: Flex 3
Runtimeversies: Flash Player 9, AIR 1.1

Use absolute layout for the contents of this container. You are responsible for explicitly specifying the position of each child.

The easiest way to do this is to specify the x, y, width, and height of each child.

The width and height can be specified as a percentage value in MXML. (In ActionScript you have to set the percentWidth and percentHeight properties.)

If you don't specify the width or percentWidth for a child, then its measuredWidth, as automatically determined by its measure() method, will be used. The same applies for its height.

As an alternative way of doing layout, you can use the anchor styles left, top, right , bottom, horizontalCenter, and verticalCenter on children to anchor them to the sides or the center of a container.

When you use absolute layout, the container's paddingLeft, paddingTop, paddingRight, paddingBottom, horizontalGap, verticalGap, horizontalAlign, andverticalAlign styles are ignored.

HORIZONTAL

Constante 
public static const HORIZONTAL:String = "horizontal"

Taalversie: ActionScript 3.0
Productversie: Flex 3
Runtimeversies: Flash Player 9, AIR 1.1

Use horizontal layout for the contents of this container. The container will automatically place its children in a single row.

If you don't specify the width or percentWidth for a child, then its measuredWidth, as automatically determined by its measure() method, is used. The same applies for its height.

You can control the spacing between children with the horizontalGap style, and the alignment of the children with the verticalAlign style. The paddingLeft, paddingTop, paddingRight, and paddingBottom styles control the space between the border of the container and the children.

VERTICAL

Constante 
public static const VERTICAL:String = "vertical"

Taalversie: ActionScript 3.0
Productversie: Flex 3
Runtimeversies: Flash Player 9, AIR 1.1

Use vertical layout for the contents of this container. The container will automatically place its children in a single column.

If you don't specify the width or percentWidth for a child, then its measuredWidth, as automatically determined by its measure() method, is used. The same applies for its height.

You can control the spacing between children with the verticalGap style, and the alignment of the children with the horizontalAlign style. The paddingLeft, paddingTop, paddingRight, and paddingBottom styles control the space between the border of the container and the children.





[ X ]Waarom in het Engels?
Sommige inhoud van de Naslaggids voor ActionScript 3.0 staat in het Engels

Niet alle onderdelen van de Naslaggids voor ActionScript 3.0 zijn in alle talen vertaald. Wanneer een taalelement niet is vertaald, wordt het in het Engels weergegeven. Zo is de klasse ga.controls.HelpBox niet in elke taal vertaald. In de Nederlandse versie van de naslaggids wordt de klasse ga.controls.HelpBox bijvoorbeeld in het Engels weergegeven.