com.microstrategy.web.objects.WebVisualizationSettings |
![]() |
The WebVisualizationSettings interface represents the list of visualization settings for a report, RW document, or RW grid. All changes made to this collection are not persisted to backend unless the appropriate applyChanges method on the report/RW instance is called.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
addToList(String visualization)
Adds the given visualization to the list.
| ||||||||||
abstract void |
clearList()
Clears the visualization list.
| ||||||||||
abstract String |
getFileName()
Returns the file name (e.g.
| ||||||||||
abstract String |
getImage()
The image to be used by this visualization
| ||||||||||
abstract int |
getMode()
Returns the visualization mode.
| ||||||||||
abstract String |
getProps()
The visualization properties
| ||||||||||
abstract String |
getSelectedAndroidTabletVisualization()
Returns the currently selected visualization for Android Tablet.
| ||||||||||
abstract String |
getSelectedAndroidVisualization()
Returns the currently selected visualization for Android.
| ||||||||||
abstract String |
getSelectedIPadVisualization()
Returns the currently selected visualization for the ipad
| ||||||||||
abstract String |
getSelectedIPhoneVisualization()
Returns the currently selected visualization for the iphone.
| ||||||||||
abstract String |
getSelectedVisualization()
Returns the currently selected visualization.
| ||||||||||
abstract String[] |
getVisualizationsList()
Returns a list of the currently activated visualizations.
| ||||||||||
abstract boolean |
isEnabled()
Returns whether visualizations are enabled on this object.
| ||||||||||
abstract void |
removeFromList(String visualization)
Removes the given visualization from the list.
| ||||||||||
abstract void |
setEnabled(boolean val)
Sets whether visualizations are enabled.
| ||||||||||
abstract void |
setFileName(String fileName)
Sets the file name (e.g.
| ||||||||||
abstract void |
setImage(String image)
The image to be used by this visualization
| ||||||||||
abstract void |
setIncludeMDProps(String includeMDProps)
Whether to include the MD properties on the XML passed to the visualization
| ||||||||||
abstract void |
setMode(int mode)
Sets the visualization mode.
| ||||||||||
abstract void |
setProps(String value)
The visualization properties
| ||||||||||
abstract void |
setSelectedAndroidTabletVisualization(String visualization)
Sets the currently selected visualization.
| ||||||||||
abstract void |
setSelectedAndroidVisualization(String visualization)
Sets the currently selected visualization.
| ||||||||||
abstract void |
setSelectedIPadVisualization(String visualization)
Sets the currently selected visualization.
| ||||||||||
abstract void |
setSelectedIPhoneVisualization(String visualization)
Sets the currently selected visualization.
| ||||||||||
abstract void |
setSelectedVisualization(String visualization)
Sets the currently selected visualization.
|
Adds the given visualization to the list.
visualization | The visualization to add to the list. |
---|
Clears the visualization list.
Returns the file name (e.g. swf file) that corresponds to the selected visualization.
The image to be used by this visualization
Returns the visualization mode. If this is 0, then the visualization mode is off. If it is nonzero, then the visualization mode is the value returned. It is up to the API user to define the meanings of the various visualization modes.
The visualization properties
Returns the currently selected visualization for Android Tablet.
Returns the currently selected visualization for Android.
Returns the currently selected visualization for the ipad
Returns the currently selected visualization for the iphone.
Returns the currently selected visualization.
Returns a list of the currently activated visualizations.
Returns whether visualizations are enabled on this object.
Removes the given visualization from the list.
visualization | The visualization to remove from the list. |
---|
Sets whether visualizations are enabled.
val | True if the visualizations should be enabled, false otherwise. |
---|
Sets the file name (e.g. swf file) that corresponds to the selected visualization.
fileName | the file name (e.g. swf file) that corresponds to the selected visualization. |
---|
The image to be used by this visualization
image | The image to be used by this visualization |
---|
Whether to include the MD properties on the XML passed to the visualization
Sets the visualization mode.
mode | The new visualization mode. |
---|
The visualization properties
value | The visualization properties |
---|
Sets the currently selected visualization. It is recommended that this be one of the object from the visualization list returned from getVisualizationsList.
visualization | The selected visualization. |
---|
Sets the currently selected visualization. It is recommended that this be one of the object from the visualization list returned from getVisualizationsList.
visualization | The selected visualization. |
---|
Sets the currently selected visualization. It is recommended that this be one of the object from the visualization list returned from getVisualizationsList.
visualization | The selected visualization. |
---|
Sets the currently selected visualization. It is recommended that this be one of the object from the visualization list returned from getVisualizationsList.
visualization | The selected visualization. |
---|
Sets the currently selected visualization. It is recommended that this be one of the object from the visualization list returned from getVisualizationsList.
visualization | The selected visualization. |
---|