Class icm.pgwidget.casevisualizer.dijit.TimelineComponent
Defined in: <icm/pgwidget/casevisualizer/dijit/TimelineComponent.js>.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
|
clear()
Clear elements from the canvas and recreate a group
|
|
|
destroy()
|
|
|
getComponents(timelineViewOnly, includeHidden)
|
|
|
getEndTime(mode)
|
|
|
getNextComponent(includeHidden)
|
|
|
getPreviousComponent(includeHidden)
|
|
|
getStartTime(mode)
|
|
|
getStore()
|
|
|
hide(forceHide)
|
|
|
init(index, width, height, showOnOpen)
|
|
|
layout(dims)
|
|
|
offsetBottomBorder(offset)
|
|
|
refresh()
|
|
|
resize(width, height)
Resize this view
|
|
|
show(forceShow)
|
|
|
update()
|
|
|
updateNowScrubber(hide)
|
|
|
Updates the scalers (timeToX and xToTime).
|
|
|
updateTimeScrubber(hide)
|
Method Detail
clear()
Clear elements from the canvas and recreate a group
constructor()
destroy()
getComponents(timelineViewOnly, includeHidden)
- Parameters:
- timelineViewOnly
- includeHidden
getEndTime(mode)
- Parameters:
- mode
getNextComponent(includeHidden)
- Parameters:
- includeHidden
getPreviousComponent(includeHidden)
- Parameters:
- includeHidden
getStartTime(mode)
- Parameters:
- mode
getStore()
hide(forceHide)
- Parameters:
- forceHide
init(index, width, height, showOnOpen)
- Parameters:
- index
- width
- height
- showOnOpen
initNowScrubber()
initTimePeriodScrubbers()
initTimeScrubber()
isVisible()
layout(dims)
- Parameters:
- dims
offsetBottomBorder(offset)
- Parameters:
- offset
postRender()
refresh()
renderBorders()
renderImmediate()
resize(width, height)
Resize this view
- Parameters:
- {Number} width
- new width for the view
- {Number} height
- new height for the view
show(forceShow)
- Parameters:
- forceShow
update()
updateNowScrubber(hide)
- Parameters:
- hide
updateScales()
Updates the scalers (timeToX and xToTime).
Typically called when the histogram is loaded, but also when the
view is resized
updateTimePeriodScrubbers(hide)
- Parameters:
- hide
updateTimeScrubber(hide)
- Parameters:
- hide