InterviewSolution
Saved Bookmarks
| 1. |
Which GWT widget represents a view of a tree? |
|
Answer» CellTree widget represents a view of a tree. This widget will only work in standards mode, which requires that the HTML page in which it is run have an explicit <!DOCTYPE> declaration. |
|