gxt
GXT LiveGrid set default status string before and after loading the data through RPC call
I am using a liveGrid to load the data dymaically from the server. The code is working fine. Now, I need to do a small enhancement in that, and开发者_JAVA技巧 for that I need some advice.[详细]
2023-02-09 22:53 分类:问答Treepanel masking
How can i mask tre开发者_如何学JAVAe panel until loader loads data from server??(At Initial loading)The very simplest thing to do is to call setVisible(false) on the TreePanel when you first create it[详细]
2023-02-09 05:47 分类:问答CellEditor in EditorGrid loses content when you scroll the grid
I have an issue where a user enters some data in an EditorGrid cell. Then the user scrolls the grid without clicking anywhere first. Upon scrolling, the edited cell gets reset and the entered data is[详细]
2023-02-07 16:24 分类:问答GXT Button shows menu on first click, won't hide menu on second click
Is this the intended functionality or am I doing something wrong? All I\'m doing is creating a GXT Button and calling setMenu to attach a GXT menu. On first click, the menu shows properly, on second[详细]
2023-02-06 05:48 分类:问答GXT Login with an User Bean Model
is it possible 开发者_高级运维to create a login with gxt using a user bean model? I am totally new to gxt.[详细]
2023-02-05 19:36 分类:问答A little bit diffrent GWT/GXT persistent approach
I\'m newbie with GWT/GXT and I\'m looking for best persistence way for my future apps. I was considering many variants of doing that so I decided to draw a graph here:[详细]
2023-02-03 22:24 分类:问答What is the proper method to Embed a Java Applet in an EXT-Gwt Container?
I\'m using Sencha EXT-Gwt and trying to embed a Java Applet in a ContentPanel.I want the container to fill the whole screen (adding it to the rootpanel), and then i want the applet to be 100% width an[详细]
2023-02-02 05:45 分类:问答GXT/GWT html content reloads when switching tabs
I a开发者_开发技巧m working on a GXT/GWT project.I have two tabs in which content is set based on selections from a drop down menu.The content in one tab is an embedded video (Google Video or youtube[详细]
2023-01-31 08:28 分类:问答Ext-gwt stacked bar chart
Anyone knows of a reference/tutorial for making a stacked bar chart in ext-gwt. Also is there any other gw开发者_StackOverflow中文版t widget library which supports simultaneous stacked bar chart and l[详细]
2023-01-27 18:37 分类:问答Dynamically adding data while reaching end of the Scroll positon
To limit the number of records fetched, I plan to add more records when we reach the end of the data in an EditorTreeGrid . I have tried the following code[详细]
2023-01-27 14:10 分类:问答