Class CAAT.Foundation.UI.Layout.GridLayout
Extends
CAAT.Foundation.UI.Layout.LayoutManager.
Defined in: GridLayout.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
Layout elements using this number of columns.
|
|
Layout elements using this number of rows.
|
- Fields borrowed from class CAAT.Foundation.UI.Layout.LayoutManager:
- animated, hgap, invalid, moveElementInterpolator, newChildren, newElementInterpolator, padding, vgap
Method Attributes | Method Name and Description |
---|---|
<private> |
__init(rows, columns)
|
doLayout(container)
|
|
getMinimumLayoutSize(container)
|
|
getPreferredLayoutSize(container)
|
- Methods borrowed from class CAAT.Foundation.UI.Layout.LayoutManager:
- addChild, invalidateLayout, isInvalidated, isValid, removeChild, setAllPadding, setAnimated, setHGap, setPadding, setVGap
Field Detail
columns
Layout elements using this number of columns.
rows
Layout elements using this number of rows.
Method Detail
<private>
__init(rows, columns)
- Parameters:
- rows
- columns
doLayout(container)
- Parameters:
- container
getMinimumLayoutSize(container)
- Parameters:
- container
getPreferredLayoutSize(container)
- Parameters:
- container