|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.ui.web.impl.WebResource
com.sibvisions.rad.ui.web.impl.WebDimension
public class WebDimension
Web server implementation of IDimension.
| Constructor Summary | |
|---|---|
WebDimension()
Creates a new instance of WebDimension. |
|
WebDimension(int pWidth,
int pHeight)
Creates a new instance of WebDimension with the given with and height. |
|
| Method Summary | |
|---|---|
String |
getAsString()
Gets this Object as String. |
int |
getHeight()
The height of the IDimension. |
int |
getWidth()
The width of the IDimension. |
void |
setAsString(String pValue)
Sets this Object as String. |
void |
setHeight(int pHeight)
Sets the height of the IDimension. |
void |
setWidth(int pWidth)
Sets the width of the IDimension. |
| Methods inherited from class com.sibvisions.rad.ui.web.impl.WebResource |
|---|
getNullableAsString, getResource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.rad.ui.IResource |
|---|
getResource |
| Constructor Detail |
|---|
public WebDimension()
WebDimension.
IDimension
public WebDimension(int pWidth,
int pHeight)
WebDimension with the given with and height.
pWidth - the widthpHeight - the heightIDimension| Method Detail |
|---|
public String getAsString()
getAsString in class WebResourcepublic int getWidth()
IDimension.
getWidth in interface IDimensionpublic void setWidth(int pWidth)
IDimension.
setWidth in interface IDimensionpWidth - the widthpublic int getHeight()
IDimension.
getHeight in interface IDimensionpublic void setHeight(int pHeight)
IDimension.
setHeight in interface IDimensionpHeight - the heightpublic void setAsString(String pValue)
setAsString in class WebResourcepValue - the String.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||