Class DashboardWidgetDto
- java.lang.Object
-
- com.evolveum.midpoint.web.page.admin.home.DashboardWidgetDto
-
- All Implemented Interfaces:
Serializable
public class DashboardWidgetDto extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
D_ICON_CSS_CLASS
static String
F_MESSAGE
static String
F_NUMBER_LABEL
static String
F_STYLE_COLOR
static String
F_STYLE_CSS_STYLE
-
Constructor Summary
Constructors Constructor Description DashboardWidgetDto(DashboardWidget dashboardWidget, PageBase pageBase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIconCssClass()
String
getMessage()
String
getNumberLabel()
String
getStyleColor()
String
getStyleCssStyle()
-
-
-
Field Detail
-
F_NUMBER_LABEL
public static final String F_NUMBER_LABEL
- See Also:
- Constant Field Values
-
F_MESSAGE
public static final String F_MESSAGE
- See Also:
- Constant Field Values
-
F_STYLE_COLOR
public static final String F_STYLE_COLOR
- See Also:
- Constant Field Values
-
F_STYLE_CSS_STYLE
public static final String F_STYLE_CSS_STYLE
- See Also:
- Constant Field Values
-
D_ICON_CSS_CLASS
public static final String D_ICON_CSS_CLASS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DashboardWidgetDto
public DashboardWidgetDto(DashboardWidget dashboardWidget, PageBase pageBase)
-
-