Class TimelineMojoVisualizationDataTransform
- 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
-
- All Implemented Interfaces:
Transform
public class TimelineMojoVisualizationDataTransform extends AbstractBasicMojoVisualizationDataTransform
-
-
Field Summary
Fields Modifier and Type Field Description FormalParameter
_imagesLocation
The location of the images used for the popup Default value: "images/"-
Fields inherited from class com.microstrategy.web.app.transforms.AbstractBasicReportTransform
_bean, _rb, _rwb, _vb
-
-
Constructor Summary
Constructors Constructor Description TimelineMojoVisualizationDataTransform()
Generates Data to be used by Mojo visualization
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getFormatedDate(java.lang.String dateStr)
Returns a date formatted as ISO 8601 as required per the timeline sample.
Note: overwrite this and#addDateFormat(Tag)
to change date format.void
populateGridBlock(Block gridBlock)
-
Methods inherited from class com.microstrategy.web.app.transforms.AbstractBasicMojoVisualizationDataTransform
getAppContext, getDescription, getVisProps, render, setVisProp
-
Methods inherited from class com.microstrategy.web.app.transforms.AbstractBasicReportTransform
addFormalParameter, getElemsMapHelper, getGraphBean, getGridData, getHyperLinkHelper, getReportBean, getRWBean, getSupportedBeanType, getViewBean, getWebGridData, getWebReportGrid, getWebTemplate, initBeans, initGridData, isDesignMode, isFeatureAvailable, isReport, isTrue, supports, transform
-
Methods inherited from class com.microstrategy.web.transform.AbstractTransform
addFormalParam, canTransform, getEvents, getFormalParams, getID, getPreview, isPreviewAvailable, isResolved, removeFormalParam, setAnnotation, setDeprecated, supports
-
-
-
-
Field Detail
-
_imagesLocation
public FormalParameter _imagesLocation
The location of the images used for the popup Default value: "images/"
-
-
Method Detail
-
populateGridBlock
public void populateGridBlock(Block gridBlock)
- Specified by:
populateGridBlock
in classAbstractBasicMojoVisualizationDataTransform
-
getFormatedDate
protected java.lang.String getFormatedDate(java.lang.String dateStr)
Returns a date formatted as ISO 8601 as required per the timeline sample.
Note: overwrite this and#addDateFormat(Tag)
to change date format.- Parameters:
dateStr
- the date to format- Returns:
- The date formatted as ISO 8601
-
-