class org.aswing.ext.GridListLayout extends EmptyLayout

Instance Fields

Show inherited public instance fieldsHide inherited public instance fields

Inherited from EmptyLayout

function addLayoutComponent(comp:Component, constraints:Dynamic):Void
function getLayoutAlignmentX(target:Container):Float
function getLayoutAlignmentY(target:Container):Float
function invalidateLayout(target:Container):Void
function layoutContainer(target:Container):Void
function maximumLayoutSize(target:Container):IntDimension
function minimumLayoutSize(target:Container):IntDimension
function preferredLayoutSize(target:Container):IntDimension
function removeLayoutComponent(comp:Component):Void

function new(?rows:Int = 1, ?cols:Int = 0, ?hgap:Int = 0, ?vgap:Int = 0): Void

rows

the rows, with the value zero meaning any number of rows

cols

the columns, with the value zero meaning any number of columns

hgap

(optional)the horizontal gap, default 0

vgap

(optional)the vertical gap, default 0

function getColumns(): Int

function getHgap(): Int

function getRows(): Int

function getTileHeight(): Int

function getTileWidth(): Int

function getVgap(): Int

function layoutContainer(target:Container): Void

function maximumLayoutSize(target:Container): IntDimension

return new IntDimension(1000000, 1000000);

function setColumns(cols:Int): Void

function setHgap(hgap:Int): Void

function setRows(rows:Int): Void

function setTileHeight(h:Int): Void

function setTileWidth(w:Int): Void

function setVgap(vgap:Int): Void