public class OwDynamicLayoutSettings extends Object
Class for holding some of the settings of dynamic layout.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Constructor and Description |
---|
OwDynamicLayoutSettings(boolean usePersistency_p,
OwAppContext context_p,
String bagID_p)
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Getter for tree height property.
|
int |
getWidth()
Getter for width property
|
boolean |
isNavPanelCollapsed() |
boolean |
isPropPreviewPanelCollapsed() |
void |
setHeight(int height_p)
Setter for tree height property.
|
void |
setNavPanelCollapsed(boolean m_navPanelCollapsed) |
void |
setPropPreviewPanelCollapsed(boolean m_propPreviewPanelCollapsed) |
void |
setWidth(int width_p)
Setter for width property.
|
public OwDynamicLayoutSettings(boolean usePersistency_p, OwAppContext context_p, String bagID_p)
usePersistency_p
- context_p
- bagID_p
- public void setHeight(int height_p)
public int getHeight()
public void setWidth(int width_p)
width_p
- - the width.public int getWidth()
public boolean isPropPreviewPanelCollapsed()
public void setPropPreviewPanelCollapsed(boolean m_propPreviewPanelCollapsed)
public boolean isNavPanelCollapsed()
public void setNavPanelCollapsed(boolean m_navPanelCollapsed)
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.