|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.koshuke.stapler.simile.timeline.Event
public class Event
Event data to be rendered on timeline. See http://code.google.com/p/simile-widgets/wiki/Timeline_EventSources
This is bound to JSON and sent to the client-side JavaScript.
| Field Summary | |
|---|---|
String |
classname
CSS class name. |
String |
color
Color of the text and tape (duration events) to display in the timeline. |
String |
description
|
Boolean |
durationEvent
If true, the event occurs over a time duration. |
Date |
end
|
String |
link
Url. |
Date |
start
|
String |
title
|
| Constructor Summary | |
|---|---|
Event()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Date start
public Date end
public String title
public String description
public Boolean durationEvent
public String link
public String color
public String classname
| Constructor Detail |
|---|
public Event()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||