public class Event
extends java.lang.Object
This is bound to JSON and sent to the client-side JavaScript.
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Event() |
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
Copyright © 2013. All Rights Reserved.