Package de.xima.fc.inbox.bean
Class InboxLayoutBean
- java.lang.Object
 - 
- de.xima.fc.inbox.bean.InboxLayoutBean
 
 
- 
- All Implemented Interfaces:
 Serializable
@Named @ViewScoped public class InboxLayoutBean extends Object implements Serializable
- Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description InboxLayoutBean() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.primefaces.extensions.model.layout.LayoutOptionscreateLayoutOptions(boolean initClosed)booleanisVerticalLayout()voidsetVerticalLayout(boolean isVerticalLayout)Deprecated.voidtoggleVerticalLayout() 
 - 
 
- 
- 
Method Detail
- 
isVerticalLayout
public boolean isVerticalLayout()
 
- 
toggleVerticalLayout
public void toggleVerticalLayout()
 
- 
createLayoutOptions
public org.primefaces.extensions.model.layout.LayoutOptions createLayoutOptions(boolean initClosed)
 
- 
setVerticalLayout
@Deprecated public void setVerticalLayout(boolean isVerticalLayout)
Deprecated. 
 - 
 
 -