Class SidebarViewModel
- java.lang.Object
 - 
- de.xima.fc.user_portal.view_model.SidebarViewModel
 
 
- 
- All Implemented Interfaces:
 Serializable
public class SidebarViewModel extends Object implements Serializable
- Since:
 - 8.2.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSidebarViewModel.Builder 
- 
Constructor Summary
Constructors Constructor Description SidebarViewModel(SidebarViewModel.Builder builder) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SidebarViewModel.Builderbuilder()StringgetDashboardLabel()StringgetFormRecordsLabel()StringgetFormsLabel()StringgetHomeLabel()StringgetMessagesLabel()StringgetPortalEntriesLabel() 
 - 
 
- 
- 
Constructor Detail
- 
SidebarViewModel
public SidebarViewModel(SidebarViewModel.Builder builder)
 
 - 
 
- 
Method Detail
- 
builder
public static SidebarViewModel.Builder builder()
 
- 
getHomeLabel
public String getHomeLabel()
 
- 
getPortalEntriesLabel
public String getPortalEntriesLabel()
 
- 
getDashboardLabel
public String getDashboardLabel()
 
- 
getFormsLabel
public String getFormsLabel()
 
- 
getFormRecordsLabel
public String getFormRecordsLabel()
 
- 
getMessagesLabel
public String getMessagesLabel()
 
 - 
 
 -