GXT, also known as Ext GWT, is a dual licensed component framework that seeks to provide similar functionality to ExtJs for Google Web Toolkit (GWT) applications.

learn more… | top users | synonyms

0
votes
0answers
11 views

How to write on click event for Java Script image in GWT application

I am using following block of code in ListView of Gxt component, and onRender the following template will be set to the default. I could able to render the component with image + model value. I want ...
0
votes
1answer
14 views

How to disable Gxt ListView selection

Using ListView component of GXT-2.2.3 and tried different options to disable the selection. Is there any way to do that?
0
votes
2answers
8 views

How to add an image as a background for the cell in the GXT 2.2 Grid

I wanted to add the button to the cell but now I'm ready just to set an image for the background of the cell and than handle the click. how to add the image to the cell?
1
vote
1answer
16 views

How to handle the click on the cell in the GXT 2.2 grid?

I'm looking for the way to handle the cell click. How to do this if I create a new column in grid in this way: column = new ColumnConfig(); column.setId("remove"); column.setHeader("Remove"); ...
0
votes
2answers
35 views

insert image before the label and provide hyperlink on image?

I am using gwt. i need give an "remove" image before the label as below. How i can wrap image before the text and provide hyperlink on an image?
0
votes
1answer
11 views

GXT checkbox in grid

I need to update the store when the checkbox in the grid cell changed its state: to add or to remove the value from store. how to handle this event? BTW, I create the checkbox in grid in this way: ...
0
votes
1answer
11 views

GXT Window is there a onblur event

I am using GXT window to create a popup edit window for editing a form field. As I edit the text field, the form field also changes. But I want to capture when the user has clicked outside of the ...
0
votes
1answer
25 views

GXT Combobox : type a value that is not in the list and keep it

I try to have a GXT combobox (3.0.1) accepting text I type in it but it keeps deleting it on blur. Isn't it possible to tell the combobox to accept a value that's not a part of its liststore ? PS: ...
0
votes
0answers
10 views

Adding button to the GXT Grid cell

I use GXT 2.2.0 and I need to make a button for deleting rows. It was an idea to make checkboxes and create a button "delete", but I already have checkbox for choosing rows by users to use them ...
1
vote
0answers
28 views

How to attach GWT widget to Element

I have to attach widget that extends GWT Composite to my custom widget that use markup like this: <div class="left"> <div class="right"> <div ...
0
votes
0answers
5 views

GXT ListBox title

How to set title for the ListBox? For example, when I create new TextField I set it this way: final TextField<String> name = new TextField<String>(); name.setFieldLabel("Name");
0
votes
1answer
16 views

Sort Non Ascii (UTF-8) in Gxt Grid

I have simple grid like this one http://www.sencha.com/examples-2/#editablegrid; When I add no ascii character to it (like Ł,Ć,Ź,Ż etc) after sort by column those entries go to the end instead after L ...
0
votes
1answer
31 views

In GXT when is Change Event fired for Date

I have a UI like this which uses com.extjs.gxt.ui.client.widget.form.DateField On "change" event of Date i have a listener. The Issue here is The "Change Event" is fired only when user changes ...
0
votes
1answer
32 views

Collapsed ContentPanel doesn't show new Heading

I have a ContentPanel, that is set to collapsable ContentPanel bottomPanel = new ContentPanel(); BorderLayoutData layoutData = new BorderLayoutData(LayoutRegion.SOUTH); layoutData.setSplit(true); ...
1
vote
1answer
26 views

Encoding pdf in utf-8 with wkhtmltopdf in Java

I've had GWT, ext-GWT web-project in utf-8 charset. I've also add utf-8 charset in html file. Additionally I need to create some pdf report. So that I wrote a special servlet, which take a template ...
0
votes
0answers
32 views

How to set gxt web desktop widget window size?

I am new to GXT. I am trying to customize gxt webdesktop demo to change the widget window pixel size from (500, 400) to (800, 600). However, the window.setPixelSize(800,600) does not reflect the ...
0
votes
0answers
15 views

create and populate combox with GXT (UiBinder)

