Web Dynpro API Documentation

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

All Superinterfaces:
IWDLayout, IWDViewElement

public interface IWDFlowLayout
extends IWDLayout

Web Dynpro FlowLayout API. FlowLayout is a container layout that displays its elements flowing from left to right. If there is not enough horizontal space it breaks its elements into lines.

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


Field Summary
static java.lang.String DEFAULT_DEFAULT_PADDING_BOTTOM
          Default value of property defaultPaddingBottom.
static java.lang.String DEFAULT_DEFAULT_PADDING_LEFT
          Default value of property defaultPaddingLeft.
static java.lang.String DEFAULT_DEFAULT_PADDING_RIGHT
          Default value of property defaultPaddingRight.
static java.lang.String DEFAULT_DEFAULT_PADDING_TOP
          Default value of property defaultPaddingTop.
static boolean DEFAULT_WRAPPING
          Default value of property wrapping.
 
Method Summary
 java.lang.String getDefaultPaddingBottom()
          Returns the value of the defaultPaddingBottom property.
 java.lang.String getDefaultPaddingLeft()
          Returns the value of the defaultPaddingLeft property.
 java.lang.String getDefaultPaddingRight()
          Returns the value of the defaultPaddingRight property.
 java.lang.String getDefaultPaddingTop()
          Returns the value of the defaultPaddingTop property.
 boolean getWrapping()
          Returns the value of the wrapping property.
 void setDefaultPaddingBottom(java.lang.String defaultPaddingBottom)
          Sets property defaultPaddingBottom to the given value.
 void setDefaultPaddingLeft(java.lang.String defaultPaddingLeft)
          Sets property defaultPaddingLeft to the given value.
 void setDefaultPaddingRight(java.lang.String defaultPaddingRight)
          Sets property defaultPaddingRight to the given value.
 void setDefaultPaddingTop(java.lang.String defaultPaddingTop)
          Sets property defaultPaddingTop to the given value.
 void setWrapping(boolean wrapping)
          Sets property wrapping to the given value.
 
Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDLayout
getUIElementContainer
 
Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement
getId, getView, requestFocus
 

Field Detail

DEFAULT_DEFAULT_PADDING_BOTTOM

public static final java.lang.String DEFAULT_DEFAULT_PADDING_BOTTOM
Default value of property defaultPaddingBottom.

DEFAULT_DEFAULT_PADDING_LEFT

public static final java.lang.String DEFAULT_DEFAULT_PADDING_LEFT
Default value of property defaultPaddingLeft.

DEFAULT_DEFAULT_PADDING_RIGHT

public static final java.lang.String DEFAULT_DEFAULT_PADDING_RIGHT
Default value of property defaultPaddingRight.

DEFAULT_DEFAULT_PADDING_TOP

public static final java.lang.String DEFAULT_DEFAULT_PADDING_TOP
Default value of property defaultPaddingTop.

DEFAULT_WRAPPING

public static final boolean DEFAULT_WRAPPING
Default value of property wrapping.
Method Detail

getDefaultPaddingBottom

public java.lang.String getDefaultPaddingBottom()
Returns the value of the defaultPaddingBottom property. The initial value is "". Spacing at the bottom of the layout.
Returns:
the value of the defaultPaddingBottom property
See Also:
setDefaultPaddingBottom(String)

setDefaultPaddingBottom

public void setDefaultPaddingBottom(java.lang.String defaultPaddingBottom)
Sets property defaultPaddingBottom to the given value.
Parameters:
defaultPaddingBottom - the new defaultPaddingBottom value
See Also:
getDefaultPaddingBottom()

getDefaultPaddingLeft

public java.lang.String getDefaultPaddingLeft()
Returns the value of the defaultPaddingLeft property. The initial value is "". Spacing at the left side of the layout.
Returns:
the value of the defaultPaddingLeft property
See Also:
setDefaultPaddingLeft(String)

setDefaultPaddingLeft

public void setDefaultPaddingLeft(java.lang.String defaultPaddingLeft)
Sets property defaultPaddingLeft to the given value.
Parameters:
defaultPaddingLeft - the new defaultPaddingLeft value
See Also:
getDefaultPaddingLeft()

getDefaultPaddingRight

public java.lang.String getDefaultPaddingRight()
Returns the value of the defaultPaddingRight property. The initial value is "". Spacing at the right side of the layout.
Returns:
the value of the defaultPaddingRight property
See Also:
setDefaultPaddingRight(String)

setDefaultPaddingRight

public void setDefaultPaddingRight(java.lang.String defaultPaddingRight)
Sets property defaultPaddingRight to the given value.
Parameters:
defaultPaddingRight - the new defaultPaddingRight value
See Also:
getDefaultPaddingRight()

getDefaultPaddingTop

public java.lang.String getDefaultPaddingTop()
Returns the value of the defaultPaddingTop property. The initial value is "". Spacing at the top of the layout.
Returns:
the value of the defaultPaddingTop property
See Also:
setDefaultPaddingTop(String)

setDefaultPaddingTop

public void setDefaultPaddingTop(java.lang.String defaultPaddingTop)
Sets property defaultPaddingTop to the given value.
Parameters:
defaultPaddingTop - the new defaultPaddingTop value
See Also:
getDefaultPaddingTop()

getWrapping

public boolean getWrapping()
Returns the value of the wrapping property. The initial value is true. Determines if the flow layout wraps its children if there is not enough horizontal space.
Returns:
the value of the wrapping property
See Also:
setWrapping(boolean)

setWrapping

public void setWrapping(boolean wrapping)
Sets property wrapping to the given value.
Parameters:
wrapping - the new wrapping value
See Also:
getWrapping()

Web Dynpro API Documentation

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