Echo.Sync.Grid.Processor
Cell
Class Hierarchy:

Representation of a single cell of the grid.

Constructor Summary
Public Echo.Sync.Grid.Processor.Cell()
Creates a new cell.

Instance Field Summary
Public xSpan
The number of cells spanned in the x direction
Public ySpan
The number of cells spanned in the y direction.
Public index
The index of the child component within the Grid parent.
Public component
The child component.

Constructor Detail
Echo.Sync.Grid.Processor.Cell()
Creates a new cell.
Parameters:
component (Echo.Component) - the component
index (Number) - the index of the component within the Grid parent
xSpan (Number) - the number of cells spanned in the x direction
ySpan (Number) - the number of cells spanned in the y direction