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