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.LayoutOptions
createLayoutOptions(boolean initClosed)
boolean
isVerticalLayout()
void
setVerticalLayout(boolean isVerticalLayout)
Deprecated.void
toggleVerticalLayout()
-
-
-
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.
-
-