public interface IDashboardWidget
| Modifier and Type | Interface and Description |
|---|---|
static class |
IDashboardWidget.DashboardWidgetType |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAggregationFieldName()
Returns the aggregation Field
|
java.lang.String |
getChartDataField()
Returns the field name that is used by the chart
|
java.lang.String |
getChartType()
Returns the type of chart
|
java.lang.Integer |
getDueSoonCutoff()
Returns the due to cut off in week
|
Id |
getFilterId()
Returns the filter Id
|
java.lang.String |
getLabel()
Returns the label for static link
|
java.util.List<ILabel> |
getLinkLabels()
Returns the static link labels for all locales
|
java.lang.String |
getName()
Returns name of the dashboard widget
|
java.lang.String |
getObjectTypeName()
Returns the object type name
|
java.lang.String |
getSummaryType()
Returns the summary Type
|
java.lang.String |
getText()
Returns the text content for guidance
|
java.util.List<ILabel> |
getTextLabels()
Returns the texts for all locales
|
IDashboardWidget.DashboardWidgetType |
getType()
Returns type of the dashboard widget
|
java.lang.String |
getUrl()
Returns the static link URL
|
java.util.UUID |
getUuid()
Returns the UUID of the dashboard panel
|
void |
setAggregationFieldName(java.lang.String aggregationField)
Sets the Aggreation field
|
void |
setChartDataField(java.lang.String chartDataField)
Sets the field name that is used by the chart
|
void |
setChartType(java.lang.String chartType)
Sets the type of chart
|
void |
setDueSoonCutoff(java.lang.Integer dueSoonCutoff)
Sets the due to cut off in week
|
void |
setFilterId(Id filterId)
Sets the filter Id
|
void |
setLabel(java.lang.String label)
Sets the label for static link
|
void |
setLinkLabels(java.util.List<ILabel> labels)
Sets the static link labels
|
void |
setObjectTypeName(java.lang.String name)
Sets the object type by name
|
void |
setSummaryType(java.lang.String summaryType)
Sets the summary type
|
void |
setText(java.lang.String text)
Sets the text content for guidance
|
void |
setTextLabels(java.util.List<ILabel> labels)
Sets the texts for all locales
|
void |
setUrl(java.lang.String url)
Sets the static link URL
|
void |
setUuid(java.util.UUID uuid)
Sets the UUID of the dashboard panel
|
java.lang.String getName()
java.util.UUID getUuid()
void setUuid(java.util.UUID uuid)
uuid - IDashboardWidget.DashboardWidgetType getType()
java.lang.String getObjectTypeName()
void setObjectTypeName(java.lang.String name)
name - Id getFilterId()
void setFilterId(Id filterId)
filterId - java.lang.String getChartType()
void setChartType(java.lang.String chartType)
chartType - java.lang.String getChartDataField()
void setChartDataField(java.lang.String chartDataField)
chartDataField - java.lang.Integer getDueSoonCutoff()
void setDueSoonCutoff(java.lang.Integer dueSoonCutoff)
dueSoonCutoff - java.lang.String getLabel()
void setLabel(java.lang.String label)
label - java.util.List<ILabel> getLinkLabels()
void setLinkLabels(java.util.List<ILabel> labels)
labels - java.lang.String getUrl()
void setUrl(java.lang.String url)
url - java.lang.String getText()
void setText(java.lang.String text)
text - java.util.List<ILabel> getTextLabels()
void setTextLabels(java.util.List<ILabel> labels)
labels - java.lang.String getSummaryType()
void setSummaryType(java.lang.String summaryType)
summaryType - java.lang.String getAggregationFieldName()
void setAggregationFieldName(java.lang.String aggregationField)
aggregation - field
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2021. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.