Class FormPageModel
- java.lang.Object
-
- de.xima.fc.user_portal.view_model.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
getDetailsButtonLabel()
String
getFormPageSubtitle()
String
getFormPageTitle()
String
getFormSearchPlaceholder()
String
getFormTagFilterLabel()
String
getFormTagFilterPlaceholder()
String
getOpenFormButtonLabel()
-
-
-
Method Detail
-
builder
public static FormPageModel.Builder builder()
-
getDetailsButtonLabel
public String getDetailsButtonLabel()
-
getFormTagFilterLabel
public String getFormTagFilterLabel()
-
getFormTagFilterPlaceholder
public String getFormTagFilterPlaceholder()
-
getFormSearchPlaceholder
public String getFormSearchPlaceholder()
-
getFormPageTitle
public String getFormPageTitle()
-
getFormPageSubtitle
public String getFormPageSubtitle()
-
getOpenFormButtonLabel
public String getOpenFormButtonLabel()
-
-