InterviewSolution
Saved Bookmarks
| 1. |
What is Composite in GWT? |
|
Answer» This widget represents a type of widget that can wrap another widget, hiding the wrapped widget's methods. When added to a panel, a composite behaves exactly as if the widget it wraps had been added. |
|