Class UserPortalFormsPageBean

java.lang.Object
de.xima.fc.user_portal.bean.forms.UserPortalFormsPageBean
All Implemented Interfaces:
Serializable

@Named @ViewScoped public class UserPortalFormsPageBean extends Object implements Serializable
Since:
8.2.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • UserPortalFormsPageBean

      public UserPortalFormsPageBean()
  • Method Details

    • getBackButtonLabel

      public String getBackButtonLabel()
    • getBackButtonAriaLabel

      public String getBackButtonAriaLabel()
    • getOpenFormButtonAriaLabel

      public String getOpenFormButtonAriaLabel(String formName)
    • getShowFormDetailsAriaLabel

      public String getShowFormDetailsAriaLabel(String formName)
    • getFormEntryAriaLabel

      public String getFormEntryAriaLabel(String formName)
    • getRemoveFormTagAriaLabel

      public String getRemoveFormTagAriaLabel(String formTagName)
    • init

      @PostConstruct public void init()
    • getCurrentFormBackUrl

      public String getCurrentFormBackUrl()
    • toggleFormsViewLayout

      public void toggleFormsViewLayout()
    • showFormDetails

      public void showFormDetails(FormModel form)
    • getPortalContext

      public UserPortalViewContext getPortalContext()
    • getUserPortalRouter

      public UserPortalRouter getUserPortalRouter()
    • getUserManager

      public IUserPortalUserManager getUserManager()
    • getCacheBean

      public UserPortalCacheBean getCacheBean()
    • isUserLoggedIn

      public boolean isUserLoggedIn()
    • getFormPageModel

      public FormPageModel getFormPageModel()
    • getSelectedFormDetails

      public FormModel getSelectedFormDetails()
    • getFormsViewLayout

      public String getFormsViewLayout()
    • getTags

      public List<FormTagModel.FormEndUserTag> getTags()
    • setSelectedFormDetails

      public void setSelectedFormDetails(FormModel selectedFormDetails)
    • setFormsViewLayout

      public void setFormsViewLayout(String formsViewLayout)
    • setTags

      public void setTags(List<FormTagModel.FormEndUserTag> tags)