InterviewSolution
Saved Bookmarks
| 1. |
What is Grid in GWT? |
|
Answer» Grid widget represents a rectangular grid that can contain text, html, or a child Widget within its cells. It must be resized explicitly to the desired number of rows and columns. |
|