public static enum DashboardCustomization.Page extends Enum<DashboardCustomization.Page>
| Enum Constant and Description |
|---|
BLOG |
CALENDAR |
DATALISTS |
DISCUSSIONS |
DOCLIB |
LINKS |
WIKI |
| Modifier and Type | Method and Description |
|---|---|
static DashboardCustomization.Page |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DashboardCustomization.Page[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DashboardCustomization.Page BLOG
public static final DashboardCustomization.Page WIKI
public static final DashboardCustomization.Page LINKS
public static final DashboardCustomization.Page DOCLIB
public static final DashboardCustomization.Page CALENDAR
public static final DashboardCustomization.Page DATALISTS
public static final DashboardCustomization.Page DISCUSSIONS
public final String pageId
public static DashboardCustomization.Page[] values()
for (DashboardCustomization.Page c : DashboardCustomization.Page.values()) System.out.println(c);
public static DashboardCustomization.Page 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 © 2015 Alfresco Software. All rights reserved.