Known Direct Subclasses
|
Class Overview
This is an abstract class for transforms that generate the data for Mojo or Android visualizations.
Its output format is JSON
Public Constructors
public
AbstractBasicMojoVisualizationDataTransform
()
Public Methods
public
String
getDescription
()
public
abstract
void
populateGridBlock
(Block gridBlock)
Protected Methods
protected
AppContext
getAppContext
()
Convenience method that returns the current AppContext.
This method might return null if the Transform is used outside
Microstrategy Web.
Returns
AppContext
instance related with the bean being transformed.
protected
HashList<String, String>
getVisProps
()
protected
void
setVisProp
(Block blockList, String propName, String propVal)