Web Dynpro API Documentation

com.sap.tc.webdynpro.clientserver.uielib.standard.api
Interface IWDRowHeadData

All Superinterfaces:
IWDLayoutData, IWDRowData, IWDViewElement

public interface IWDRowHeadData
extends IWDRowData

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!

See Also:
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

DEFAULT_H_ALIGN

public static final WDCellHAlign DEFAULT_H_ALIGN
Default value of property hAlign.

DEFAULT_ROW_BACKGROUND_DESIGN

public static final WDCellBackgroundDesign DEFAULT_ROW_BACKGROUND_DESIGN
Default value of property rowBackgroundDesign.

DEFAULT_ROW_DESIGN

public static final WDLayoutCellDesign DEFAULT_ROW_DESIGN
Default value of property rowDesign.

DEFAULT_V_GUTTER

public static final WDLayoutCellSeparator DEFAULT_V_GUTTER
Default value of property vGutter.
Method Detail

getHAlign

public WDCellHAlign getHAlign()
Returns the value of the hAlign property. The initial value is WDCellHAlign.LEFT. Specifies the horizontal alignment of the row.
Returns:
the value of the hAlign property
See Also:
setHAlign(WDCellHAlign)

setHAlign

public void setHAlign(WDCellHAlign hAlign)
Sets property hAlign to the given value.
Parameters:
hAlign - the new hAlign value
See Also:
getHAlign()

getRowBackgroundDesign

public WDCellBackgroundDesign getRowBackgroundDesign()
Returns the value of the rowBackgroundDesign property. The initial value is WDCellBackgroundDesign.TRANSPARENT. Specifies the design of the row background.
Returns:
the value of the rowBackgroundDesign property
See Also:
setRowBackgroundDesign(WDCellBackgroundDesign)

setRowBackgroundDesign

public void setRowBackgroundDesign(WDCellBackgroundDesign rowBackgroundDesign)
Sets property rowBackgroundDesign to the given value.
Parameters:
rowBackgroundDesign - the new rowBackgroundDesign value
See Also:
getRowBackgroundDesign()

getRowDesign

public WDLayoutCellDesign getRowDesign()
Returns the value of the rowDesign property. The initial value is WDLayoutCellDesign.R_PAD. Specifies the design (padding) of a row.
Returns:
the value of the rowDesign property
See Also:
setRowDesign(WDLayoutCellDesign)

setRowDesign

public void setRowDesign(WDLayoutCellDesign rowDesign)
Sets property rowDesign to the given value.
Parameters:
rowDesign - the new rowDesign value
See Also:
getRowDesign()

getVGutter

public WDLayoutCellSeparator getVGutter()
Returns the value of the 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.
Returns:
the value of the vGutter property
See Also:
setVGutter(WDLayoutCellSeparator)

setVGutter

public void setVGutter(WDLayoutCellSeparator vGutter)
Sets property vGutter to the given value.
Parameters:
vGutter - the new vGutter value
See Also:
getVGutter()

Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15