| Modifier and Type | Method and Description |
|---|---|
static DashboardCustomization.DashletLayout |
DashboardCustomization.DashletLayout.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DashboardCustomization.DashletLayout[] |
DashboardCustomization.DashletLayout.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserService.addDashlet(String userName,
String password,
DashboardCustomization.UserDashlet dashlet,
DashboardCustomization.DashletLayout layout,
int column,
int position)
Add dashlet to user dashboard
|
boolean |
SiteService.addDashlet(String userName,
String password,
String siteName,
DashboardCustomization.SiteDashlet dashlet,
DashboardCustomization.DashletLayout layout,
int column,
int position)
Add dashlet to site dashboard
|
Copyright © 2017 Alfresco Software. All rights reserved.