public interface IDashboardTab
Modifier and Type | Interface and Description |
---|---|
static class |
IDashboardTab.DashboardTabType
Types of the dashboard tab
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns name of the dashboard tab
|
java.util.List<ILabel> |
getNameLabels()
Returns the tab name labels for all locales
|
java.util.List<IDashboardPanel> |
getPanels()
Returns the list of dashboard panels
|
Id |
getReportId()
Returns the reportId of the report tab
|
IDashboardTab.DashboardTabType |
getType()
Returns type of the dashboard tab
|
java.util.UUID |
getUuid()
Returns the UUID of the dashboard tab
|
boolean |
isHidden()
Returns the hidden status of the dashboard tab
|
boolean |
isLocked()
Returns the locked status of the dashboard tab
|
void |
setHidden(boolean isLocked)
Sets the locked status of the dashboard tab
|
void |
setLocked(boolean isLocked)
Sets the locked status of the dashboard tab
|
void |
setNameLabels(java.util.List<ILabel> nameLabels)
Sets the list of tab name labels
|
void |
setPanels(java.util.List<IDashboardPanel> panels)
Sets the list of dashboard panels
|
void |
setReportId(Id id)
Sets the report id of the report tab
|
void |
setUuid(java.util.UUID uuid)
Sets the UUID of the dashboard tab
|
java.lang.String getName()
IDashboardTab.DashboardTabType getType()
java.util.UUID getUuid()
Id getReportId()
java.util.List<ILabel> getNameLabels()
ILabel
the tab name labelvoid setNameLabels(java.util.List<ILabel> nameLabels)
nameLabels
- the list of ILabel
java.util.List<IDashboardPanel> getPanels()
void setPanels(java.util.List<IDashboardPanel> panels)
panels
- void setUuid(java.util.UUID uuid)
uuid
- void setReportId(Id id)
uuid
- boolean isLocked()
void setLocked(boolean isLocked)
chartType
- boolean isHidden()
void setHidden(boolean isLocked)
chartType
-
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2022. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.