Class FormPageModel
- java.lang.Object
-
- de.xima.fc.user_portal.view_model.pages.FormPageModel
-
public class FormPageModel extends Object
The model for the form page which holds the data from the portal localizations.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FormPageModel.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FormPageModel.Builder
builder()
String
getBackButtonLabel()
String
getDetailsButtonLabel()
String
getFilterSelectTooltip()
String
getFormPageSubtitle()
String
getFormSearchPlaceholder()
String
getFormsEmptyLabel()
String
getFormTagFilterLabel()
String
getFormTagFilterPlaceholder()
String
getHeader()
String
getOpenFormButtonLabel()
String
getToMyFormRecordsButtonLabel()
-
-
-
Method Detail
-
getBackButtonLabel
public String getBackButtonLabel()
-
getFilterSelectTooltip
public String getFilterSelectTooltip()
-
getFormsEmptyLabel
public String getFormsEmptyLabel()
-
builder
public static FormPageModel.Builder builder()
-
getDetailsButtonLabel
public String getDetailsButtonLabel()
-
getFormTagFilterLabel
public String getFormTagFilterLabel()
-
getFormTagFilterPlaceholder
public String getFormTagFilterPlaceholder()
-
getFormSearchPlaceholder
public String getFormSearchPlaceholder()
-
getFormPageSubtitle
public String getFormPageSubtitle()
-
getOpenFormButtonLabel
public String getOpenFormButtonLabel()
-
getHeader
public String getHeader()
-
getToMyFormRecordsButtonLabel
public String getToMyFormRecordsButtonLabel()
-
-