About 50 results
Open links in new tab
  1. gxt - GWT and Ext-GWT: comparision - Stack Overflow

    Jun 24, 2011 · GXT can kickstart your initial development because you can produce feature rich widget very quickly (Grid is especially nice), but when it comes time to start extending and augmenting the …

  2. Migrating my standalone GXT 4.2 application to a Maven-based GXT …

    Feb 24, 2025 · I am currently working on migrating my standalone GXT 4.2 application to a Maven-based setup. My standalone application does not follow the typical GXT project structure with client …

  3. ComboBox with multiselect Feature in GXT - Stack Overflow

    Nov 13, 2013 · I am trying to implement a comboBox with multi-select feature. There will be a checkBox associated with each of the string and user can select one or many from the list. In GXT 2, we had …

  4. Issues while upgrading GXT 2.3.1a to 4.1.0 - Stack Overflow

    Jan 17, 2024 · Currently we are upgrading from GWT 2.8.0 to GWT 2.9.0, GXT 2.3.1a to GXT 4.1.0 and also upgraded java 8 to java 11. We have resolved all the syntax issues by taking the help of …

  5. Getting the error while updating GWT 2.5.1 to 2.11.0 and sencha GXT …

    Feb 15, 2024 · Loading inherited module 'com.sencha.gxt.ui.GXT' [java] Loading inherited module 'com.sencha.gxt.data.Data' [java] Loading inherited module 'com.sencha.gxt.core.Core' [java] …

  6. GWT vs GXT which is better? - Stack Overflow

    Nov 29, 2012 · There is Vaadin, Dart and many more. GWT is the foundation of gxt and vaadin. Which technology you want to use depends on your application requirements. GWT is great in terms of …

  7. java 8 - GXT 2.X to 4.0.2 migration issues - Stack Overflow

    Aug 5, 2022 · Moving from GXT 2.x to 4.0.2 will create a lot of work. Take a look here: Sencha GXT 2.x to 4.x Migration Guide To get gxt-2.3.1a working with GWT 2.8.2 or even 2.9.0 (and maybe 2.10.0 - …

  8. Not able to run Gxt 3.1.1 application after upgrading from 3.0.0

    Sep 8, 2015 · I have tried upgrading my projects GWT and Gxt from 2.5.1,3.0.0 to 2.7,3.1.1 . I was able to build the project successfully with some workarounds but am not able to run it.

  9. regex - Validate a textField with GXT - Stack Overflow

    Nov 28, 2016 · I have to check some textField with the following regex: [\\sa-zA-Z.'-àáâãäåçèéêëìíîïðòóôõöùúûüýÿ]+ It works with regex checkers but it ...

  10. gwt - No source code is available for type com.sencha.gxt; did you ...

    Jul 22, 2014 · No source code is available for type com.sencha.gxt; did you forget to inherit a required module? Ask Question Asked 12 years, 5 months ago Modified 11 years, 8 months ago