You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Jurek Piasek <ju...@gmail.com> on 2009/03/05 23:25:55 UTC

Appropriate tool for time series

Hi,

I would like to create a table/grid in wicket for presenting multiple time
series in one table.  I have three time series to present in one table. Each
time series is stored as a map with date as key and value as double
(Map<Date, Double>). The table/grid would consist of four columns; the date,
time series 1, time series 2, time series 3.

What would be the best approach to create an editable and pageable
table/grid to present these three time series?

Many thanks!
Jurek.

Re: Appropriate tool for time series

Posted by jWeekend <jw...@cabouge.com>.
Jurek,

http://wicketstuff.org/grid-examples/data-grid/editable.1 This  is quite
nice.

Regads - Cemal
http://jWeekend.com jWeekend 



Jurek Piasek wrote:
> 
> Hi,
> 
> I would like to create a table/grid in wicket for presenting multiple time
> series in one table.  I have three time series to present in one table.
> Each
> time series is stored as a map with date as key and value as double
> (Map<Date, Double>). The table/grid would consist of four columns; the
> date,
> time series 1, time series 2, time series 3.
> 
> What would be the best approach to create an editable and pageable
> table/grid to present these three time series?
> 
> Many thanks!
> Jurek.
> 
> 

-- 
View this message in context: http://www.nabble.com/Appropriate-tool-for-time-series-tp22362156p22362724.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org