java.lang.Object | ||||
↳ | com.microstrategy.web.transform.AbstractTransform | |||
↳ | com.microstrategy.web.app.transforms.AbstractBasicReportTransform | |||
↳ | com.microstrategy.web.app.transforms.AbstractBasicMojoVisualizationDataTransform | |||
↳ | com.microstrategy.web.app.transforms.TimelineMojoVisualizationDataTransform |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public FormalParameter | _imagesLocation | The location of the images used for the popup Default value: "images/" |
[Expand]
Inherited Fields | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TimelineMojoVisualizationDataTransform()
Generates Data to be used by Mojo visualization
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void | populateGridBlock(Block gridBlock) |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getFormatedDate(String dateStr)
Returns a date formatted as ISO 8601 as required per the timeline sample.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
|
The location of the images used for the popup Default value: "images/"
Generates Data to be used by Mojo visualization
Returns a date formatted as ISO 8601 as required per the timeline sample.
Note: overwrite this and #addDateFormat(Tag) to change date format.
dateStr | the date to format |
---|