Package com.stimulsoft.webdesigner
Class StiWebDesignerOptions.DashboardsOptions
java.lang.Object
com.stimulsoft.webdesigner.StiWebDesignerOptions.DashboardsOptions
- Enclosing class:
StiWebDesignerOptions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetShowNewDashboardButton(boolean showNewDashboardButton)
-
Field Details
-
showNewDashboardButton
public boolean showNewDashboardButton
-
-
Constructor Details
-
DashboardsOptions
public DashboardsOptions()
-
-
Method Details
-
isShowNewDashboardButton
public boolean isShowNewDashboardButton()- Returns:
- the showNewDashboardButton
-
setShowNewDashboardButton
public void setShowNewDashboardButton(boolean showNewDashboardButton) - Parameters:
showNewDashboardButton- the showNewDashboardButton to set
-