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 TypeMethodDescriptionboolean
isDialog()
void
reset()
Resets the inputs for the user signup dialogvoid
setPanelMode
(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:
true
if signup process is done within the signup dialog andfalse
if it is done on the signup / invitation page.
-
reset
public void reset()Resets the inputs for the user signup dialog
-