I have a new application I'd like to make using GWT/GXT but ideally it would contain a graphical timeline display. I've attached a couple of screenshots. The basic idea is that each row represents some entity that has a start and stop date...it shows a colored bar from the start to stop date...the times are shown in the header in a hierarchical fashion. I didn't see a GXT component for this, how could this be done? Timeline1.pngTimeline2.jpg
With only knowing the UI requirement you have shown here, this can easily be done with the GXT Grid component and some small changes. You would need to have a custom GridView