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 classFormPageModel.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FormPageModel.Builderbuilder()StringgetBackButtonLabel()StringgetDetailsButtonLabel()StringgetFilterSelectTooltip()StringgetFormPageSubtitle()StringgetFormSearchPlaceholder()StringgetFormsEmptyLabel()StringgetFormTagFilterLabel()StringgetFormTagFilterPlaceholder()StringgetHeader()StringgetOpenFormButtonLabel()StringgetToMyFormRecordsButtonLabel()
-
-
-
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()
-
-