Package | Description |
---|---|
com.evolveum.midpoint.web.page.admin.home.component |
Modifier and Type | Method and Description |
---|---|
static DashboardColor |
DashboardColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DashboardColor[] |
DashboardColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AsyncDashboardPanel(String id,
org.apache.wicket.model.IModel<String> title,
String icon,
DashboardColor color) |
AsyncDashboardPanel(String id,
org.apache.wicket.model.IModel<String> title,
String icon,
org.apache.wicket.model.IModel<V> callableParameterModel,
DashboardColor color) |
AsyncDashboardPanel(String id,
org.apache.wicket.model.IModel<String> title,
String icon,
org.apache.wicket.model.IModel<V> callableParameterModel,
org.apache.wicket.util.time.Duration durationSecs,
DashboardColor color) |
DashboardPanel(String id,
org.apache.wicket.model.IModel<T> model,
org.apache.wicket.model.IModel<String> title,
String icon,
DashboardColor color) |
Copyright © 2015 evolveum. All rights reserved.