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 Modifier and Type Method Description org.primefaces.extensions.model.layout.LayoutOptions
createLayoutOptions(boolean initClosed)
boolean
isVerticalLayout()
void
setVerticalLayout(boolean isVerticalLayout)
void
toggleVerticalLayout()
-
-
-
Method Detail
-
isVerticalLayout
public boolean isVerticalLayout()
- Returns:
- the isVerticalLayout
-
setVerticalLayout
public void setVerticalLayout(boolean isVerticalLayout)
- Parameters:
isVerticalLayout
- the isVerticalLayout to set
-
toggleVerticalLayout
public void toggleVerticalLayout()
-
createLayoutOptions
public org.primefaces.extensions.model.layout.LayoutOptions createLayoutOptions(boolean initClosed)
-
-