Class UserSignupDialogBean
- java.lang.Object
-
- de.xima.fc.gui.common.bean.security.UserSignupDialogBean
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class UserSignupDialogBean extends Object implements Serializable
Complementary bean to theUserSignupBeanfor handling the signup process of new users in the signup dialog.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH, Dresden
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserSignupDialogBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPanelMode()booleanisDialog()voidreset()Resets the inputs for the user signup dialogvoidsetPanelMode(String panelMode)
-
-
-
Method Detail
-
getPanelMode
public String getPanelMode()
- Returns:
- the panel mode of the dialog
-
setPanelMode
public void setPanelMode(String panelMode)
- Parameters:
panelMode- of the dialog to be set
-
isDialog
public boolean isDialog()
- Returns:
trueif signup process is done within the signup dialog andfalseif it is done on the signup / invitation page.
-
reset
public void reset()
Resets the inputs for the user signup dialog
-
-