Add css styles for gwt widgets

CSS styles can be quickly added to GWT widgets as explained here.

Adding Cascading styles (CSS) to Google Web Toolkit (GWT) widgets is much simpler and involves only two steps.
  1. Style name
    • set style name
      for a widget using the $widgetInstance$.setStyleName() method or
    • stick with the default
      style name of the widget (use for setting global values)
      default style name examples:
      • for buttons: .gwt-Button
      • for Check Boxs: .gwt-CheckBox

  2. CSS style rule
    • Add CSS style rules to a .css file and import that into the html page
      or
    • write those inside the html page itself. (not recommended)

Let us provide you with an example which would create buttons shown below.


Coding in your java class:
Button cancelButton = new Button("Cancel");
Button loginButton = new Button("Login");
loginButton.setStyleName("buttons");

CSS rules:
.gwt-button {
 background: #EEEEFF;
 color: #0000CC;
 font-size: 12px;
}

.buttons {
 background: #CCCCCC;
 color: #333333;
 font-size: 12px;
}

COMMENTS

BLOGGER: 6
Loading...

Read More...

Name

About,2,Adsense,3,Ant,1,Apache,3,Axis,3,Blogger,1,Books,1,CentOS,2,Chrome,2,CSS,2,Database,3,Earn Online,3,Eclipse,10,Facebook,1,Firefox,10,Gmail,4,GNU/Linux,9,Google,26,GWT,8,Hardware,2,IE,5,Interesting,15,Internet,14,Java,49,Javascript,7,JBoss,1,Jenkins,1,Log4j,2,Me,6,Microsoft,2,Miscellaneous,1,News,11,Opinion,10,OSGi,1,PHP,1,Productivity,3,Programming,36,Puzzle,3,Security,4,Software,41,Sports,9,Spring,2,Story,6,Subversion,3,TDD,4,Tech,2,Tips,1,Tomcat,6,Tutorial,13,Ubuntu,4,Web application,14,Web Design,2,Web services,3,Windows,10,Yahoo,1,Zip,2,
ltr
item
Digizol: Add css styles for gwt widgets
Add css styles for gwt widgets
CSS styles can be quickly added to GWT widgets as explained here.
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgVYo_1bVwuOpexiRsyc7HzhHHb1cx8o1CcFVZ0dhGKZQegWqN0qS-y8lTiC7HD7spVTP5JgHFD8FMVlDoqFVPQ-wrtT9g717zdirYeelNhRZNLXzE8TSS6aGe-wm_itptWhohx9Q/s1600/Add+css+styles+for+gwt+widgets+www.digizol.com.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgVYo_1bVwuOpexiRsyc7HzhHHb1cx8o1CcFVZ0dhGKZQegWqN0qS-y8lTiC7HD7spVTP5JgHFD8FMVlDoqFVPQ-wrtT9g717zdirYeelNhRZNLXzE8TSS6aGe-wm_itptWhohx9Q/s72-c/Add+css+styles+for+gwt+widgets+www.digizol.com.png
Digizol
https://www.digizol.com/2007/08/add-css-style-for-gwt-widgets.html
https://www.digizol.com/
https://www.digizol.com/
https://www.digizol.com/2007/08/add-css-style-for-gwt-widgets.html
true
7440473
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy