|
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.Component
com.sapportals.htmlb.Container
com.sapportals.htmlb.RasterLayout
Class RasterLayout, a container used for absolute positioning for controls
| Field Summary | |
static String |
UI_ID
UI_ID |
| Fields inherited from class com.sapportals.htmlb.Container |
elements |
| Constructor Summary | |
RasterLayout()
|
|
| Method Summary | |
Component |
addComponent(Component component)
Add Component to the RasterLayout object. |
void |
addComponent(int top,
int left,
Component component)
Add Component to the RasterLayout object. |
void |
addComponent(int top,
int left,
int width,
int height,
Component component)
Add Component to the RasterLayout object. |
void |
addRasterLayoutItem(RasterLayoutItem item)
Add RasterLayoutItem to the RasterLayout object. |
int |
getChildCount()
get the number of children of this container |
String |
getHeight()
Deprecated. Get the Height attribute of the RasterLayout object. |
RasterLayoutPosition |
getPosition()
|
String |
getUI()
Get the UI attribute of the RasterLayout object. |
String |
getWidth()
Get the Width attribute of the RasterLayout object. |
Iterator |
itemsIterator()
returns the items iterator |
Iterator |
iterator()
returns the ratserlayout items as an iterator |
boolean |
requiresForm()
returns if a form is required |
void |
setHeight(String height)
Set the Height attribute of the RasterLayout object. |
void |
setPosition(RasterLayoutPosition position)
Sets the positioning of the Rasterlayout to either ABSOLUTE or RELATIVE |
void |
setWidth(String width)
Set the Width attribute of the RasterLayout object. |
| Methods inherited from class com.sapportals.htmlb.Container |
addRawText, addText, preRender, removeComponent, render |
| Methods inherited from class com.sapportals.htmlb.Component |
getEncodedIdForForm, getId, getParent, initFromPageContext, initFromShortId, initializeFromId, isJsObjectNeeded, render, renderAsString, setId, setJsObjectNeeded, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String UI_ID
| Constructor Detail |
public RasterLayout()
| Method Detail |
public void setWidth(String width)
width - The new Width valuepublic void setHeight(String height)
height - The new Height valuepublic String getUI()
getUI in class Componentpublic String getWidth()
public String getHeight()
public int getChildCount()
Container
getChildCount in class Containerpublic Component addComponent(Component component)
addComponent in class Containercomponent - Component to be added
public void addComponent(int top,
int left,
Component component)
top - top position of the Component to be addedleft - left position of the Component to be addedcomponent - Component to be added
public void addComponent(int top,
int left,
int width,
int height,
Component component)
top - top position of the Component to be addedleft - left position of the Component to be addedwidth - width of the Component to be addedheight - height of the Component to be addedcomponent - Component to be addedpublic void addRasterLayoutItem(RasterLayoutItem item)
item - RasterLayoutItem to be addedpublic Iterator iterator()
iterator in class Containerpublic boolean requiresForm()
requiresForm in class Componentpublic Iterator itemsIterator()
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 | |||||||||