|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.htmlb.RasterLayoutItem
| Constructor Summary | |
RasterLayoutItem()
|
|
RasterLayoutItem(int top,
int left,
Component component)
Construct object of class RasterLayoutItem. |
|
RasterLayoutItem(int top,
int left,
int width,
int height,
Component component)
Construct object of class RasterLayoutItem. |
|
| Method Summary | |
Component |
getComponent()
Get the Component attribute of the RasterLayoutItem object. |
int |
getHeight()
Get the Height attribute of the RasterLayoutItem object. |
int |
getLeft()
Get the Left attribute of the RasterLayoutItem object. |
RasterLayoutPosition |
getPosition()
|
int |
getTop()
Get the Top attribute of the RasterLayoutItem object. |
int |
getWidth()
Get the Width attribute of the RasterLayoutItem object. |
void |
setComponent(Component component)
Set the Component attribute of the RasterLayoutItem object. |
void |
setHeight(int height)
Set the Height attribute of the RasterLayoutItem object. |
void |
setLeft(int left)
Set the Left attribute of the RasterLayoutItem object. |
void |
setPosition(RasterLayoutPosition position)
Sets ABSOLUTE or RELATIVE positioning of the Item |
void |
setTop(int top)
Set the Top attribute of the RasterLayoutItem object. |
void |
setWidth(int width)
Set the Width attribute of the RasterLayoutItem object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RasterLayoutItem()
public RasterLayoutItem(int top,
int left,
Component component)
top - top position of the raster layout itemleft - left postion of the ratsre layout itemcomponent - component contained in the raster layout item
public RasterLayoutItem(int top,
int left,
int width,
int height,
Component component)
top - top position of the raster layout itemleft - left position of the raster layout itemwidth - width of the raster layout itemheight - height of the raster layout itemcomponent - component contained in the raster layout item| Method Detail |
public void setTop(int top)
top - The new Top valuepublic void setLeft(int left)
left - The new Left valuepublic void setWidth(int width)
width - The new Width valuepublic void setHeight(int height)
height - The new Height valuepublic void setComponent(Component component)
component - The new Component valuepublic int getTop()
public int getLeft()
public int getWidth()
public int getHeight()
public Component getComponent()
public RasterLayoutPosition getPosition()
public void setPosition(RasterLayoutPosition position)
position -
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||