public static class WebUIPropertiesConfigService.PopupWindowProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
HEIGHT
The Constant HEIGHT.
|
static String |
WIDTH
The Constant WIDTH.
|
| Constructor and Description |
|---|
PopupWindowProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
Gets the height.
|
int |
getWidth()
Gets the width.
|
void |
setHeight(int height)
Sets the height.
|
void |
setWidth(int width)
Sets the width.
|
public static final String WIDTH
public static final String HEIGHT
public int getWidth()
public void setWidth(int width)
width - the new widthpublic int getHeight()
public void setHeight(int height)
height - the new heightCopyright © 2003–2019 eXo Platform SAS. All rights reserved.