Web Dynpro API Documentation

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

All Superinterfaces:
IWDLayoutData, IWDViewElement

public interface IWDGridData
extends IWDLayoutData

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

DEFAULT_CELL_BACKGROUND_DESIGN

public static final WDCellBackgroundDesign DEFAULT_CELL_BACKGROUND_DESIGN
Default value of property cellBackgroundDesign.

DEFAULT_COL_SPAN

public static final int DEFAULT_COL_SPAN
Default value of property colSpan.

DEFAULT_H_ALIGN

public static final WDCellHAlign DEFAULT_H_ALIGN
Default value of property hAlign.

DEFAULT_HEIGHT

public static final java.lang.String DEFAULT_HEIGHT
Default value of property height.

DEFAULT_PADDING_BOTTOM

public static final java.lang.String DEFAULT_PADDING_BOTTOM
Default value of property paddingBottom.

DEFAULT_PADDING_LEFT

public static final java.lang.String DEFAULT_PADDING_LEFT
Default value of property paddingLeft.

DEFAULT_PADDING_RIGHT

public static final java.lang.String DEFAULT_PADDING_RIGHT
Default value of property paddingRight.

DEFAULT_PADDING_TOP

public static final java.lang.String DEFAULT_PADDING_TOP
Default value of property paddingTop.

DEFAULT_V_ALIGN

public static final WDCellVAlign DEFAULT_V_ALIGN
Default value of property vAlign.

DEFAULT_WIDTH

public static final java.lang.String DEFAULT_WIDTH
Default value of property width.
Method Detail

bindCellBackgroundDesign

public void bindCellBackgroundDesign(java.lang.String path)
Binds property cellBackgroundDesign to the context attribute specified by path.
Parameters:
path - the path of the context attribute to which the cellBackgroundDesign property is bound

bindCellBackgroundDesign

public void bindCellBackgroundDesign(IWDAttributeInfo attributeInfo)
Binds property cellBackgroundDesign to the context attribute specified by the given attribute info.
Parameters:
attributeInfo - the info of the context attribute to which the cellBackgroundDesign property is bound

bindingOfCellBackgroundDesign

public java.lang.String bindingOfCellBackgroundDesign()
Binding path of property cellBackgroundDesign.
Returns:
the path of the context attribute to which the cellBackgroundDesign is currently bound

getCellBackgroundDesign

public WDCellBackgroundDesign getCellBackgroundDesign()
Returns the value of the cellBackgroundDesign property. The initial value is WDCellBackgroundDesign.TRANSPARENT. Determines the background color of a GridCell
Returns:
the current value of the cellBackgroundDesign property
See Also:
setCellBackgroundDesign(WDCellBackgroundDesign)

setCellBackgroundDesign

public void setCellBackgroundDesign(WDCellBackgroundDesign value)
Sets property cellBackgroundDesign to the new value.
Parameters:
value - the new value of the cellBackgroundDesign property
See Also:
getCellBackgroundDesign()

getColSpan

public int getColSpan()
Returns the value of the colSpan property. The initial value is 1. Determines how many columns the element occupies in the grid.
Returns:
the value of the colSpan property
See Also:
setColSpan(int)

setColSpan

public void setColSpan(int colSpan)
Sets property colSpan to the given value.
Parameters:
colSpan - the new colSpan value
See Also:
getColSpan()

getHAlign

public WDCellHAlign getHAlign()
Returns the value of the hAlign property. The initial value is WDCellHAlign.LEFT. Determines the horizontal alignment of the element in the grid.
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()

getHeight

public java.lang.String getHeight()
Returns the value of the height property. The initial value is "". Determines the height (CSS size) of the element in the grid.
Returns:
the value of the height property
See Also:
setHeight(String)

setHeight

public void setHeight(java.lang.String height)
Sets property height to the given value.
Parameters:
height - the new height value
See Also:
getHeight()

getPaddingBottom

public java.lang.String getPaddingBottom()
Returns the value of the paddingBottom property. The initial value is "". Determines the bottom padding (CSS size) of the element in the grid.
Returns:
the value of the paddingBottom property
See Also:
setPaddingBottom(String)

setPaddingBottom

public void setPaddingBottom(java.lang.String paddingBottom)
Sets property paddingBottom to the given value.
Parameters:
paddingBottom - the new paddingBottom value
See Also:
getPaddingBottom()

getPaddingLeft

public java.lang.String getPaddingLeft()
Returns the value of the paddingLeft property. The initial value is "". Determines the left padding (CSS size) of the element in the grid.
Returns:
the value of the paddingLeft property
See Also:
setPaddingLeft(String)

setPaddingLeft

public void setPaddingLeft(java.lang.String paddingLeft)
Sets property paddingLeft to the given value.
Parameters:
paddingLeft - the new paddingLeft value
See Also:
getPaddingLeft()

getPaddingRight

public java.lang.String getPaddingRight()
Returns the value of the paddingRight property. The initial value is "". Determines the right padding (CSS size) of the element in the grid.
Returns:
the value of the paddingRight property
See Also:
setPaddingRight(String)

setPaddingRight

public void setPaddingRight(java.lang.String paddingRight)
Sets property paddingRight to the given value.
Parameters:
paddingRight - the new paddingRight value
See Also:
getPaddingRight()

getPaddingTop

public java.lang.String getPaddingTop()
Returns the value of the paddingTop property. The initial value is "". Determines the top padding (CSS size) of the element in the grid.
Returns:
the value of the paddingTop property
See Also:
setPaddingTop(String)

setPaddingTop

public void setPaddingTop(java.lang.String paddingTop)
Sets property paddingTop to the given value.
Parameters:
paddingTop - the new paddingTop value
See Also:
getPaddingTop()

getVAlign

public WDCellVAlign getVAlign()
Returns the value of the vAlign property. The initial value is WDCellVAlign.BASELINE. Determines the vertical alignment of the element in the grid.
Returns:
the value of the vAlign property
See Also:
setVAlign(WDCellVAlign)

setVAlign

public void setVAlign(WDCellVAlign vAlign)
Sets property vAlign to the given value.
Parameters:
vAlign - the new vAlign value
See Also:
getVAlign()

getWidth

public java.lang.String getWidth()
Returns the value of the width property. The initial value is "". Determines the width (CSS size) of the element in the grid.
Returns:
the value of the width property
See Also:
setWidth(String)

setWidth

public void setWidth(java.lang.String width)
Sets property width to the given value.
Parameters:
width - the new width value
See Also:
getWidth()

Web Dynpro API Documentation

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