Questions tagged [gwt2]

GWT is an open source and free framework made by Google.

Google Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications. GWT is used by many products at Google, including Google AdWords and Orkut. It's open source, completely free, and used by thousands of developers around the world.

The coolest thing GWT provides is that it makes the developer create rich web applications without knowledge of JavaScript. It makes developers write code in Java and it compiles into JavaScript specifically made and optimized for each browser, providing cross-browser compatibility and security and raising developer productivity.

GWT 2.x supports:

  • Development mode
  • Layout panels
  • Bundled client resources
  • Editors framework
  • RequestFactory
  • MVP framework
  • Cell widgets
  • SafeHtml

You can find more about it at GWT's official web site.

412 questions
0
votes
4 answers

How to to customize GWT components style?

I'm developing a multi-module application using GWT 2.5.1. I'm not using any GWT theme. I want to customize the style for some of the GWT widgets, for example Button and CheckBox. I see two solutions: Write a CSS file loaded in the application…
Fedy2
  • 3,147
  • 4
  • 26
  • 44
0
votes
1 answer

In GWT how can we share objects between javascript and java?

I have a pojo in my class containing some methods to manipulate Maps and Arrays in java. This object is used in RPC calls to carry my configurations. I have a mechanism in which before making any RPC call I execute a javascript function. Now what I…
0
votes
1 answer

Grouping expand and collapse in GWT

I have multiple records which needs to be displayed as part of a search. A single result can contain multiple records associated to it. If there are multiple records I need to display the record with (+) and when clicked it further displays the…
user874722
  • 149
  • 1
  • 3
  • 16
0
votes
1 answer

How to put GXT Grid values to Map

I want to save the grid header and col data in HashMap. Map> gridData = new HashMap>(); // key ->header , value -> list of col ColumnModel columnModel = grid.getColumnModel(); for (int…
GameBuilder
  • 1,169
  • 4
  • 31
  • 62
0
votes
3 answers

We don't need to stop running project due to server side datas changes

How to do server side datas changes may be effect or update by browser's refresh in GWT projects ? Browsers may download js files of client side , but not server side. When a project is bigger and bigger , that may consumes many times of us. We also…
Cataclysm
  • 7,592
  • 21
  • 74
  • 123
0
votes
3 answers

HTML Page of GWT Project

In the Project of GWT/GXT. in project.html. I added the favicon and change the color of the body and also put an image . But when i run the web project. i cant see the the change in body color, favicon and the Image. My web Projects starts from…
GameBuilder
  • 1,169
  • 4
  • 31
  • 62
0
votes
0 answers

Gwt how to get info from response

