Class Index | File Index

Classes


Class CAAT.Foundation.UI.Layout.GridLayout


Extends CAAT.Foundation.UI.Layout.LayoutManager.

Defined in: GridLayout.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
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 Summary
Method Attributes Method Name and Description
<private>  
__init(rows, columns)
 
doLayout(container)
 
 
Methods borrowed from class CAAT.Foundation.UI.Layout.LayoutManager:
addChild, invalidateLayout, isInvalidated, isValid, removeChild, setAllPadding, setAnimated, setHGap, setPadding, setVGap
Class Detail
CAAT.Foundation.UI.Layout.GridLayout()
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

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Jul 01 2013 04:59:18 GMT-0700 (PDT)