Class Index | File Index

Classes


Class GridBuffer

temporal data structure. Only for internal use. Doesn´t check array index
Defined in: templateLayout.compiler.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a gridBuffer
Field Summary
Field Attributes Field Name and Description
 
Array of rows
Method Summary
Method Attributes Method Name and Description
 
add(slot)
Add the slot to _rows
 
getRow(index)
Gets the specified row in _rows
 
Gets rows
 
getSlot(slotText)
Gets the slot with the specified slot Text
Class Detail
GridBuffer()
Creates a gridBuffer
Field Detail
{gridRow[]} _rows
Array of rows
Method Detail
add(slot)
Add the slot to _rows
Parameters:
{gridSlot} slot
the slot

{gridRow} getRow(index)
Gets the specified row in _rows
Parameters:
index
row index
Returns:
{gridRow} the specified row

{gridRow[]} getRows()
Gets rows
Returns:
{gridRow[]} _rows

{gridSlot} getSlot(slotText)
Gets the slot with the specified slot Text
Parameters:
{string} slotText
slot text
Returns:
{gridSlot} the specified slot

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Feb 13 2012 12:35:31 GMT+0100 (CET)