Web Dynpro API Documentation

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

All Superinterfaces:
IWDUIElement, IWDUIElementContainer, IWDViewElement
All Known Subinterfaces:
IWDGroup, IWDTray

public interface IWDScrollContainer
extends IWDUIElementContainer

Web Dynpro ScrollContainer API. ScrollContainer is a container that may scroll its content. The properties height and width must be specified for the ScrollContainer UI element - that is, you must assign values to these properties for the scrolling modes both and auto. If you do not want to have scroll bars for the UI element and assign the value none to the scrollingMode property, you should use another container UI element - for example, the TransparentContainer UI element.

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


Field Summary
static WDScrollingMode DEFAULT_SCROLLING_MODE
          Default value of property scrollingMode.
 
Fields inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElementContainer
DEFAULT_HEIGHT, DEFAULT_WIDTH
 
Fields inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement
DEFAULT_ENABLED, DEFAULT_TOOLTIP, DEFAULT_VISIBLE
 
Method Summary
 java.lang.String bindingOfScrollingMode()
          Binding path of property scrollingMode.
 void bindScrollingMode(IWDAttributeInfo attributeInfo)
          Binds property scrollingMode to the context attribute specified by the given attribute info.
 void bindScrollingMode(java.lang.String path)
          Binds property scrollingMode to the context attribute specified by path.
 WDScrollingMode getScrollingMode()
          Returns the value of the scrollingMode property.
 void setScrollingMode(WDScrollingMode value)
          Sets property scrollingMode to the new value.
 
Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElementContainer
addChild, addChild, bindHeight, bindHeight, bindingOfHeight, bindingOfWidth, bindWidth, bindWidth, createLayout, destroyAllChildren, getChild, getChildren, getHeight, getLayout, getWidth, hasChildren, indexOfChild, iterateChildren, numberOfChildren, removeAllChildren, removeChild, removeChild, setHeight, setWidth, swapChildren
 
Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement
bindEnabled, bindEnabled, bindingOfEnabled, bindingOfTooltip, bindingOfVisible, bindTooltip, bindTooltip, bindVisible, bindVisible, createLayoutData, getContainer, getEnabled, getLayoutData, getTooltip, getVisible, setEnabled, setTooltip, setVisible
 
Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement
getId, getView, requestFocus
 

Field Detail

DEFAULT_SCROLLING_MODE

public static final WDScrollingMode DEFAULT_SCROLLING_MODE
Default value of property scrollingMode.
Method Detail

bindScrollingMode

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

bindScrollingMode

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

bindingOfScrollingMode

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

getScrollingMode

public WDScrollingMode getScrollingMode()
Returns the value of the scrollingMode property. The initial value is WDScrollingMode.NONE. Determines the scrolling mode.
Returns:
the current value of the scrollingMode property
See Also:
setScrollingMode(WDScrollingMode)

setScrollingMode

public void setScrollingMode(WDScrollingMode value)
Sets property scrollingMode to the new value.
Parameters:
value - the new value of the scrollingMode property
See Also:
getScrollingMode()

Web Dynpro API Documentation

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