|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro GridData API. GridData represents the layout data for UI elements managed by a GridLayout.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
| Field Summary | |
static WDCellBackgroundDesign |
DEFAULT_CELL_BACKGROUND_DESIGN
Default value of property cellBackgroundDesign. |
static int |
DEFAULT_COL_SPAN
Default value of property colSpan. |
static WDCellHAlign |
DEFAULT_H_ALIGN
Default value of property hAlign. |
static java.lang.String |
DEFAULT_HEIGHT
Default value of property height. |
static java.lang.String |
DEFAULT_PADDING_BOTTOM
Default value of property paddingBottom. |
static java.lang.String |
DEFAULT_PADDING_LEFT
Default value of property paddingLeft. |
static java.lang.String |
DEFAULT_PADDING_RIGHT
Default value of property paddingRight. |
static java.lang.String |
DEFAULT_PADDING_TOP
Default value of property paddingTop. |
static WDCellVAlign |
DEFAULT_V_ALIGN
Default value of property vAlign. |
static java.lang.String |
DEFAULT_WIDTH
Default value of property width. |
| Method Summary | |
void |
bindCellBackgroundDesign(IWDAttributeInfo attributeInfo)
Binds property cellBackgroundDesign to the context attribute
specified by the given attribute info. |
void |
bindCellBackgroundDesign(java.lang.String path)
Binds property cellBackgroundDesign to the context attribute
specified by path. |
java.lang.String |
bindingOfCellBackgroundDesign()
Binding path of property cellBackgroundDesign. |
WDCellBackgroundDesign |
getCellBackgroundDesign()
Returns the value of the cellBackgroundDesign property. |
int |
getColSpan()
Returns the value of the colSpan property. |
WDCellHAlign |
getHAlign()
Returns the value of the hAlign property. |
java.lang.String |
getHeight()
Returns the value of the height property. |
java.lang.String |
getPaddingBottom()
Returns the value of the paddingBottom property. |
java.lang.String |
getPaddingLeft()
Returns the value of the paddingLeft property. |
java.lang.String |
getPaddingRight()
Returns the value of the paddingRight property. |
java.lang.String |
getPaddingTop()
Returns the value of the paddingTop property. |
WDCellVAlign |
getVAlign()
Returns the value of the vAlign property. |
java.lang.String |
getWidth()
Returns the value of the width property. |
void |
setCellBackgroundDesign(WDCellBackgroundDesign value)
Sets property cellBackgroundDesign to the new value. |
void |
setColSpan(int colSpan)
Sets property colSpan to the given value. |
void |
setHAlign(WDCellHAlign hAlign)
Sets property hAlign to the given value. |
void |
setHeight(java.lang.String height)
Sets property height to the given value. |
void |
setPaddingBottom(java.lang.String paddingBottom)
Sets property paddingBottom to the given value. |
void |
setPaddingLeft(java.lang.String paddingLeft)
Sets property paddingLeft to the given value. |
void |
setPaddingRight(java.lang.String paddingRight)
Sets property paddingRight to the given value. |
void |
setPaddingTop(java.lang.String paddingTop)
Sets property paddingTop to the given value. |
void |
setVAlign(WDCellVAlign vAlign)
Sets property vAlign to the given value. |
void |
setWidth(java.lang.String width)
Sets property width to the given value. |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDLayoutData |
getUIElement |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement |
getId, getView, requestFocus |
| Field Detail |
public static final WDCellBackgroundDesign DEFAULT_CELL_BACKGROUND_DESIGN
cellBackgroundDesign.public static final int DEFAULT_COL_SPAN
colSpan.public static final WDCellHAlign DEFAULT_H_ALIGN
hAlign.public static final java.lang.String DEFAULT_HEIGHT
height.public static final java.lang.String DEFAULT_PADDING_BOTTOM
paddingBottom.public static final java.lang.String DEFAULT_PADDING_LEFT
paddingLeft.public static final java.lang.String DEFAULT_PADDING_RIGHT
paddingRight.public static final java.lang.String DEFAULT_PADDING_TOP
paddingTop.public static final WDCellVAlign DEFAULT_V_ALIGN
vAlign.public static final java.lang.String DEFAULT_WIDTH
width.| Method Detail |
public void bindCellBackgroundDesign(java.lang.String path)
cellBackgroundDesign to the context attribute
specified by path.path - the path of the context attribute to which the cellBackgroundDesign
property is boundpublic void bindCellBackgroundDesign(IWDAttributeInfo attributeInfo)
cellBackgroundDesign to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
cellBackgroundDesign property is boundpublic java.lang.String bindingOfCellBackgroundDesign()
cellBackgroundDesign.public WDCellBackgroundDesign getCellBackgroundDesign()
cellBackgroundDesign property.
The initial value is WDCellBackgroundDesign.TRANSPARENT.
Determines the background color of a GridCellsetCellBackgroundDesign(WDCellBackgroundDesign)public void setCellBackgroundDesign(WDCellBackgroundDesign value)
cellBackgroundDesign to the new value.value - the new value of the cellBackgroundDesign propertygetCellBackgroundDesign()public int getColSpan()
colSpan property.
The initial value is 1.
Determines how many columns the element occupies in the grid.setColSpan(int)public void setColSpan(int colSpan)
colSpan to the given value.colSpan - the new colSpan valuegetColSpan()public WDCellHAlign getHAlign()
hAlign property.
The initial value is WDCellHAlign.LEFT.
Determines the horizontal alignment of the element in the grid.setHAlign(WDCellHAlign)public void setHAlign(WDCellHAlign hAlign)
hAlign to the given value.hAlign - the new hAlign valuegetHAlign()public java.lang.String getHeight()
height property.
The initial value is "".
Determines the height (CSS size) of the element in the grid.setHeight(String)public void setHeight(java.lang.String height)
height to the given value.height - the new height valuegetHeight()public java.lang.String getPaddingBottom()
paddingBottom property.
The initial value is "".
Determines the bottom padding (CSS size) of the element in the grid.setPaddingBottom(String)public void setPaddingBottom(java.lang.String paddingBottom)
paddingBottom to the given value.paddingBottom - the new paddingBottom valuegetPaddingBottom()public java.lang.String getPaddingLeft()
paddingLeft property.
The initial value is "".
Determines the left padding (CSS size) of the element in the grid.setPaddingLeft(String)public void setPaddingLeft(java.lang.String paddingLeft)
paddingLeft to the given value.paddingLeft - the new paddingLeft valuegetPaddingLeft()public java.lang.String getPaddingRight()
paddingRight property.
The initial value is "".
Determines the right padding (CSS size) of the element in the grid.setPaddingRight(String)public void setPaddingRight(java.lang.String paddingRight)
paddingRight to the given value.paddingRight - the new paddingRight valuegetPaddingRight()public java.lang.String getPaddingTop()
paddingTop property.
The initial value is "".
Determines the top padding (CSS size) of the element in the grid.setPaddingTop(String)public void setPaddingTop(java.lang.String paddingTop)
paddingTop to the given value.paddingTop - the new paddingTop valuegetPaddingTop()public WDCellVAlign getVAlign()
vAlign property.
The initial value is WDCellVAlign.BASELINE.
Determines the vertical alignment of the element in the grid.setVAlign(WDCellVAlign)public void setVAlign(WDCellVAlign vAlign)
vAlign to the given value.vAlign - the new vAlign valuegetVAlign()public java.lang.String getWidth()
width property.
The initial value is "".
Determines the width (CSS size) of the element in the grid.setWidth(String)public void setWidth(java.lang.String width)
width to the given value.width - the new width valuegetWidth()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||