I have got question about better way to parse xml package to get some info. First of all this is my html response from server: Error 404 Invalid…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/gwt" class="post-tag grid--cell" title="show questions tagged 'gwt'" rel="tag">gwt</a> <a href="../../questions/tagged/gwt2" class="post-tag grid--cell" title="show questions tagged 'gwt2'" rel="tag">gwt2</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked May 17 '13 at 15:02">asked May 17 '13 at 15:02</time> <a href="../../users/1568605/lukasz-wozniczka" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1568605.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Łukasz Woźniczka" /> </a> <div class="s-user-card--info"> <a href="../../users/1568605/lukasz-wozniczka" class="s-user-card--link">Łukasz Woźniczka</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,625</li> <li class="s-award-bling s-award-bling__gold" title="3 gold badges">3</li> <li class="s-award-bling s-award-bling__silver" title="28 silver badges">28</li> <li class="s-award-bling s-award-bling__bronze" title="51 bronze badges">51</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-15789878"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/15789878/exceptions-logged-with-rpc-are-throwing-incompatibleremoteserviceexception" class="question-hyperlink">Exceptions logged with RPC are throwing IncompatibleRemoteServiceException</a></h3> <div class="excerpt">So right, the basics, this is running on GWT2.5.0 / JDK1.6 and set up more or less as the docs have it set up gwt.xml <inherits name="com.google.gwt.logging.Logging" /> <set-property name="gwt.logging.simpleRemoteHandler" value="ENABLED"…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/gwt" class="post-tag grid--cell" title="show questions tagged 'gwt'" rel="tag">gwt</a> <a href="../../questions/tagged/gwt-rpc" class="post-tag grid--cell" title="show questions tagged 'gwt-rpc'" rel="tag">gwt-rpc</a> <a href="../../questions/tagged/gwt2" class="post-tag grid--cell" title="show questions tagged 'gwt2'" rel="tag">gwt2</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 03 '13 at 14:16">asked Apr 03 '13 at 14:16</time> <a href="../../users/902749/jdivock" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/902749.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="jdivock" /> </a> <div class="s-user-card--info"> <a href="../../users/902749/jdivock" class="s-user-card--link">jdivock</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">113</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badge">1</li> <li class="s-award-bling s-award-bling__bronze" title="10 bronze badge">10</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-15525382"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/15525382/smartgwt-gin-code-splitting" class="question-hyperlink">smartgwt + gin Code Splitting</a></h3> <div class="excerpt">I am looking for example to use code splitting with gin and smartgwt ... In my simple application I have 2 modules AutoLoadModule and WindowModule. In my simple app I just need to load a window when some button is clicked. My window module contains:…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/gwt" class="post-tag grid--cell" title="show questions tagged 'gwt'" rel="tag">gwt</a> <a href="../../questions/tagged/smartgwt" class="post-tag grid--cell" title="show questions tagged 'smartgwt'" rel="tag">smartgwt</a> <a href="../../questions/tagged/gwt2" class="post-tag grid--cell" title="show questions tagged 'gwt2'" rel="tag">gwt2</a> <a href="../../questions/tagged/gwt-gin" class="post-tag grid--cell" title="show questions tagged 'gwt-gin'" rel="tag">gwt-gin</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 20 '13 at 13:47">asked Mar 20 '13 at 13:47</time> <a href="../../users/1568605/lukasz-wozniczka" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1568605.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Łukasz Woźniczka" /> </a> <div class="s-user-card--info"> <a href="../../users/1568605/lukasz-wozniczka" class="s-user-card--link">Łukasz Woźniczka</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,625</li> <li class="s-award-bling s-award-bling__gold" title="3 gold badges">3</li> <li class="s-award-bling s-award-bling__silver" title="28 silver badges">28</li> <li class="s-award-bling s-award-bling__bronze" title="51 bronze badges">51</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-15410605"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/15410605/gwt-activity-presenter-without-place" class="question-hyperlink">GWT - Activity (Presenter) without place</a></h3> <div class="excerpt">I want to create web app with nested Activities. One activity will have nested other activity items. I want to use Slotted framework for GWT, but there is no good tutorial about it. I wonder if nested activities do need places? I need template for…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/gwt2" class="post-tag grid--cell" title="show questions tagged 'gwt2'" rel="tag">gwt2</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 14 '13 at 13:27">asked Mar 14 '13 at 13:27</time> <a href="../../users/1638291/user1638291" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1638291.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="user1638291" /> </a> <div class="s-user-card--info"> <a href="../../users/1638291/user1638291" class="s-user-card--link">user1638291</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">49</li> <li class="s-award-bling s-award-bling__silver" title="2 silver badges">2</li> <li class="s-award-bling s-award-bling__bronze" title="8 bronze badges">8</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-15156232"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/15156232/possibility-of-calling-my-static-java-method-and-passing-arguments-in-ui-binde" class="question-hyperlink">Possibility of calling my static java method(and passing arguments ) in Ui binder (xml)</a></h3> <div class="excerpt">Is there a way pass arguments to java methods? Inside the Ui binder I imported class like below <ui:with type="com..myproject.MyUtil" field="util"/> I am calling a normal static method like <g:Label text="{util.getEditInfoString}"…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/gwt" class="post-tag grid--cell" title="show questions tagged 'gwt'" rel="tag">gwt</a> <a href="../../questions/tagged/uibinder" class="post-tag grid--cell" title="show questions tagged 'uibinder'" rel="tag">uibinder</a> <a href="../../questions/tagged/gwt2" class="post-tag grid--cell" title="show questions tagged 'gwt2'" rel="tag">gwt2</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 01 '13 at 11:06">asked Mar 01 '13 at 11:06</time> <a href="../../users/1927832/suresh-atta" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1927832.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Suresh Atta" /> </a> <div class="s-user-card--info"> <a href="../../users/1927832/suresh-atta" class="s-user-card--link">Suresh Atta</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">120,458</li> <li class="s-award-bling s-award-bling__gold" title="37 gold badges">37</li> <li class="s-award-bling s-award-bling__silver" title="198 silver badges">198</li> <li class="s-award-bling s-award-bling__bronze" title="307 bronze badges">307</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-14931701"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/14931701/access-values-on-widgets-and-send-to-server" class="question-hyperlink">Access values on widgets and send to server</a></h3> <div class="excerpt">I have an interface created from GXT 2.2.5 library, now I need to get user entered values from TextField and send it to server. How can i get this user entered values from textfield? Here the sample code: package kz.bimash.client; import…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/gwt" class="post-tag grid--cell" title="show questions tagged 'gwt'" rel="tag">gwt</a> <a href="../../questions/tagged/gwt2" class="post-tag grid--cell" title="show questions tagged 'gwt2'" rel="tag">gwt2</a> <a href="../../questions/tagged/gxt" class="post-tag grid--cell" title="show questions tagged 'gxt'" rel="tag">gxt</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 18 '13 at 07:58">asked Feb 18 '13 at 07:58</time> <a href="../../users/1696800/olzhas" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1696800.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Olzhas" /> </a> <div class="s-user-card--info"> <a href="../../users/1696800/olzhas" class="s-user-card--link">Olzhas</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">235</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="7 silver badges">7</li> <li class="s-award-bling s-award-bling__bronze" title="21 bronze badges">21</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-14923224"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/14923224/access-values-from-widgets-in-gxt" class="question-hyperlink">Access values from widgets in GXT</a></h3> <div class="excerpt">I am new to Sencha GXT framework for GWT, how can i get values from GXT generated TextFields in order to send it to server? import com.extjs.gxt.ui.client.widget.layout.FlowLayout; import com.extjs.gxt.ui.client.widget.layout.FormData; import…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/gwt" class="post-tag grid--cell" title="show questions tagged 'gwt'" rel="tag">gwt</a> <a href="../../questions/tagged/gwt2" class="post-tag grid--cell" title="show questions tagged 'gwt2'" rel="tag">gwt2</a> <a href="../../questions/tagged/gxt" class="post-tag grid--cell" title="show questions tagged 'gxt'" rel="tag">gxt</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 17 '13 at 16:23">asked Feb 17 '13 at 16:23</time> <a href="../../users/1696800/olzhas" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1696800.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Olzhas" /> </a> <div class="s-user-card--info"> <a href="../../users/1696800/olzhas" class="s-user-card--link">Olzhas</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">235</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="7 silver badges">7</li> <li class="s-award-bling s-award-bling__bronze" title="21 bronze badges">21</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-14889751"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/14889751/how-to-create-a-celltree-which-grows-dynamically" class="question-hyperlink">How to create a CellTree which grows dynamically</a></h3> <div class="excerpt">I am new to GWT and I am having problems creating a Tree whose child nodes grow dynamically. When my page loads the tree looks something like this: ROOT_Node | |_Child 1 | |_Child 2 When user clicks on Child 1 or Child 2, they…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/gwt" class="post-tag grid--cell" title="show questions tagged 'gwt'" rel="tag">gwt</a> <a href="../../questions/tagged/gwt2" class="post-tag grid--cell" title="show questions tagged 'gwt2'" rel="tag">gwt2</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 15 '13 at 07:06">asked Feb 15 '13 at 07:06</time> <a href="../../users/1912429/krishna-chaitanya" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1912429.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Krishna Chaitanya" /> </a> <div class="s-user-card--info"> <a href="../../users/1912429/krishna-chaitanya" class="s-user-card--link">Krishna Chaitanya</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">2,533</li> <li class="s-award-bling s-award-bling__gold" title="4 gold badges">4</li> <li class="s-award-bling s-award-bling__silver" title="40 silver badges">40</li> <li class="s-award-bling s-award-bling__bronze" title="74 bronze badges">74</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-14805726"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/14805726/simple-alignment-using-gwt" class="question-hyperlink">simple alignment using gwt</a></h3> <div class="excerpt"> in the image is an horizontal panel having two vertical panel in it, application label and the select item below is an vertical panel and environment and the select item below is another vertical panel and that is added to a horizontal panel…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/gwt" class="post-tag grid--cell" title="show questions tagged 'gwt'" rel="tag">gwt</a> <a href="../../questions/tagged/uibinder" class="post-tag grid--cell" title="show questions tagged 'uibinder'" rel="tag">uibinder</a> <a href="../../questions/tagged/gwt2" class="post-tag grid--cell" title="show questions tagged 'gwt2'" rel="tag">gwt2</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 11 '13 at 04:05">asked Feb 11 '13 at 04:05</time> <a href="../../users/1694210/ekata" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1694210.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Ekata" /> </a> <div class="s-user-card--info"> <a href="../../users/1694210/ekata" class="s-user-card--link">Ekata</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">259</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="7 silver badges">7</li> <li class="s-award-bling s-award-bling__bronze" title="21 bronze badges">21</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/gwt2_page=23" rel="prev" title="Go to page 23">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/gwt2_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/gwt2_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/gwt2_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <a class="s-pagination--item" href="../../questions/tagged/gwt2_page=27" rel="" title="Go to page 27">27</a> <a class="s-pagination--item" href="../../questions/tagged/gwt2_page=28" rel="" title="Go to page 28">28</a> <a class="s-pagination--item" href="../../questions/tagged/gwt2_page=25" rel="next" title="Go to page 25"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>