It's a rectangular grid of cells which can contain text, HTML or widgets
Listeners Available
TableListener
Notes
You have to explicitly size this grid with something like Grid widget = new Grid(3, 3);
and then you can fill existing cells. If you go out of bounds, you'll get an error (a
'java.lang.IndexOutOfBoundsException').