public static enum DashboardCustomization.DashletLayout extends Enum<DashboardCustomization.DashletLayout>
| Enum Constant and Description |
|---|
FOUR_COLUMNS |
ONE_COLUMN |
THREE_COLUMNS |
TWO_COLUMNS_WIDE_LEFT |
TWO_COLUMNS_WIDE_RIGHT |
| Modifier and Type | Method and Description |
|---|---|
static DashboardCustomization.DashletLayout |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DashboardCustomization.DashletLayout[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DashboardCustomization.DashletLayout THREE_COLUMNS
public static final DashboardCustomization.DashletLayout TWO_COLUMNS_WIDE_LEFT
public static final DashboardCustomization.DashletLayout TWO_COLUMNS_WIDE_RIGHT
public static final DashboardCustomization.DashletLayout ONE_COLUMN
public static final DashboardCustomization.DashletLayout FOUR_COLUMNS
public final String id
public static DashboardCustomization.DashletLayout[] values()
for (DashboardCustomization.DashletLayout c : DashboardCustomization.DashletLayout.values()) System.out.println(c);
public static DashboardCustomization.DashletLayout valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017 Alfresco Software. All rights reserved.