|
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.FormLayoutCell
Title: FormLayoutCell Description: FormLayoutCell defines a cell of a grid
Copyright 2004 SAP AG
| Field Summary | |
static String |
UI_ID
|
| Fields inherited from class com.sapportals.htmlb.Container |
elements |
| Constructor Summary | |
FormLayoutCell()
|
|
| Method Summary | |
Component |
addComponent(Component component)
add a component to this container |
FlowLayout |
addComponents(Component[] component)
|
FlowLayout |
addComponents(Component[] components,
boolean wrapping)
|
GridCellBackgroundDesign |
getCellBackgroundDesign()
Return the design, which should be used to display the cell. |
int |
getColspan()
|
Object |
getContent()
|
CellHAlign |
getHorizontalAlignment()
|
String |
getPaddingBottom()
|
String |
getPaddingLeft()
|
String |
getPaddingRight()
|
String |
getPaddingTop()
|
FormLayoutRow |
getParentRow()
|
int |
getRowspan()
|
String |
getStyle()
Return the style, which should be used to display the cell. |
String |
getUI()
get a identification String for the renderer that is unique across all supported components. |
CellVAlign |
getVerticalAlignment()
|
String |
getWidth()
|
boolean |
requiresForm()
check if a special component really requires a form around it. |
void |
setCellBackgroundDesign(GridCellBackgroundDesign design)
Set the design, which should be used to display the cell. |
void |
setColspan(int colspan)
|
void |
setContent(String text)
|
void |
setHorizontalAlignment(CellHAlign align)
|
void |
setPaddingBottom(String paddingBottom)
|
void |
setPaddingLeft(String paddingLeft)
|
void |
setPaddingRight(String paddingRight)
|
void |
setPaddingTop(String paddingTop)
|
void |
setParentRow(FormLayoutRow parentRow)
|
void |
setRowspan(int rowspan)
|
void |
setStyle(String style)
Set the style, which should be used to display the cell. |
void |
setVerticalAlignment(CellVAlign valign)
|
void |
setWidth(String width)
|
| Methods inherited from class com.sapportals.htmlb.Container |
addRawText, addText, getChildCount, iterator, 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 FormLayoutCell()
| Method Detail |
public String getPaddingTop()
public void setPaddingTop(String paddingTop)
public String getPaddingRight()
public void setPaddingRight(String paddingRight)
public String getPaddingBottom()
public void setPaddingBottom(String paddingBottom)
public String getPaddingLeft()
public void setPaddingLeft(String paddingLeft)
public void setParentRow(FormLayoutRow parentRow)
public FormLayoutRow getParentRow()
public Component addComponent(Component component)
Container
addComponent in class Containercomponent - the component to addpublic FlowLayout addComponents(Component[] component)
public FlowLayout addComponents(Component[] components,
boolean wrapping)
public int getColspan()
public void setColspan(int colspan)
public CellHAlign getHorizontalAlignment()
public void setHorizontalAlignment(CellHAlign align)
public CellVAlign getVerticalAlignment()
public void setVerticalAlignment(CellVAlign valign)
public String getWidth()
public void setWidth(String width)
public int getRowspan()
public void setRowspan(int rowspan)
public String getUI()
Component
getUI in class Componentpublic void setContent(String text)
public Object getContent()
public boolean requiresForm()
ComponentBasically, any Component that is capable of firing a server side event or that contains user input must be placed in a form.
requiresForm in class Componentpublic void setStyle(String style)
style - the style, which should be used to display the cellpublic String getStyle()
public void setCellBackgroundDesign(GridCellBackgroundDesign design)
design - the design, which should be used to display the cellpublic GridCellBackgroundDesign getCellBackgroundDesign()
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||