Search Type: Posts; User: xybrek
Search: Search took 0.02 seconds.
-
24 Oct 2012 3:21 AM
- Replies
- 0
- Views
- 672
I have this problem that I need to have a Row in a Grid that when expanded renders sub-Rows:
http://stackoverflow.com/questions/13047545/row-within-a-row-with-ext-gwt-grid -
23 Oct 2012 10:46 PM
Jump to post Thread: Using XTemplate with Grid by xybrek
- Replies
- 0
- Views
- 486
I'm trying to use XTemplate to display Row information of a Grid:
List<User> users = new ArrayList<User>();
users.add(new User("John", "Smith"));
users.add(new... -
17 Sep 2012 1:46 AM
Jump to post Thread: Database Connectivity by xybrek
- Replies
- 7
- Views
- 2,706
Maybe you can try looking at this showcase Ext GWT showcase: http://bit.ly/NoA5Pt
You can select the "Grid" from the options and see the actual demo running and as well as look at its source. -
16 Sep 2012 11:36 PM
Jump to post Thread: GXT Mobile by xybrek
- Replies
- 6
- Views
- 1,244
Right, I was about to update my post. And yah, I saw that it is wrapping the Sencha Touch framework. And also, I am using it for my mobile project already, best GWT mobile framework I've ever seen so...
-
13 Sep 2012 10:11 AM
Jump to post Thread: GXT Mobile by xybrek
- Replies
- 6
- Views
- 1,244
It does look like Sencha Touch, nice one but it requires internet access during development. I thought it's Apache license?
See here http://emitrom.com/touch4j/install -
13 Sep 2012 10:05 AM
Jump to post Thread: Database Connectivity by xybrek
- Replies
- 7
- Views
- 2,706
I just installed the Spring STS Eclipse plugin and then created a Spring MVC template app then added the GWT dependencies to it, tried if it compiles, then finally add the Sencha Ext GWT...
-
12 Sep 2012 4:57 PM
Jump to post Thread: Database Connectivity by xybrek
- Replies
- 7
- Views
- 2,706
Its not very hard actually. A good design pattern should get you to the right track. Basically, we create separate layer for the DAO and Service layers, here try this one:
@Override
... -
12 Sep 2012 9:26 AM
Jump to post Thread: Database Connectivity by xybrek
- Replies
- 7
- Views
- 2,706
I think GWT RPC is quite suitable already for passing data from the database to the GXT Grid data widget. I'm still reviewing GXT 3 but in Ext GWT 2 we created some sort of PageModel which represents...
-
12 Sep 2012 3:12 AM
Jump to post Thread: Is there a plan to support mobile? by xybrek
- Replies
- 1
- Views
- 637
I've read some forum post saying that at SenchaCon it was announced that after GXT 3, Sencha would focus on making GXT work for mobile apps too? Is this true or just a rumor?
At first, GXT for... -
11 Sep 2012 10:39 PM
Jump to post Thread: GXT 3.0 Theme Viewer by xybrek
- Replies
- 9
- Views
- 3,148
Right, theme viewer would be really for GXT...
-
11 Sep 2012 10:36 PM
Jump to post Thread: Is there a plan to support mobile? by xybrek
- Replies
- 1
- Views
- 637
I've read some forum post saying that at SenchaCon it was announced that after GXT 3, Sencha would focus on making GXT work for mobile apps too? Is this true or just a rumor?
At first, GXT for... -
11 Sep 2012 10:26 PM
Jump to post Thread: GXT Mobile by xybrek
- Replies
- 6
- Views
- 1,244
I want to hear this news too. Secha GXT is now in version 3, so does is mean the coming features would be mobile features?
-
11 Sep 2012 10:22 PM
- Replies
- 3
- Views
- 2,754
I guess the Sencha team is really silent about this really. Ext GWT is now in version 3 and still we don't see that happening anytime soon. Not surprised at all, Ext GWT for Mobile might be a...
-
19 Mar 2012 1:04 AM
Jump to post Thread: Deep Copy of Ext GWT components by xybrek
- Replies
- 0
- Views
- 586
I have found one solution for client-side deep copy from this answer.Which is mainly a Java wrapped, Javascript code.However, the code in the accepted answer can't accept Ext GWT components as object...
-
21 Feb 2012 9:19 PM
- Replies
- 1
- Views
- 565
I am trying to make a GXT 3.0 starting app with Maven support. I have successfully compiled and run the native GWT application with mvn gwt:compile gwt:run commandHoweven, when I added these...
Results 1 to 15 of 15
