com.wewebu.ow.server.app
Class OwDynamicLayoutSettings

java.lang.Object
  extended by com.wewebu.ow.server.app.OwDynamicLayoutSettings

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

Since:
3.1.0.0

Constructor Summary
OwDynamicLayoutSettings(boolean usePersistency_p, OwAppContext context_p, String bagID_p)
          Constructor
 
Method Summary
 int getHeight()
          Getter for tree height property.
 int getWidth()
          Getter for width property
 void setHeight(int height_p)
          Setter for tree height property.
 void setWidth(int width_p)
          Setter for width property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwDynamicLayoutSettings

public OwDynamicLayoutSettings(boolean usePersistency_p,
                               OwAppContext context_p,
                               String bagID_p)
Constructor

Parameters:
usePersistency_p -
context_p -
bagID_p -
Method Detail

setHeight

public void setHeight(int height_p)
Setter for tree height property.


getHeight

public int getHeight()
Getter for tree height property.

Returns:
the tree height property value.

setWidth

public void setWidth(int width_p)
Setter for width property.

Parameters:
width_p - - the width.

getWidth

public int getWidth()
Getter for width property

Returns:
- the width


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.