My current gwt application does not use UIBinder framework (just traditional Java). Do I have to switch to UIBinder if I want to use GWT Materials?
MaterialButton popupBtn = new MaterialButton();Can I continue the same approach 'converting' each instance to Material versions? I'd stil like to use some of my existing styling / css.
// Button popupBtn = new Button();
--
You received this message because you are subscribed to a topic in the Google Groups "GWT Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-web-toolkit/AEO4jZeujTo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-web-tool...@googlegroups.com.
To post to this group, send email to google-we...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
Can I continue the same approach 'converting' each instance to Material versions? I'd stil like to use some of my existing styling / css.
What, in your opinion, is the best way to Materialise a gwt project?
--