Class UserSignupDialogBean
java.lang.Object
de.xima.fc.gui.common.bean.security.UserSignupDialogBean
- All Implemented Interfaces:
Serializable
Complementary bean to the
UserSignupBean for handling the signup process of new users in the signup dialog.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH, Dresden
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisDialog()voidreset()Resets the inputs for the user signup dialogvoidsetPanelMode(String panelMode)
-
Constructor Details
-
UserSignupDialogBean
public UserSignupDialogBean()
-
-
Method Details
-
getPanelMode
- Returns:
- the panel mode of the dialog
-
setPanelMode
- 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
-