alistairrutherford / gwtsimiletimeline

GWT API library to support SIMILE Timeline within the GWT framework.
0 stars 0 forks source link

Simplier API to make events -both single events and variable #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Something like this:

timeline.addEvent(new SingleEvent());

timeline.addEvent(new HistoricalEvent());

Basically, you would have an Event Superclass

Original issue reported on code.google.com by terrance...@gmail.com on 29 Aug 2008 at 6:16

GoogleCodeExporter commented 9 years ago
This would be in lieu of forcing a read from XML or other file.

Original comment by terrance...@gmail.com on 2 Sep 2008 at 8:22

GoogleCodeExporter commented 9 years ago

Original comment by Wagner.W...@gmail.com on 3 Sep 2008 at 5:30

GoogleCodeExporter commented 9 years ago
Fixed- at least partway. Created function TimeLineWidget.createEvent- two 
seperate
versions. One taking in straight xml- as formatted by the author.. The second 
takes
in all the data, turns it into xml, then sends it in...

We need to test this dynamically- somehow.

Original comment by Wagner.W...@gmail.com on 3 Sep 2008 at 5:37