Class Cell
java.lang.Object
com.levigo.jadice.web.client.grid.Cell
Represents a cell in a grid. It is defined by a column and row position (0 based).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Cell
public Cell(int column, int row)
-
-
Method Details