gxt
GXT - Pissed off with ComobBox in Grid (different Display Label and Value)
I am trying to add a CobmoBox in EditorGrid I have a class Vehicle with fields Integer vehicleId; String plateNo;[详细]
2023-03-02 09:54 分类:问答How to add viewport in Accordion layout
I am having my application using Border layout for Viewport. Now i need to add this whole Viewport into Accordion Layout , i am trying to do this by creating a Accordion panel and then created anothe[详细]
2023-02-26 11:02 分类:问答GXT(EXT-GWT) Cannot commit changes to EditorGrid store
I have an EditorGrid. When i edit the grid i use grid.getStore().commitChanges(), in order to save all the changes to the grid\'s store.[详细]
2023-02-24 22:24 分类:问答Ext-GWT (GXT) simple REST attempt not working
I\'m trying to get a simple GXT application to retrieve data from an external server using REST. I have found the following example online, and for the life of me, I cannot understand why my table is[详细]
2023-02-24 04:30 分类:问答Ext-Gwt gui designer
guys! I am very int开发者_Python百科erested with ext gwt. Do you know any darg and drop designers for this framework?[详细]
2023-02-23 05:59 分类:问答Selecting a GWT ComboBox item displays the value and not the text
Using Java and GWT, I have a contentGrid with a custom column definition and a content Store. One of the columns of the grid needs to show a combo box with several options.The combo bo开发者_StackOve[详细]
2023-02-22 16:44 分类:问答How to disable a Datefield and Timefield in GXT?
I have a added the datefield and timefiel开发者_开发百科d in ToolBar in my project. How to disable datefield in GXT.Just use method disable;[详细]
2023-02-21 15:08 分类:问答GWT - Relational Database with Drag and Drop Operations
I am a student and want to make the final draft with a Dynamic Schedule Manager. It was proposed to work in Java. Restriction: Should use GWT with GXT (optional) + Relational Database (eg MySql) and w[详细]
2023-02-20 02:32 分类:问答GXT (Ext GWT) problem with SimpleComboBox
When creating a GXT SimpleComboBox (as in the accepted answer here), final FormPanel fp = new FormPanel();[详细]
2023-02-19 19:29 分类:问答Bug? GXT (Ext GWT) Compiles in 'devmode' target but not for 'build'
I\'m working on a GXT project, and I\'m using GXT UiBinder. I\'m compiling with ant. The target devmode works fine with no errors, and I\'m able to see my application running in the browser. But using[详细]
2023-02-19 07:26 分类:问答