Google News
logo
Java GWT - Interview Questions
What is the default style name of any GWT widget?
By default, the class name for each component is gwt-. For example, the Button widget has a default style of gwt-Button, and similar way TextBox widget has a default style of gwt-TextBox.
Advertisement