My question is just simple. I want to create and populate a combobox with GXT through UIBinder. I search anywhere but I haven't found. Please can one have an example for that ? I'm using GXT3 ...
0
votes
2answers
63 views

Migrating existing GWT project to new GWT version

I have been in charge for the past 5 years of the development and the maintenance of a GWT project which consists of 6 different WebApps. The project is using GWT 1.5 and is built with ant (for either ...
0
votes
1answer
25 views

How to put GXT Grid values to Map

I want to save the grid header and col data in HashMap. Map<String,List<String>> gridData = new HashMap<String,List<String>>(); // key ->header , value -> list of col ...
0
votes
1answer
44 views

GXT Grid export to excel file

I am using GXT. I have a Grid. com.sencha.gxt.widget.core.client.grid.Grid<RiaBean> grid; I want to export this to excel file. i dont want to use external Jar files. Can any body Help.
0
votes
0answers
43 views

How take to account size of TreeGrid's children widgets?

I'm using GXT TreeGrid widget for representing hierarchical data. Short description of my problem. I created ContentPanel with FitLayout and added TreeGrid into this panel. Also, ContentPanel has ...
0
votes
1answer
24 views

My panel not showing in Smart GWT

I am trying to add a GXT panel to my smartGWT tab panel but it is not showing.i get this error.i have done this in another tab and it is working but in in my second tab. when i select the second tab i ...
0
votes
1answer
82 views

Bootstrap theme for Sencha GXT

I have this GXT 3 based app deployed in Google App Engine (GAE): Ext GWT Explorer Demo However, I want to know if how can I use the Twitter Bootstrap theme on Sencha GXT 3? GXT 3 is a load of ...
0
votes
0answers
25 views

Force ContentPanel to relayout its components

I implemented a Horizontal splittable panel with a BorderLayoutContainer and 2 ContentPanel: -------------------------------------------------- | ContentPanel 1 | ContentPanel2 | | ...
0
votes
0answers
21 views

GXT Grid selectively sort columns remotely

I have a grid where some columns don't map to a BeanModel, they are simply text. I would like to sort these on the client when the user clicks the column header/selects sort from the context menu, but ...
0
votes
0answers
29 views

Can not understand 'did you forget to call commit() ' in gwt

I am getting the following error message while during 'gwt-compile' did you forget to call commit() Please explain when this message will be displayed by GXT. I can not find the explanation in ...
0
votes
2answers
34 views

HTML Page of GWT Project

In the Project of GWT/GXT. in project.html. I added the favicon and change the color of the body and also put an image . But when i run the web project. i cant see the the change in body color, ...
0
votes
1answer
22 views

Splittable Panel

I try to make a reusable Horizontal splittable panel in GXT 3. I found this post. I adapted with sencha.gxt imports and I came up with this solution : public class WestCenter extends ...
0
votes
1answer
29 views

Most efficient way to display multiple components on n columns

I am creating a GWT app. In all my screens, one need is recurrent : adding a lot of components to a screen and have automatically them organized in 2 or 3 columns. I want to create a template for this ...
1
vote
2answers
39 views

Out of memory issue in gwt application

I have been trying to increase heap size max to 1440 of 4 GB ram, but still i am getting the Out of memory issue after two/three refreshes in two different browsers. I have set the VM aruments max to ...
1
vote
1answer
30 views

JAI error when uploading PNG and GIF files

I am new to using JAI and I wrote this simple code to upload images. This code works fine for jpegs but causes error for pngs and gifs. Here is the code: ByteArraySeekableStream ...
0
votes
1answer
29 views

GXT How to Get Map property of BeanModel

I have a DTO, which looks a bit like this: class Response { Long id; Locale locale; Map<Integer,QuestionResponse> questionResponses=new HashMap<Integer,QuestionResponse>(); ... } ...
0
votes
2answers
71 views

GXT - How to refresh grid data by clicking Refresh on PagingToolbar

I created a sample gxt widget that displays list of record from db. When I click the refresh button, I would expect the grid data to reload, well it didn't so I thought I could just add an event ...
0
votes
1answer
39 views

How to prevent empty context menu from showing in GXT

I have a TreePanel which shows different kind of objects hierarchically. Region, City, Location... I want to be able to show different context menu items in different levels. For example: miR for ...
0
votes
1answer
55 views

Selecting a non-visible item in the dropdown for a GXT ComboBox

I am trying to test an application written using GWT 2.3.0 and GXT 2.2.5 with the Selenium 2.25 WebDriver on Java. In the application, I have a ComboBox with a large number of options, so many that ...
0
votes
1answer
39 views

GXT NumberField / TextField align right

Is there a clean way to align the digits of a NumberField to the right? I found this post which suggests an answer in GXT 2 : this .setInputStyleAttribute("text-align", "right"); But it does not ...
0
votes
1answer
40 views

Analyse logic of GXT FileUploadField

GXT 3.x only. Could someone analyse and explain the connection between the three private fields in FileUploadField? Specifically, where is the onclick action of the button that would trigger ...
0
votes
0answers
18 views

GXT AdapterField asynchronous validation

I've created a form with an AdapterField which wraps a custom widger. I would like to validate this field with a asynchronous call to the server side. Is it possible using GXT 2?
0
votes
1answer
43 views

“internal compiler exception occurred” while using gxt grid

I AM USING GWT 2.5.1 AND GXT 2.2.5, THIS IS THE BEAN I AM USING: public class Modelo extends BaseModel { public Modelo(String nombre,String noParte,String imagen){ this.set("nombre", ...
0
votes
1answer
49 views

GXT : How to customize TabPanel close context menu

I have a GXT(3.0.1) TabPanel with many tabs. This TabPanel has an out-of-the-box CloseContextMenu with 2 options : Close this tab Close all other tabs In order to react to "close tab" events and ...
0
votes
1answer
28 views

Asynchronous remote service does not define corresponding method

My GWT app is written in the IDEA. to make gwt RPC calls I create two interfaces. the first one: RemoteServiceRelativePath("ServerManagement") public interface ServerManagement extends RemoteService ...
0
votes
1answer
103 views

GXT 3 Can't fill Grid

I want to load data from a remote server in the grid. The following code: final RepServiceAsync service = GWT.create(RepService.class); final RepProperties props = ...
0
votes
2answers
45 views

Dynamic form with binding in GXT

What would be the best approach to implement a form with a variable number of text fields? I'm thinking something like this: textField1 (removeButton) textField2 (removeButton) textField3 ...
0
votes
0answers
58 views

GWT RIA performance in IE8

We've got an application on GWT 2.5.0 + GXT 3.0.4 with one main page, containing a big table (like Excel) and a couple of heavy popups (implemented using GXT Windows). It works reasonably good at ...
0
votes
1answer
56 views

How to add a generic “All” value in GXT ComboBox

I have a generic GXT3 ComboBox which display all available values for enums : public static <T extends Enum<T>> ComboBox<T> buildEnumCombo(Class<T> t){ ListStore<T> ...
0
votes
1answer
73 views

GXT: How to retrieve file path from a browse file

I want to make a browse file form in my GWT application and i use the uploadfile form so i can browse files with browsers, but with uploadfile i can get only the file name. Could someone tell me how ...
0
votes
1answer
36 views

setup gxt project for tomcat 7 deployment

I've made .war file from war folder of my project and copied it to tomcat's ROOT directory. Then I start tomcat and get either GWT module 'hellogxt' may need to be (re)compiled or 404 error. What I am ...
0
votes
1answer
93 views

Custom object filter for a grid column in sencha GXT

Important edit: I added a depth level to the situation to better reflect my problem. I have a GXT Grid with a ListStore of a certain type Foo. Foo happens to have some important object properties, ...
2
votes
1answer
120 views

Align GXT form:FieldLabel with its gwt:Label widget

GXT 3.x only. Let us say I wish to create a gxt field-pair of the layout label: value For example, Name: Carthyguessue Where "Carthyguessue" is a constant field not updateable by user, ...
0
votes
1answer
21 views

How to reference (manipulate) a widget from an other in gxt3

Im New Gxt user, In my application, I tried to use the provided exemples from sencha.com. I'm looking for a mecanisme to use a nested widgets in a same interface (RIA logic), And keep control between ...

1 2 3 4 5 13