A C D E G H M O P R S T U V Z 

A

addAddHandler(AddHandler) - Method in class com.chap.links.client.Timeline
Add an add handler.
addChangeHandler(ChangeHandler) - Method in class com.chap.links.client.Timeline
Add a change handler.
addDeleteHandler(DeleteHandler) - Method in class com.chap.links.client.Timeline
Add an delete handler.
addEditHandler(EditHandler) - Method in class com.chap.links.client.Timeline
Add an edit handler.
AddHandler - Class in com.chap.links.client.events
This class handles add events for the Timeline
AddHandler() - Constructor for class com.chap.links.client.events.AddHandler
 
addHandler(<any>, String, Handler) - Static method in class com.chap.links.client.events.Handler
Add a Handler to a visualization.
AddHandler.AddEvent - Class in com.chap.links.client.events
This event is fired when the user is about to create a new event
AddHandler.AddEvent() - Constructor for class com.chap.links.client.events.AddHandler.AddEvent
 
addItem(int, JavaScriptObject) - Method in class com.chap.links.client.Timeline
Add an item to the timeline
addRangeChangedHandler(RangeChangedHandler) - Method in class com.chap.links.client.Timeline
Add a changeranged handler.
addRangeChangeHandler(com.google.gwt.visualization.client.events.RangeChangeHandler) - Method in class com.chap.links.client.Timeline
Add a changerange handler.
addReadyHandler(com.google.gwt.visualization.client.events.ReadyHandler) - Method in class com.chap.links.client.Timeline
Add a ready handler.
addSelectHandler(com.google.gwt.visualization.client.events.SelectHandler) - Method in class com.chap.links.client.Timeline
Add a select handler.
addTimeChangedHandler(TimeChangedHandler) - Method in class com.chap.links.client.Timeline
Add a timechanged handler.
addTimeChangeHandler(TimeChangeHandler) - Method in class com.chap.links.client.Timeline
Add a timechange handler.

C

cancelAdd() - Method in class com.chap.links.client.Timeline
Cancel adding an event.
cancelChange() - Method in class com.chap.links.client.Timeline
Cancel a change event.
cancelDelete() - Method in class com.chap.links.client.Timeline
Cancel deleting an event.
ChangeHandler - Class in com.chap.links.client.events
This class handles change events for the Timeline
ChangeHandler() - Constructor for class com.chap.links.client.events.ChangeHandler
 
ChangeHandler.ChangeEvent - Class in com.chap.links.client.events
This event is fired when the user has changed the position of an event by dragging it in the timeline.
ChangeHandler.ChangeEvent() - Constructor for class com.chap.links.client.events.ChangeHandler.ChangeEvent
 
changeItem(int, JavaScriptObject) - Method in class com.chap.links.client.Timeline
Update an existing item in the timeline
checkResize() - Method in class com.chap.links.client.Timeline
Resize the timeline when the container element has been resized
com.chap.links.client - package com.chap.links.client
 
com.chap.links.client.events - package com.chap.links.client.events
 
create() - Static method in class com.chap.links.client.Timeline.Options
Create a Javascript object instance of Options()
createJso(Element) - Method in class com.chap.links.client.Timeline
 

D

deleteAllItems() - Method in class com.chap.links.client.Timeline
Delete all items from the Timeline
DeleteHandler - Class in com.chap.links.client.events
This class handles delete events for the Timeline
DeleteHandler() - Constructor for class com.chap.links.client.events.DeleteHandler
 
DeleteHandler.DeleteEvent - Class in com.chap.links.client.events
This event is fired when the user is about to delete an event
DeleteHandler.DeleteEvent() - Constructor for class com.chap.links.client.events.DeleteHandler.DeleteEvent
 
deleteItem(int) - Method in class com.chap.links.client.Timeline
Delete an item from the Timeline
draw(JavaScriptObject, Timeline.Options) - Method in class com.chap.links.client.Timeline
Draws the visualization.

E

EditHandler - Class in com.chap.links.client.events
This class handles edit events for the Timeline.
EditHandler() - Constructor for class com.chap.links.client.events.EditHandler
 
