public static class TableLayout.Cell extends Object
int
col
colspan
row
rowspan
Cell()
Cell(int row, int col)
Cell(int row, int col, int rowspan, int colspan)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public int row
public int col
public int rowspan
public int colspan
public Cell()
public Cell(int row, int col)
public Cell(int row, int col, int rowspan, int colspan)