Class DashboardPageModel
- java.lang.Object
-
- de.xima.fc.user_portal.view_model.DashboardPageModel
-
- All Implemented Interfaces:
Serializable
public class DashboardPageModel extends Object implements Serializable
The model for the dashboard page which holds the data from the portal localizations.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DashboardPageModel.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DashboardPageModel.Builder
builder()
String
getDashboardAllFormRecordsLabel()
String
getDashboardAllMessagesLabel()
String
getDashboardFormRecordsHeader()
String
getDashboardMessagesHeader()
String
getDashboardNewFormRecordButtonLabel()
String
getDashboardNewFormRecordDescription()
String
getDashboardNewFormRecordTitle()
String
getDashboardSearchbarPlaceholder()
-
-
-
Method Detail
-
builder
public static DashboardPageModel.Builder builder()
-
getDashboardFormRecordsHeader
public String getDashboardFormRecordsHeader()
-
getDashboardAllFormRecordsLabel
public String getDashboardAllFormRecordsLabel()
-
getDashboardMessagesHeader
public String getDashboardMessagesHeader()
-
getDashboardAllMessagesLabel
public String getDashboardAllMessagesLabel()
-
getDashboardNewFormRecordTitle
public String getDashboardNewFormRecordTitle()
-
getDashboardNewFormRecordDescription
public String getDashboardNewFormRecordDescription()
-
getDashboardNewFormRecordButtonLabel
public String getDashboardNewFormRecordButtonLabel()
-
getDashboardSearchbarPlaceholder
public String getDashboardSearchbarPlaceholder()
-
-