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 theUserSignupBean
for 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 String
getPanelMode()
boolean
isDialog()
void
reset()
Resets the inputs for the user signup dialogvoid
setPanelMode(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:
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
-
-