public enum DashboardComponentType extends java.lang.Enum<DashboardComponentType>
| Enum Constant and Description |
|---|
Bar
Enumeration : Bar
|
BarGrouped
Enumeration : BarGrouped
|
BarStacked
Enumeration : BarStacked
|
BarStacked100
Enumeration : BarStacked100
|
Column
Enumeration : Column
|
ColumnGrouped
Enumeration : ColumnGrouped
|
ColumnLine
Enumeration : ColumnLine
|
ColumnLineGrouped
Enumeration : ColumnLineGrouped
|
ColumnLineStacked
Enumeration : ColumnLineStacked
|
ColumnLineStacked100
Enumeration : ColumnLineStacked100
|
ColumnStacked
Enumeration : ColumnStacked
|
ColumnStacked100
Enumeration : ColumnStacked100
|
Donut
Enumeration : Donut
|
FlexTable
Enumeration : FlexTable
|
Funnel
Enumeration : Funnel
|
Gauge
Enumeration : Gauge
|
Line
Enumeration : Line
|
LineCumulative
Enumeration : LineCumulative
|
LineGrouped
Enumeration : LineGrouped
|
LineGroupedCumulative
Enumeration : LineGroupedCumulative
|
Metric
Enumeration : Metric
|
Pie
Enumeration : Pie
|
Scatter
Enumeration : Scatter
|
ScatterGrouped
Enumeration : ScatterGrouped
|
Scontrol
Enumeration : Scontrol
|
Table
Enumeration : Table
|
VisualforcePage
Enumeration : VisualforcePage
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<java.lang.String,java.lang.String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static DashboardComponentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DashboardComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DashboardComponentType Bar
public static final DashboardComponentType BarGrouped
public static final DashboardComponentType BarStacked
public static final DashboardComponentType BarStacked100
public static final DashboardComponentType Column
public static final DashboardComponentType ColumnGrouped
public static final DashboardComponentType ColumnStacked
public static final DashboardComponentType ColumnStacked100
public static final DashboardComponentType Line
public static final DashboardComponentType LineGrouped
public static final DashboardComponentType Pie
public static final DashboardComponentType Table
public static final DashboardComponentType Metric
public static final DashboardComponentType Gauge
public static final DashboardComponentType LineCumulative
public static final DashboardComponentType LineGroupedCumulative
public static final DashboardComponentType Scontrol
public static final DashboardComponentType VisualforcePage
public static final DashboardComponentType Donut
public static final DashboardComponentType Funnel
public static final DashboardComponentType ColumnLine
public static final DashboardComponentType ColumnLineGrouped
public static final DashboardComponentType ColumnLineStacked
public static final DashboardComponentType ColumnLineStacked100
public static final DashboardComponentType Scatter
public static final DashboardComponentType ScatterGrouped
public static final DashboardComponentType FlexTable
public static java.util.Map<java.lang.String,java.lang.String> valuesToEnums
public static DashboardComponentType[] values()
for (DashboardComponentType c : DashboardComponentType.values()) System.out.println(c);
public static DashboardComponentType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<DashboardComponentType>Copyright © 2020. All Rights Reserved.