Web Dynpro API Documentation

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

All Superinterfaces:
IWDLayoutData, IWDViewElement

public interface IWDFlowData
extends IWDLayoutData

Web Dynpro FlowData API. FlowData represents the layout data for UI elements managed by a FlowLayout.

This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!


Field Summary
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.
 
Method Summary
 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.
 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.
 
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_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.
Method Detail

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 flow layout.
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 flow layout.
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 flow layout.
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 flow layout.
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()

Web Dynpro API Documentation

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