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 StringD_ICON_CSS_CLASSstatic StringF_MESSAGEstatic StringF_NUMBER_LABELstatic StringF_STYLE_COLORstatic StringF_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 StringgetIconCssClass()StringgetMessage()StringgetNumberLabel()StringgetStyleColor()StringgetStyleCssStyle()
-
-
-
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)
-
-