InterviewSolution
Saved Bookmarks
| 1. |
What is the default style name of any GWT widget? |
|
Answer» By default, the class name for each component is gwt-<classname>. For example, the Button widget has a default style of gwt-Button and similar way TextBox widgest has a default style of gwt-TextBox. |
|