|
|||||||||
| 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 | |
|---|---|
java.lang.String |
classname
CSS class name. |
java.lang.String |
color
Color of the text and tape (duration events) to display in the timeline. |
java.lang.String |
description
|
java.lang.Boolean |
durationEvent
If true, the event occurs over a time duration. |
java.util.Date |
end
|
java.lang.String |
link
Url. |
java.util.Date |
start
|
java.lang.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 java.util.Date start
public java.util.Date end
public java.lang.String title
public java.lang.String description
public java.lang.Boolean durationEvent
public java.lang.String link
public java.lang.String color
public java.lang.String classname
| Constructor Detail |
|---|
public Event()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||