EditHandler.EditEvent - Class in com.chap.links.client.events
This event is fired when the user double clicks and event
EditHandler.EditEvent() - Constructor for class com.chap.links.client.events.EditHandler.EditEvent
 

G

getCustomTime() - Method in class com.chap.links.client.Timeline
Retrieve the custom time.
getData() - Method in class com.chap.links.client.Timeline
Get the current data from the Timeline
getEnd() - Method in class com.chap.links.client.events.RangeChangedHandler.RangeChangedEvent
 
getEnd() - Method in class com.chap.links.client.events.RangeChangeHandler.RangeChangeEvent
 
getEnd() - Method in class com.chap.links.client.Timeline.DateRange
 
getItem(int) - Method in class com.chap.links.client.Timeline
Get an item from the timeline
getSelections() - Method in class com.chap.links.client.Timeline
Returns a selection array containing the selected row
getStart() - Method in class com.chap.links.client.events.RangeChangedHandler.RangeChangedEvent
 
getStart() - Method in class com.chap.links.client.events.RangeChangeHandler.RangeChangeEvent
 
getStart() - Method in class com.chap.links.client.Timeline.DateRange
 
getTime() - Method in class com.chap.links.client.events.TimeChangedHandler.TimeChangedEvent
 
getTime() - Method in class com.chap.links.client.events.TimeChangeHandler.TimeChangeEvent
 
getVisibleChartRange() - Method in class com.chap.links.client.Timeline
returns the current value of the start Date

H

Handler - Class in com.chap.links.client.events
The base class for visualization event handlers.
Handler() - Constructor for class com.chap.links.client.events.Handler
 

M

move(double) - Method in class com.chap.links.client.Timeline
Move the timeline the given movefactor to the left or right.

O

onAdd(AddHandler.AddEvent) - Method in class com.chap.links.client.events.AddHandler
 
onChange(ChangeHandler.ChangeEvent) - Method in class com.chap.links.client.events.ChangeHandler
 
onDelete(DeleteHandler.DeleteEvent) - Method in class com.chap.links.client.events.DeleteHandler
 
onEdit(EditHandler.EditEvent) - Method in class com.chap.links.client.events.EditHandler
 
onEvent(Properties) - Method in class com.chap.links.client.events.AddHandler
 
onEvent(Properties) - Method in class com.chap.links.client.events.ChangeHandler
 
onEvent(Properties) - Method in class com.chap.links.client.events.DeleteHandler
 
onEvent(Properties) - Method in class com.chap.links.client.events.EditHandler
 
onEvent(Properties) - Method in class com.chap.links.client.events.Handler
This method should be overridden by event-specific Handler subclasses.
onEvent(Properties) - Method in class com.chap.links.client.events.RangeChangedHandler
 
onEvent(Properties) - Method in class com.chap.links.client.events.RangeChangeHandler
 
onEvent(Properties) - Method in class com.chap.links.client.events.ReadyHandler
 
onEvent(Properties) - Method in class com.chap.links.client.events.SelectHandler
 
onEvent(Properties) - Method in class com.chap.links.client.events.TimeChangedHandler
 
onEvent(Properties) - Method in class com.chap.links.client.events.TimeChangeHandler
 
onLoad() - Method in class com.chap.links.client.Timeline
 
onModuleLoad() - Method in class com.chap.links.client.TimelineEntryPoint
This is the entry point method.
onRangeChange(RangeChangeHandler.RangeChangeEvent) - Method in class com.chap.links.client.events.RangeChangeHandler
 
onRangeChanged(RangeChangedHandler.RangeChangedEvent) - Method in class com.chap.links.client.events.RangeChangedHandler
 
onReady(ReadyHandler.ReadyEvent) - Method in class com.chap.links.client.events.ReadyHandler
 
onResize() - Method in class com.chap.links.client.Timeline
 
onSelect(SelectHandler.SelectEvent) - Method in class com.chap.links.client.events.SelectHandler
 
onTimeChange(TimeChangeHandler.TimeChangeEvent) - Method in class com.chap.links.client.events.TimeChangeHandler
 
