|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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!
Type Classification:
This interface is part of the Web Dynpro API, so applications may reference it or call any method of it, but they must not implement or extend it.
For a detailed explanation of API classification see the Web Dynpro Compatibility Guide| Field Summary | |
static String |
DEFAULT_ACCESSIBILITY_DESCRIPTION
Default value of the accessibilityDescription property is "". |
static String |
DEFAULT_DEFAULT_BUTTON_ID
Default value of the defaultButtonId property is "". |
static WDScrollingMode |
DEFAULT_SCROLLING_MODE
Default value of the scrollingMode property is WDScrollingMode.NONE. |
| 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 | |
void |
bindAccessibilityDescription(IWDAttributeInfo attributeInfo)
Binds the accessibilityDescription property to the context attribute specified by the given attribute info. |
void |
bindAccessibilityDescription(String path)
Binds the accessibilityDescription property to the context attribute specified by the given path. |
void |
bindDefaultButtonId(IWDAttributeInfo attributeInfo)
Binds the defaultButtonId property to the context attribute specified by the given attribute info. |
void |
bindDefaultButtonId(String path)
Binds the defaultButtonId property to the context attribute specified by the given path. |
String |
bindingOfAccessibilityDescription()
Returns the binding path of the accessibilityDescription property. |
String |
bindingOfDefaultButtonId()
Returns the binding path of the defaultButtonId property. |
String |
bindingOfScrollingMode()
Returns the binding path of the scrollingMode property. |
void |
bindScrollingMode(IWDAttributeInfo attributeInfo)
Binds the scrollingMode property to the context attribute specified by the given attribute info. |
void |
bindScrollingMode(String path)
Binds the scrollingMode property to the context attribute specified by the given path. |
String |
getAccessibilityDescription()
Returns the value of the accessibilityDescription property.
|
IWDUIElement |
getCustomExtensionField(IWDAttributeInfo customExtensionField)
Returns the UI element for the custom extension field identified by the given attribute info. |
IWDLabel |
getCustomExtensionLabel(IWDAttributeInfo customExtensionField)
Returns the label for the custom extension field identified by the given attribute info. |
String |
getDefaultButtonId()
Returns the value of the defaultButtonId property.
|
WDScrollingMode |
getScrollingMode()
Returns the value of the scrollingMode property.
|
void |
setAccessibilityDescription(String value)
Sets the accessibilityDescription property to the given value. |
void |
setDefaultButtonId(String value)
Sets the defaultButtonId property to the given value. |
void |
setScrollingMode(WDScrollingMode value)
Sets the scrollingMode property to the given 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 |
destroy, getId, getView, requestFocus |
| Field Detail |
public static final String DEFAULT_ACCESSIBILITY_DESCRIPTION
accessibilityDescription property is "".
public static final String DEFAULT_DEFAULT_BUTTON_ID
defaultButtonId property is "".
public static final WDScrollingMode DEFAULT_SCROLLING_MODE
scrollingMode property is WDScrollingMode.NONE.
| Method Detail |
public void bindAccessibilityDescription(String path)
accessibilityDescription property to the context attribute specified by the given path.
path - the context path of the attribute to which the accessibilityDescription property will be boundpublic void bindAccessibilityDescription(IWDAttributeInfo attributeInfo)
accessibilityDescription property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the accessibilityDescription property will be boundpublic String bindingOfAccessibilityDescription()
accessibilityDescription property.
accessibilityDescription property is currently boundpublic String getAccessibilityDescription()
accessibilityDescription property.
The initial value is "".
accessibilityDescription propertysetAccessibilityDescription(String)public void setAccessibilityDescription(String value)
accessibilityDescription property to the given value.
value - the new value of the accessibilityDescription propertygetAccessibilityDescription()public void bindDefaultButtonId(String path)
defaultButtonId property to the context attribute specified by the given path.
path - the context path of the attribute to which the defaultButtonId property will be boundpublic void bindDefaultButtonId(IWDAttributeInfo attributeInfo)
defaultButtonId property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the defaultButtonId property will be boundpublic String bindingOfDefaultButtonId()
defaultButtonId property.
defaultButtonId property is currently boundpublic String getDefaultButtonId()
defaultButtonId property.
The initial value is "".
defaultButtonId propertysetDefaultButtonId(String)public void setDefaultButtonId(String value)
defaultButtonId property to the given value.
value - the new value of the defaultButtonId propertygetDefaultButtonId()public void bindScrollingMode(String path)
scrollingMode property to the context attribute specified by the given path.
path - the context path of the attribute to which the scrollingMode property will be boundpublic void bindScrollingMode(IWDAttributeInfo attributeInfo)
scrollingMode property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the scrollingMode property will be boundpublic String bindingOfScrollingMode()
scrollingMode property.
scrollingMode property is currently boundpublic WDScrollingMode getScrollingMode()
scrollingMode property.
The initial value is WDScrollingMode.NONE.
scrollingMode propertysetScrollingMode(WDScrollingMode)public void setScrollingMode(WDScrollingMode value)
scrollingMode property to the given value.
value - the new value of the scrollingMode propertygetScrollingMode()public IWDLabel getCustomExtensionLabel(IWDAttributeInfo customExtensionField)
null if no such label
exists (because it has not been configured or not been created yet).
Please note the rules when and why such custom extension UI elements are
created.
customExtensionField - attribute info that represents the custom extension field in question
IllegalArgumentException - if the given attribute does not represent a custom extension fieldIWDView.nowCreateAllCustomExtensionFields()public IWDUIElement getCustomExtensionField(IWDAttributeInfo customExtensionField)
null if no such UI element
exists (because it has not been configured or not been created yet).
Please note the rules when and why such custom extension UI elements are
created.
customExtensionField - attribute info that represents the custom extension field in question
IllegalArgumentException - if the given attribute does not represent a custom extension fieldIWDView.nowCreateAllCustomExtensionFields()
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||