Roughian Examples Site Map - GWT Examples - Tutorials

Grid


Version 1.0 onwards

It's a rectangular grid of cells which can contain text, HTML or widgets



Listeners Available



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').