|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.client.widget.escalator.Cell
public class Cell
Describes a cell
It's a representation of the element in a grid cell, and its row and column indices.
Unlike the FlyweightRow, an instance of Cell can be stored in
a field.
| Constructor Summary | |
|---|---|
Cell(int row,
int column,
TableCellElement element)
Constructs a new Cell. |
|
| Method Summary | |
|---|---|
int |
getColumn()
Returns the index of the column the cell resides in. |
TableCellElement |
getElement()
Returns the element of the cell. |
int |
getRow()
Returns the index of the row the cell resides in. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Cell(int row,
int column,
TableCellElement element)
Cell.
row - The index of the rowcolumn - The index of the columnelement - The cell element| Method Detail |
|---|
public int getRow()
public int getColumn()
public TableCellElement getElement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||