onTimeChanged(TimeChangedHandler.TimeChangedEvent) - Method in class com.chap.links.client.events.TimeChangedHandler
 

P

PACKAGE - Static variable in class com.chap.links.client.Timeline
 

R

RangeChangedHandler - Class in com.chap.links.client.events
 
RangeChangedHandler() - Constructor for class com.chap.links.client.events.RangeChangedHandler
 
RangeChangedHandler.RangeChangedEvent - Class in com.chap.links.client.events
This event is fired once after the user has been dragging the custom-time bar
RangeChangedHandler.RangeChangedEvent() - Constructor for class com.chap.links.client.events.RangeChangedHandler.RangeChangedEvent
 
RangeChangeHandler - Class in com.chap.links.client.events
This class handles range events for visualizations such as AnnotatedTimeLine.
RangeChangeHandler() - Constructor for class com.chap.links.client.events.RangeChangeHandler
 
RangeChangeHandler.RangeChangeEvent - Class in com.chap.links.client.events
This event is fired when the user changes the date range of the visualization.
RangeChangeHandler.RangeChangeEvent(Date, Date) - Constructor for class com.chap.links.client.events.RangeChangeHandler.RangeChangeEvent
 
ReadyHandler - Class in com.chap.links.client.events
A handler for ready events.
ReadyHandler() - Constructor for class com.chap.links.client.events.ReadyHandler
 
ReadyHandler.ReadyEvent - Class in com.chap.links.client.events
The ready event is fired when visualization has finished rendering.
ReadyHandler.ReadyEvent() - Constructor for class com.chap.links.client.events.ReadyHandler.ReadyEvent
 
redraw() - Method in class com.chap.links.client.Timeline
Reload data and redraw the timeline Remark: you can only use this function after the timeline is drawn once

S

SelectHandler - Class in com.chap.links.client.events
A handler for select events.
SelectHandler() - Constructor for class com.chap.links.client.events.SelectHandler
 
SelectHandler.SelectEvent - Class in com.chap.links.client.events
The select event is fired when the user selects data displayed in the visualization.
SelectHandler.SelectEvent() - Constructor for class com.chap.links.client.events.SelectHandler.SelectEvent
 
setAnimate(boolean) - Method in class com.chap.links.client.Timeline.Options
Set animate to true (default) or false.
setAnimateZoom(boolean) - Method in class com.chap.links.client.Timeline.Options
Set animating when zooming to true (default) or false.
setAutoScale(boolean) - Method in class com.chap.links.client.Timeline
Enable or disable autoscaling.
setAxisOnTop(boolean) - Method in class com.chap.links.client.Timeline.Options
If set to true, the axis is shown on top.
setBoxAlign(String) - Method in class com.chap.links.client.Timeline.Options
Set alignment for items with style "box".
setCurrentTime(Date) - Method in class com.chap.links.client.Timeline
Set the current time in the timeline.
setCustomStackOrder(JavaScriptObject) - Method in class com.chap.links.client.Timeline.Options
Set the stack order for the timeline.
setCustomTime(Date) - Method in class com.chap.links.client.Timeline
Adjust the custom time in the timeline.
setData(AbstractDataTable) - Method in class com.chap.links.client.Timeline
Draw a new set of data in the timeline The current status of the timeline will be preserved (in contrast with the method draw)
setData(JavaScriptObject) - Method in class com.chap.links.client.Timeline
Draw a new set of data in the timeline The current status of the timeline will be preserved (in contrast with the method draw)
setDragAreaWidth(int) - Method in class com.chap.links.client.Timeline.Options
Set the width of the drag areas in pixels.
setEditable(boolean) - Method in class com.chap.links.client.Timeline.Options
If true (default), the events can be edited, created, deleted.
setEnd(Date) - Method in class com.chap.links.client.events.RangeChangedHandler.RangeChangedEvent
 
