I need to scroll an EXT-GWT grid by some custom amount instead of the default 1-2 rows. Since I couldn\'t find any parameter that let me do this, I overrode the event handler to capture scroll or mous
Is there a way to store the state of objects in GXT? That is, having a dynamically configurable GUI built in GXT, you can add your own widgets \'on-the-fly\' in any order you like - with your own cus
I have this code which sets up a \"main\" container into which other modules of the application will go.
I have window with few widgets inside. When it is rendered, it shows in top left corner for a second and then is centered开发者_开发技巧.
I\'m encountering a strange problem with the session using GXT 2.1 and a Grails 1.2 backend. I\'m creating two FormPanels, panelA and panelB, which submit to action1 and action2 in Grails respectively
I am working to recreate (conceptually) a prototype I\'ve written in Cappuccino in GWT/GXT. Cappuccino made it tri开发者_高级运维vial to display an external webpage as part of the application by using
I cannot seem to get my head around how to do a proper layout in Ext GWT that responds properly to resizes.
Looking for an example of the ext-GWT / GXT HTMLEditor, especially the part where you retrieve开发者_StackOverflow中文版 the user\'s entry.
I\'m wondering if already someone tried to use this combination ( GWT 2.0 RC1 with GXT 2.0.1 or any other version) and if so, then how it ac开发者_运维百科tually works ? any pitfalls ?
My question is: what is the best way to send my Java EE annotated entity beans\' data to the clientside to use it in a grid for example?Surely I could make the BaseModel-extended client models for eac