|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro RowHeadData API. Layout data of the row head element in a row layout. These are valid for the whole row.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
IWDRowLayout| Field Summary | |
static WDCellHAlign |
DEFAULT_H_ALIGN
Default value of property hAlign. |
static WDCellBackgroundDesign |
DEFAULT_ROW_BACKGROUND_DESIGN
Default value of property rowBackgroundDesign. |
static WDLayoutCellDesign |
DEFAULT_ROW_DESIGN
Default value of property rowDesign. |
static WDLayoutCellSeparator |
DEFAULT_V_GUTTER
Default value of property vGutter. |
| Method Summary | |
WDCellHAlign |
getHAlign()
Returns the value of the hAlign property. |
WDCellBackgroundDesign |
getRowBackgroundDesign()
Returns the value of the rowBackgroundDesign property. |
WDLayoutCellDesign |
getRowDesign()
Returns the value of the rowDesign property. |
WDLayoutCellSeparator |
getVGutter()
Returns the value of the vGutter property. |
void |
setHAlign(WDCellHAlign hAlign)
Sets property hAlign to the given value. |
void |
setRowBackgroundDesign(WDCellBackgroundDesign rowBackgroundDesign)
Sets property rowBackgroundDesign to the given value. |
void |
setRowDesign(WDLayoutCellDesign rowDesign)
Sets property rowDesign to the given value. |
void |
setVGutter(WDLayoutCellSeparator vGutter)
Sets property vGutter 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 WDCellHAlign DEFAULT_H_ALIGN
hAlign.public static final WDCellBackgroundDesign DEFAULT_ROW_BACKGROUND_DESIGN
rowBackgroundDesign.public static final WDLayoutCellDesign DEFAULT_ROW_DESIGN
rowDesign.public static final WDLayoutCellSeparator DEFAULT_V_GUTTER
vGutter.| Method Detail |
public WDCellHAlign getHAlign()
hAlign property.
The initial value is WDCellHAlign.LEFT.
Specifies the horizontal alignment of the row.setHAlign(WDCellHAlign)public void setHAlign(WDCellHAlign hAlign)
hAlign to the given value.hAlign - the new hAlign valuegetHAlign()public WDCellBackgroundDesign getRowBackgroundDesign()
rowBackgroundDesign property.
The initial value is WDCellBackgroundDesign.TRANSPARENT.
Specifies the design of the row background.setRowBackgroundDesign(WDCellBackgroundDesign)public void setRowBackgroundDesign(WDCellBackgroundDesign rowBackgroundDesign)
rowBackgroundDesign to the given value.rowBackgroundDesign - the new rowBackgroundDesign valuegetRowBackgroundDesign()public WDLayoutCellDesign getRowDesign()
rowDesign property.
The initial value is WDLayoutCellDesign.R_PAD.
Specifies the design (padding) of a row.setRowDesign(WDLayoutCellDesign)public void setRowDesign(WDLayoutCellDesign rowDesign)
rowDesign to the given value.rowDesign - the new rowDesign valuegetRowDesign()public WDLayoutCellSeparator getVGutter()
vGutter property.
The initial value is WDLayoutCellSeparator.NONE.
Specifies an additional distance to the left edge. Values other than the default value are only appropriate if the row layout is used in a matrix layout.setVGutter(WDLayoutCellSeparator)public void setVGutter(WDLayoutCellSeparator vGutter)
vGutter to the given value.vGutter - the new vGutter valuegetVGutter()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||