Re: More powerful GWT Grid / Using SmartGWT Widgets

2014-07-17 Thread feuse8
Hi Alain, thanks for your recommendation. The main disadvantage in using ext JS / ext GWT for me are the license costs. If somebody has a recommendation for another library I would be really happy ;-) I am also thinking about writing a wrapper for a JS table implementation... -- You

More powerful GWT Grid / Using SmartGWT Widgets

2014-07-16 Thread feuse8
Hi, I'm currently building an enterprise application that should provide Excel Like Tables. I would like to customize cells and have some other features GWT provided Tables/Grids/CellTables/DataGrids don't provide: - fixed headers and columns - sortable headers - filtering in headers

ListBox - several Questions

2012-11-28 Thread feuse8
Hi, I would like to pimp GWTs ListBox in order to get some additional functionaility. Maybe you can help me with some issues. 1. I would like to dynamically add Items to my ListBox: when the user scrolls using the scrollbar an event should be thrown. I tried attaching a ScrollEvent which

Re: CellTable enter edit mode on focus of cell?

2011-03-09 Thread feuse8
On 18 Jan., 18:28, piehole peter.hay...@parivedasolutions.com wrote: 2. Is there any way to useTABand SHIFT-TABto navigate between columns instead of LEFT-ARROW and RIGHT-ARROW?CellTableseems to be hardcoded to use left and right arrows and difficult to extend. Does anybody have a solution

Re: Generated Maven pom.xml does not add GWT project natures

2011-01-17 Thread feuse8
Have you already found any solution for this? On 2 Jan., 20:56, Cheng Lee cheng@gmail.com wrote: Hi GWT gurus, I'm generating an Eclipse project using webAppCreator. The project is created but the pom.xml does not contain the appropriate GWT project nature, meaning the application can't

Spring Login Page - GWT 2.0 - SOP

2010-10-28 Thread feuse8
Hi, I'm currently developing a GWT App that uses Rest Webservices from a Spring Server (3.0.4). The services are being secured with Spring Security (3.0.0), what means that you have to log in on the server. This should be done from within the GWT App. My first approach was to send a request