InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of addStyleName() function of a GWT widget? |
|
Answer» This method will add a secondary or dependent style name to the widget. A secondary style name is an additional style name that is,so if there were any previous style names applied they are kept. |
|