| Method | Defined by | ||
|---|---|---|---|
|
GridListLayout(rows:int = 1, cols:int = 0, hgap:int = 0, vgap:int = 0)
| GridListLayout | ||
![]() |
addLayoutComponent(comp:Component, constraints:Object):void
Do nothing
Adds the specified component to the layout, using the specified
constraint object.
| EmptyLayout | |
|
getColumns():int
| GridListLayout | ||
|
getHgap():int
| GridListLayout | ||
![]() |
getLayoutAlignmentX(target:Container):Number
return 0
| EmptyLayout | |
![]() |
getLayoutAlignmentY(target:Container):Number
return 0
| EmptyLayout | |
|
getRows():int
| GridListLayout | ||
|
getTileHeight():int
| GridListLayout | ||
|
getTileWidth():int
| GridListLayout | ||
|
getVgap():int
| GridListLayout | ||
| GridListLayout | |||
![]() |
invalidateLayout(target:Container):void
do nothing
| EmptyLayout | |
|
layoutContainer(target:Container):void
| GridListLayout | ||
|
return new IntDimension(1000000, 1000000);
| GridListLayout | ||
| GridListLayout | |||
| GridListLayout | |||
![]() |
removeLayoutComponent(comp:Component):void
Do nothing
Removes the specified component from the layout.
| EmptyLayout | |
|
setColumns(cols:int):void
| GridListLayout | ||
|
setHgap(hgap:int):void
| GridListLayout | ||
|
setRows(rows:int):void
| GridListLayout | ||
|
setTileHeight(h:int):void
| GridListLayout | ||
|
setTileWidth(w:int):void
| GridListLayout | ||
|
setVgap(vgap:int):void
| GridListLayout | ||
| GridListLayout | () | constructor |
public function GridListLayout(rows:int = 1, cols:int = 0, hgap:int = 0, vgap:int = 0)Parameters
rows:int (default = 1) — rows the rows, with the value zero meaning
any number of rows
|
|
cols:int (default = 0) — cols the columns, with the value zero meaning
any number of columns
|
|
hgap:int (default = 0) — hgap (optional)the horizontal gap, default 0
|
|
vgap:int (default = 0) — vgap (optional)the vertical gap, default 0
|
— if the value of both
rows and cols is
set to zero
|
| getColumns | () | method |
public function getColumns():int
Returns
int |
| getHgap | () | method |
public function getHgap():int
Returns
int |
| getRows | () | method |
public function getRows():int
Returns
int |
| getTileHeight | () | method |
public function getTileHeight():int
Returns
int |
| getTileWidth | () | method |
public function getTileWidth():int
Returns
int |
| getVgap | () | method |
public function getVgap():int
Returns
int |
| getViewSize | () | method |
public function getViewSize(target:GridCellHolder):IntDimensionParameters
target:GridCellHolder |
IntDimension |
| layoutContainer | () | method |
| maximumLayoutSize | () | method |
public override function maximumLayoutSize(target:Container):IntDimensionreturn new IntDimension(1000000, 1000000);
Parameterstarget:Container |
IntDimension |
| minimumLayoutSize | () | method |
public override function minimumLayoutSize(target:Container):IntDimensionParameters
target:Container |
IntDimension |
| preferredLayoutSize | () | method |
public override function preferredLayoutSize(target:Container):IntDimensionParameters
target:Container |
IntDimension |
| setColumns | () | method |
public function setColumns(cols:int):voidParameters
cols:int |
| setHgap | () | method |
public function setHgap(hgap:int):voidParameters
hgap:int |
| setRows | () | method |
public function setRows(rows:int):voidParameters
rows:int |
| setTileHeight | () | method |
public function setTileHeight(h:int):voidParameters
h:int |
| setTileWidth | () | method |
public function setTileWidth(w:int):voidParameters
w:int |
| setVgap | () | method |
public function setVgap(vgap:int):voidParameters
vgap:int |