Top "Gxt" questions

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.

How to reload data rows in GXT grid?

Assuming that data retrieves from DataStore using RPCproxy, populate to grid using ListStore upon opening the page. Then, there's a …

gwt grid gxt
How to let a GXT grid take up all available width?

I have a grid in GXT, something like this: List<ColumnConfig> configs = new ArrayList<ColumnConfig>(); ColumnConfig …

gwt grid gxt
Getting com.google.gwt.user.client.rpc.StatusCodeException: 0 in GWT

I sometimes/often get this Exception in GWT but don't know why: SEVERE: com.google.gwt.user.client.rpc.StatusCodeException: 0 …

gwt gwt-rpc gxt cloudflare
Adding selection listener to GXT Grid?

I'm trying to add a selection listener to my GXT (Ext GWT) Grid, but I can't seem to get it …

java gwt grid gxt
How to configure Ext GWT with GWT Designer?

I have problem with configuration GXT with GWT Designer. I have all new releases of Eclipse, GWT plugin and GXT …

gwt gxt gwt-designer
Unable to compile class for JSP error when I'm running my code in eclipse gwt project

Hi I'm getting following error when I'm trying to access jsp page in my gwt project. Other pages which are …

java eclipse jsp gwt gxt
How do I create a non-editable GXT ComboBox?

I'm using GWT/GXT and trying to create a "normal" ComboBox - one that you cannot type in, but you …

java gwt gxt
Straightforward example for loading data into a Sencha GXT (3.0) ListStore using a GWT RPC call?

Does anyone have or know of an example which demonstrates loading data via a GWT RPC call into a ListStore …

gwt extjs rpc gxt
Ext GWT (GXT) tooltip over a grid row

I'm developing a custom tooltip using Ext GWT (GXT) for a project of mine, and this tooltip has to appear …

gwt gxt