org.exoplatform.wcm.webui
Class WebUIPropertiesConfigService.PopupWindowProperties

java.lang.Object
  extended by org.exoplatform.wcm.webui.WebUIPropertiesConfigService.PopupWindowProperties
Enclosing class:
WebUIPropertiesConfigService

public static class WebUIPropertiesConfigService.PopupWindowProperties
extends java.lang.Object

The Class PopupWindowProperties.


Field Summary
static java.lang.String HEIGHT
          The Constant HEIGHT.
static java.lang.String WIDTH
          The Constant WIDTH.
 
Constructor Summary
WebUIPropertiesConfigService.PopupWindowProperties()
           
 
Method Summary
 int getHeight()
          Gets the height.
 int getWidth()
          Gets the width.
 void setHeight(int height)
          Sets the height.
 void setWidth(int width)
          Sets the width.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WIDTH

public static final java.lang.String WIDTH
The Constant WIDTH.


HEIGHT

public static final java.lang.String HEIGHT
The Constant HEIGHT.

Constructor Detail

WebUIPropertiesConfigService.PopupWindowProperties

public WebUIPropertiesConfigService.PopupWindowProperties()
Method Detail

getWidth

public int getWidth()
Gets the width.

Returns:
the width

setWidth

public void setWidth(int width)
Sets the width.

Parameters:
width - the new width

getHeight

public int getHeight()
Gets the height.

Returns:
the height

setHeight

public void setHeight(int height)
Sets the height.

Parameters:
height - the new height


Copyright © 2011 eXo Platform SAS. All Rights Reserved.