setEnd(Date) - Method in class com.chap.links.client.Timeline.Options
Set the end date for the timeline
setEventMargin(int) - Method in class com.chap.links.client.Timeline.Options
Set the event margin for the events.
setEventMarginAxis(int) - Method in class com.chap.links.client.Timeline.Options
Set the minimal distance between the events and the axis.
setGroupMinHeight(int) - Method in class com.chap.links.client.Timeline.Options
Set the minimum group height for the timeline in pixels.
setGroupsChangeable(boolean) - Method in class com.chap.links.client.Timeline.Options
If true (default), items can be moved from one group to another.
setGroupsOnRight(boolean) - Method in class com.chap.links.client.Timeline.Options
If set to true, the groups legend is shown at the right.
setGroupsWidth(int) - Method in class com.chap.links.client.Timeline.Options
Set the width for the groups legend in pixels.
setGroupsWidth(String) - Method in class com.chap.links.client.Timeline.Options
Set the width for the groups legend in pixels or percentages.
setHeight(int) - Method in class com.chap.links.client.Timeline.Options
Set the height for the timeline in pixels.
setHeight(String) - Method in class com.chap.links.client.Timeline.Options
Set the height for the Timeline in pixels or percentages.
setIntervalMax(long) - Method in class com.chap.links.client.Timeline.Options
Deprecated.
setIntervalMin(long) - Method in class com.chap.links.client.Timeline.Options
Deprecated.
setLocale(String) - Method in class com.chap.links.client.Timeline.Options
Set the locale for the timeline.
setMax(Date) - Method in class com.chap.links.client.Timeline.Options
Set a maximum Date for the visible range.
setMin(Date) - Method in class com.chap.links.client.Timeline.Options
Set a minimum Date for the visible range.
setMinHeight(int) - Method in class com.chap.links.client.Timeline.Options
Set the minimum height for the timeline in pixels.
setMoveable(boolean) - Method in class com.chap.links.client.Timeline.Options
If true (default), the timeline can be moved.
setScale(Timeline.Options.SCALE, double) - Method in class com.chap.links.client.Timeline.Options
Set a custom scale.
setScale(Timeline.Options.SCALE, double) - Method in class com.chap.links.client.Timeline
Set a custom scale.
setSelectable(boolean) - Method in class com.chap.links.client.Timeline.Options
If true (default), the events on the timeline can be selected.
setSelections(<any>) - Method in class com.chap.links.client.Timeline
Set a new selection
setShowButtonAdd(boolean) - Method in class com.chap.links.client.Timeline.Options
If set to true (default), and the timeline is editable, an add button is shown in the navigation menu
setShowCurrentTime(boolean) - Method in class com.chap.links.client.Timeline.Options
If set to true (default), a vertical line is shown at the current time
setShowCustomTime(boolean) - Method in class com.chap.links.client.Timeline.Options
If set to true, the custom time bar is shown.
setShowMajorLabels(boolean) - Method in class com.chap.links.client.Timeline.Options
By default, the timeline shows both minor and major date labels on the horizontal axis.
setShowMinorLabels(boolean) - Method in class com.chap.links.client.Timeline.Options
By default, the timeline shows both minor and major date labels on the horizontal axis.
setShowNavigation(boolean) - Method in class com.chap.links.client.Timeline.Options
If set to true, a navigation menu is shown, containing buttons to move and zoom the timeline.
setSnapEvents(boolean) - Method in class com.chap.links.client.Timeline.Options
If true (default), the start and end of an event will be snapped nice integer values when moving or resizing the event.
setStackEvents(boolean) - Method in class com.chap.links.client.Timeline.Options
If set to true, the events are stacked above each other to prevent overlapping events.
setStart(Date) - Method in class com.chap.links.client.events.RangeChangedHandler.RangeChangedEvent
 
setStart(Date) - Method in class com.chap.links.client.Timeline.Options
Set the start date for the timeline
setStyle(Timeline.Options.STYLE) - Method in class com.chap.links.client.Timeline.Options
Set the style for the timeline.
setTime(Date) - Method in class com.chap.links.client.events.TimeChangedHandler.TimeChangedEvent
 
setTime(Date) - Method in class com.chap.links.client.events.TimeChangeHandler.TimeChangeEvent
 
