Package com.stimulsoft.webdesigner
Class StiWebDesignerOptions.DashboardElementsOptions
java.lang.Object
com.stimulsoft.webdesigner.StiWebDesignerOptions.DashboardElementsOptions
- Enclosing class:
StiWebDesignerOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets or sets a visibility of the ChartElement item in the Dashboard Elements menu of the designer.booleanGets or sets a visibility of the GaugeElement item in the Dashboard Elements menu of the designer.booleanGets or sets a visibility of the ImageElement item in the Dashboard Elements menu of the designer.booleanGets or sets a visibility of the IndicatorElement item in the Dashboard Elements menu of the designer.booleanGets or sets a visibility of the MapElement item in the Dashboard Elements menu of the designer.booleana visibility of the OnlineMapElement item in the Dashboard Elements menu of the designer.booleanGets or sets a visibility of the PanelElement item in the Dashboard Elements menu of the designer.booleanGets or sets a visibility of the PivotElement item in the Dashboard Elements menu of the designer.booleanGets or sets a visibility of the ProgressElement item in the Dashboard Elements menu of the designer.booleana visibility of the RegionMapElement item in the Dashboard Elements menu of the designer.booleanGets or sets a visibility of the ShapeElement item in the Dashboard Elements menu of the designer.booleanGets or sets a visibility of the TableElement item in the Dashboard Elements menu of the designer.booleanGets or sets a visibility of the TextElement item in the Dashboard Elements menu of the designer.voidsetShowChartElement(boolean showChartElement) Gets or sets a visibility of the ChartElement item in the Dashboard Elements menu of the designer.voidsetShowGaugeElement(boolean showGaugeElement) Gets or sets a visibility of the GaugeElement item in the Dashboard Elements menu of the designer.voidsetShowImageElement(boolean showImageElement) Gets or sets a visibility of the ImageElement item in the Dashboard Elements menu of the designer.voidsetShowIndicatorElement(boolean showIndicatorElement) Gets or sets a visibility of the IndicatorElement item in the Dashboard Elements menu of the designer.voidsetShowMapElement(boolean showMapElement) Gets or sets a visibility of the MapElement item in the Dashboard Elements menu of the designer.voidsetShowOnlineMapElement(boolean showOnlineMapElement) a visibility of the OnlineMapElement item in the Dashboard Elements menu of the designer.voidsetShowPanelElement(boolean showPanelElement) Gets or sets a visibility of the PanelElement item in the Dashboard Elements menu of the designer.voidsetShowPivotElement(boolean showPivotElement) Gets or sets a visibility of the PivotElement item in the Dashboard Elements menu of the designer.voidsetShowProgressElement(boolean showProgressElement) Gets or sets a visibility of the ProgressElement item in the Dashboard Elements menu of the designer.voidsetShowRegionMapElement(boolean showRegionMapElement) a visibility of the RegionMapElement item in the Dashboard Elements menu of the designer.voidsetShowShapeElement(boolean showShapeElement) Gets or sets a visibility of the ShapeElement item in the Dashboard Elements menu of the designer.voidsetShowTableElement(boolean showTableElement) Gets or sets a visibility of the TableElement item in the Dashboard Elements menu of the designer.voidsetShowTextElement(boolean showTextElement) Gets or sets a visibility of the TextElement item in the Dashboard Elements menu of the designer.
-
Field Details
-
showTableElement
public boolean showTableElement -
showChartElement
public boolean showChartElement -
showGaugeElement
public boolean showGaugeElement -
showPivotElement
public boolean showPivotElement -
showIndicatorElement
public boolean showIndicatorElement -
showProgressElement
public boolean showProgressElement -
showMapElement
public boolean showMapElement -
showImageElement
public boolean showImageElement -
showTextElement
public boolean showTextElement -
showPanelElement
public boolean showPanelElement -
showShapeElement
public boolean showShapeElement -
showRegionMapElement
public boolean showRegionMapElement -
showOnlineMapElement
public boolean showOnlineMapElement
-
-
Constructor Details
-
DashboardElementsOptions
public DashboardElementsOptions()
-
-
Method Details
-
isShowRegionMapElement
public boolean isShowRegionMapElement()a visibility of the RegionMapElement item in the Dashboard Elements menu of the designer.- Returns:
- the showRegionMapElement
-
setShowRegionMapElement
public void setShowRegionMapElement(boolean showRegionMapElement) a visibility of the RegionMapElement item in the Dashboard Elements menu of the designer.- Parameters:
showRegionMapElement- the showRegionMapElement to set
-
isShowOnlineMapElement
public boolean isShowOnlineMapElement()a visibility of the OnlineMapElement item in the Dashboard Elements menu of the designer.- Returns:
- the showOnlineMapElement
-
setShowOnlineMapElement
public void setShowOnlineMapElement(boolean showOnlineMapElement) a visibility of the OnlineMapElement item in the Dashboard Elements menu of the designer.- Parameters:
showOnlineMapElement- the showOnlineMapElement to set
-
isShowTableElement
public boolean isShowTableElement()Gets or sets a visibility of the TableElement item in the Dashboard Elements menu of the designer.- Returns:
- the showTableElement
-
setShowTableElement
public void setShowTableElement(boolean showTableElement) Gets or sets a visibility of the TableElement item in the Dashboard Elements menu of the designer.- Parameters:
showTableElement- the showTableElement to set
-
isShowChartElement
public boolean isShowChartElement()Gets or sets a visibility of the ChartElement item in the Dashboard Elements menu of the designer.- Returns:
- the showChartElement
-
setShowChartElement
public void setShowChartElement(boolean showChartElement) Gets or sets a visibility of the ChartElement item in the Dashboard Elements menu of the designer.- Parameters:
showChartElement- the showChartElement to set
-
isShowGaugeElement
public boolean isShowGaugeElement()Gets or sets a visibility of the GaugeElement item in the Dashboard Elements menu of the designer.- Returns:
- the showGaugeElement
-
setShowGaugeElement
public void setShowGaugeElement(boolean showGaugeElement) Gets or sets a visibility of the GaugeElement item in the Dashboard Elements menu of the designer.- Parameters:
showGaugeElement- the showGaugeElement to set
-
isShowPivotElement
public boolean isShowPivotElement()Gets or sets a visibility of the PivotElement item in the Dashboard Elements menu of the designer.- Returns:
- the showPivotElement
-
setShowPivotElement
public void setShowPivotElement(boolean showPivotElement) Gets or sets a visibility of the PivotElement item in the Dashboard Elements menu of the designer.- Parameters:
showPivotElement- the showPivotElement to set
-
isShowIndicatorElement
public boolean isShowIndicatorElement()Gets or sets a visibility of the IndicatorElement item in the Dashboard Elements menu of the designer.- Returns:
- the showIndicatorElement
-
setShowIndicatorElement
public void setShowIndicatorElement(boolean showIndicatorElement) Gets or sets a visibility of the IndicatorElement item in the Dashboard Elements menu of the designer.- Parameters:
showIndicatorElement- the showIndicatorElement to set
-
isShowProgressElement
public boolean isShowProgressElement()Gets or sets a visibility of the ProgressElement item in the Dashboard Elements menu of the designer.- Returns:
- the showProgressElement
-
setShowProgressElement
public void setShowProgressElement(boolean showProgressElement) Gets or sets a visibility of the ProgressElement item in the Dashboard Elements menu of the designer.- Parameters:
showProgressElement- the showProgressElement to set
-
isShowMapElement
public boolean isShowMapElement()Gets or sets a visibility of the MapElement item in the Dashboard Elements menu of the designer.- Returns:
- the showMapElement
-
setShowMapElement
public void setShowMapElement(boolean showMapElement) Gets or sets a visibility of the MapElement item in the Dashboard Elements menu of the designer.- Parameters:
showMapElement- the showMapElement to set
-
isShowImageElement
public boolean isShowImageElement()Gets or sets a visibility of the ImageElement item in the Dashboard Elements menu of the designer.- Returns:
- the showImageElement
-
setShowImageElement
public void setShowImageElement(boolean showImageElement) Gets or sets a visibility of the ImageElement item in the Dashboard Elements menu of the designer.- Parameters:
showImageElement- the showImageElement to set
-
isShowTextElement
public boolean isShowTextElement()Gets or sets a visibility of the TextElement item in the Dashboard Elements menu of the designer.- Returns:
- the showTextElement
-
setShowTextElement
public void setShowTextElement(boolean showTextElement) Gets or sets a visibility of the TextElement item in the Dashboard Elements menu of the designer.- Parameters:
showTextElement- the showTextElement to set
-
isShowPanelElement
public boolean isShowPanelElement()Gets or sets a visibility of the PanelElement item in the Dashboard Elements menu of the designer.- Returns:
- the showPanelElement
-
setShowPanelElement
public void setShowPanelElement(boolean showPanelElement) Gets or sets a visibility of the PanelElement item in the Dashboard Elements menu of the designer.- Parameters:
showPanelElement- the showPanelElement to set
-
isShowShapeElement
public boolean isShowShapeElement()Gets or sets a visibility of the ShapeElement item in the Dashboard Elements menu of the designer.- Returns:
- the showShapeElement
-
setShowShapeElement
public void setShowShapeElement(boolean showShapeElement) Gets or sets a visibility of the ShapeElement item in the Dashboard Elements menu of the designer.- Parameters:
showShapeElement- the showShapeElement to set
-