EXT-GWT Question:
Download Questions PDF

How to set CSS style in GWT Java code?

Answer:

The look and feel of a GWT application can be customized via CSS files. Each widget in GWT can be given a HTML \"div\" container and can therefore be individually styled by CSS. You use the Java method setStyle(String s) for this.

Download EXT GWT Interview Questions And Answers PDF

Previous QuestionNext Question
Explain what are Modules, Entry Points and HTML Pages in GWT?How to run GWT application?