java.lang.Object | |
↳ | com.microstrategy.web.objects.RWUnitVisualizationSettingsImpl |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
protected WebFormat | format |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RWUnitVisualizationSettingsImpl(WebFormat _format) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
addToList(String item)
Adds the given visualization to the list.
| ||||||||||
void |
clearList()
Clears the visualization list.
| ||||||||||
String |
getFileName()
Returns the file name (e.g.
| ||||||||||
String |
getImage()
The image to be used by this visualization
| ||||||||||
int |
getMode()
Returns the visualization mode.
| ||||||||||
String |
getProps()
The visualization properties
| ||||||||||
String |
getSelectedAndroidTabletVisualization()
Returns the currently selected visualization for Android Tablet.
| ||||||||||
String |
getSelectedAndroidVisualization()
Returns the currently selected visualization for Android.
| ||||||||||
String |
getSelectedIPadVisualization()
Returns the currently selected visualization for the ipad
| ||||||||||
String |
getSelectedIPhoneVisualization()
Returns the currently selected visualization for the iphone.
| ||||||||||
String |
getSelectedVisualization()
Returns the currently selected visualization.
| ||||||||||
String[] |
getVisualizationsList()
Returns a list of the currently activated visualizations.
| ||||||||||
boolean |
isEnabled()
Returns whether visualizations are enabled on this object.
| ||||||||||
void |
removeFromList(String item)
Removes the given visualization from the list.
| ||||||||||
void |
setEnabled(boolean enabled)
Sets whether visualizations are enabled.
| ||||||||||
void |
setFileName(String val)
Sets the file name (e.g.
| ||||||||||
void |
setImage(String image)
The image to be used by this visualization
| ||||||||||
void |
setIncludeMDProps(String includeMDProps)
Whether to include the MD properties on the XML passed to the visualization
| ||||||||||
void |
setMode(int mode)
Sets the visualization mode.
| ||||||||||
void |
setProps(String value)
The visualization properties
| ||||||||||
void |
setSelectedAndroidTabletVisualization(String val)
Sets the currently selected visualization.
| ||||||||||
void |
setSelectedAndroidVisualization(String val)
Sets the currently selected visualization.
| ||||||||||
void |
setSelectedIPadVisualization(String val)
Sets the currently selected visualization.
| ||||||||||
void |
setSelectedIPhoneVisualization(String val)
Sets the currently selected visualization.
| ||||||||||
void |
setSelectedVisualization(String val)
Sets the currently selected visualization.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Adds the given visualization to the list.
item | 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.
item | The visualization to remove from the list. |
---|
Sets whether visualizations are enabled.
enabled | True if the visualizations should be enabled, false otherwise. |
---|
Sets the file name (e.g. swf file) that corresponds to the selected visualization.
val | 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.
val | 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.
val | 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.
val | 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.
val | 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.
val | The selected visualization. |
---|