|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro MatrixData API. MatrixData defines the layout data of a UI element contained in a UI element container with a matrix layout.
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 WDLayoutCellDesign |
DEFAULT_CELL_DESIGN
Default value of property cellDesign. |
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 WDCellVAlign |
DEFAULT_V_ALIGN
Default value of property vAlign. |
static WDLayoutCellSeparator |
DEFAULT_V_GUTTER
Default value of property vGutter. |
static java.lang.String |
DEFAULT_WIDTH
Default value of property width. |
| Method Summary | |
WDCellBackgroundDesign |
getCellBackgroundDesign()
Returns the value of the cellBackgroundDesign property. |
WDLayoutCellDesign |
getCellDesign()
Returns the value of the cellDesign 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. |
WDCellVAlign |
getVAlign()
Returns the value of the vAlign property. |
WDLayoutCellSeparator |
getVGutter()
Returns the value of the vGutter property. |
java.lang.String |
getWidth()
Returns the value of the width property. |
void |
setCellBackgroundDesign(WDCellBackgroundDesign cellBackgroundDesign)
Sets property cellBackgroundDesign to the given value. |
void |
setCellDesign(WDLayoutCellDesign cellDesign)
Sets property cellDesign to the given 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 |
setVAlign(WDCellVAlign vAlign)
Sets property vAlign to the given value. |
void |
setVGutter(WDLayoutCellSeparator vGutter)
Sets property vGutter 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 WDLayoutCellDesign DEFAULT_CELL_DESIGN
cellDesign.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 WDCellVAlign DEFAULT_V_ALIGN
vAlign.public static final WDLayoutCellSeparator DEFAULT_V_GUTTER
vGutter.public static final java.lang.String DEFAULT_WIDTH
width.| Method Detail |
public WDCellBackgroundDesign getCellBackgroundDesign()
cellBackgroundDesign property.
The initial value is WDCellBackgroundDesign.TRANSPARENT.
Specifies the design of the cell background. You can use the background colors fill1, fill2, and fill3 to mark semantically different cell contents.setCellBackgroundDesign(WDCellBackgroundDesign)public void setCellBackgroundDesign(WDCellBackgroundDesign cellBackgroundDesign)
cellBackgroundDesign to the given value.cellBackgroundDesign - the new cellBackgroundDesign valuegetCellBackgroundDesign()public WDLayoutCellDesign getCellDesign()
cellDesign property.
The initial value is WDLayoutCellDesign.R_PAD.
Specifies the distance between the cell content and the outer edge of the cell. The default value of this property is rPad.setCellDesign(WDLayoutCellDesign)public void setCellDesign(WDLayoutCellDesign cellDesign)
cellDesign to the given value.cellDesign - the new cellDesign valuegetCellDesign()public int getColSpan()
colSpan property.
The initial value is 1.
Specifies the number of columns the UI element occupies in the matrix layout.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.
Specifies the horizontal alignment of the UI element in the grid cell.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 "".
Specifies the height of the cell.setHeight(String)public void setHeight(java.lang.String height)
height to the given value.height - the new height valuegetHeight()public WDCellVAlign getVAlign()
vAlign property.
The initial value is WDCellVAlign.BASELINE.
Specifies the vertical alignment of the UI element in the grid cell.setVAlign(WDCellVAlign)public void setVAlign(WDCellVAlign vAlign)
vAlign to the given value.vAlign - the new vAlign valuegetVAlign()public WDLayoutCellSeparator getVGutter()
vGutter property.
The initial value is WDLayoutCellSeparator.NONE.
Specifies additional, horizontal distances between the cell contents.setVGutter(WDLayoutCellSeparator)public void setVGutter(WDLayoutCellSeparator vGutter)
vGutter to the given value.vGutter - the new vGutter valuegetVGutter()public java.lang.String getWidth()
width property.
The initial value is "".
Specifies the width of the cell.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 | |||||||||