Monday, June 9, 2014

Re: Setting first column width CSS in CellBrowser via DOM API

I am using GWT 2.5.6 and cell browser does not have getWidget() method. Following is my code :-

  1. CellBrowser browser;
  2. Builder<String> builder = new Builder<String>(model, "Item 1");
  3. browser = builder.build();
  4. browser.setHeight("300px");
  5. browser.setWidth("700px");
  6. browser.setDefaultColumnWidth(233);
  7. browser.setMinimumColumnWidth(233);
browser.getWidget() does not exists. Is something to do with GWT version  ?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment