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. 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. |
|