Search Type: Posts; User: xybrek

Search: Search took 0.02 seconds.

  1. 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
  2. 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...
  3. 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.
  4. 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...
  5. 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
  6. 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...
  7. 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
    ...
  8. 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...
  9. 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...
  10. Replies
    9
    Views
    3,148
    Right, theme viewer would be really for GXT...
  11. 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...
  12. 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?
  13. 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...
  14. 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...
  15. 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