InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of setStyleName() function of a GWT widget? |
|
Answer» This method will clear any existing styles and set the widget style to the new CSS class provided using style. |
|