Class LoginLayoutBean
- java.lang.Object
 - 
- de.xima.fc.gui.common.bean.security.LoginLayoutBean
 
 
- 
- All Implemented Interfaces:
 Serializable
@Named @ViewScoped public class LoginLayoutBean extends Object implements Serializable
Bean for accessing the backend login layout configuration.- Since:
 - 8.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description LoginLayoutBean() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ELoginLayoutgetLoginLayout()StringgetNotice()booleanisHorizontalLayout()booleanisShowInputClients()booleanisShowInputClientsInTabs()booleanisShowNoticeAtInputClients()booleanisShowRedirectClients() 
 - 
 
- 
- 
Method Detail
- 
getNotice
public String getNotice()
 
- 
getLoginLayout
public ELoginLayout getLoginLayout()
 
- 
isHorizontalLayout
public boolean isHorizontalLayout()
 
- 
isShowInputClientsInTabs
public boolean isShowInputClientsInTabs()
 
- 
isShowInputClients
public boolean isShowInputClients()
 
- 
isShowRedirectClients
public boolean isShowRedirectClients()
 
- 
isShowNoticeAtInputClients
public boolean isShowNoticeAtInputClients()
 
 - 
 
 -