public class Event extends Object
This is bound to JSON and sent to the client-side JavaScript.
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Event() |
public Date start
public Date end
public String title
public String description
public Boolean durationEvent
public String link
public String color
public String classname
Copyright © 2016. All rights reserved.