setVisibleChartRange(Date, Date) - Method in class com.chap.links.client.Timeline
Set a new start and end date Use the function redraw() to redraw after changing the time
setVisibleChartRangeAuto() - Method in class com.chap.links.client.Timeline
Move the visible range such that all loaded events are within the visible range.
setVisibleChartRangeNow() - Method in class com.chap.links.client.Timeline
Move the visible range such that the current time is located in the center of the timeline.
setWidth(int) - Method in class com.chap.links.client.Timeline.Options
Set the width for the timeline in pixels.
setWidth(String) - Method in class com.chap.links.client.Timeline.Options
Set the width for the timeline in pixels or percentages.
setZoomable(boolean) - Method in class com.chap.links.client.Timeline.Options
If true (default), the timeline can be zoomed.
setZoomMax(long) - Method in class com.chap.links.client.Timeline.Options
Set a maximum zoom interval for the visible range in milliseconds.
setZoomMin(long) - Method in class com.chap.links.client.Timeline.Options
Set a minimum zoom interval for the visible range in milliseconds.

T

TimeChangedHandler - Class in com.chap.links.client.events
This class handles customTime events for the Timeline
TimeChangedHandler() - Constructor for class com.chap.links.client.events.TimeChangedHandler
 
TimeChangedHandler.TimeChangedEvent - Class in com.chap.links.client.events
This event is fired after the time range is changed due to the user dragging the timeline or clicking a button in the navigation menu
TimeChangedHandler.TimeChangedEvent() - Constructor for class com.chap.links.client.events.TimeChangedHandler.TimeChangedEvent
 
TimeChangeHandler - Class in com.chap.links.client.events
This class handles customTime events for the Timeline
TimeChangeHandler() - Constructor for class com.chap.links.client.events.TimeChangeHandler
 
TimeChangeHandler.TimeChangeEvent - Class in com.chap.links.client.events
This event is fired when the user is dragging the custom-time bar.
TimeChangeHandler.TimeChangeEvent() - Constructor for class com.chap.links.client.events.TimeChangeHandler.TimeChangeEvent
 
Timeline - Class in com.chap.links.client
The timeline is a visualization chart to visualize events in time.
Timeline() - Constructor for class com.chap.links.client.Timeline
Constructor
Timeline(AbstractDataTable, Timeline.Options) - Constructor for class com.chap.links.client.Timeline
Constructor
Timeline(JavaScriptObject, Timeline.Options) - Constructor for class com.chap.links.client.Timeline
Constructor
Timeline.DateRange - Class in com.chap.links.client
DateRange contains a start date and an end date
Timeline.DateRange() - Constructor for class com.chap.links.client.Timeline.DateRange
 
Timeline.DateRange(Date, Date) - Constructor for class com.chap.links.client.Timeline.DateRange
 
Timeline.Options - Class in com.chap.links.client
Options for drawing the timeline.
Timeline.Options() - Constructor for class com.chap.links.client.Timeline.Options
Constructor
Timeline.Options.SCALE - Enum in com.chap.links.client
 
Timeline.Options.STYLE - Enum in com.chap.links.client
 
TimelineEntryPoint - Class in com.chap.links.client
TimelineEntryPoint Entry point classes define onModuleLoad().
TimelineEntryPoint() - Constructor for class com.chap.links.client.TimelineEntryPoint
 

U

unselectItem() - Method in class com.chap.links.client.Timeline
Unselect the currently selected event (if any)

V

valueOf(String) - Static method in enum com.chap.links.client.Timeline.Options.SCALE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.chap.links.client.Timeline.Options.STYLE
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.chap.links.client.Timeline.Options.SCALE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.chap.links.client.Timeline.Options.STYLE
Returns an array containing the constants of this enum type, in the order they are declared.

Z

zoom(double, Date) - Method in class com.chap.links.client.Timeline
Zoom the timeline the given zoomfactor in or out.
zoom(double) - Method in class com.chap.links.client.Timeline
Zoom the timeline the given zoomfactor in or out.
A C D E G H M O P R S T U V Z