|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.app.OwDynamicLayoutSettings
public class OwDynamicLayoutSettings
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 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 |
---|
public OwDynamicLayoutSettings(boolean usePersistency_p, OwAppContext context_p, String bagID_p)
usePersistency_p
- context_p
- bagID_p
- Method Detail |
---|
public void setHeight(int height_p)
public int getHeight()
public void setWidth(int width_p)
width_p
- - the width.public int getWidth()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |