Web Dynpro API Documentation

Uses of Interface
com.sap.tc.webdynpro.progmodel.api.IWDAttributeInfo

Packages that use IWDAttributeInfo
com.sap.tc.webdynpro.clientserver.uielib.activecomp.api   
com.sap.tc.webdynpro.clientserver.uielib.adobe.api   
com.sap.tc.webdynpro.clientserver.uielib.graphics.api   
com.sap.tc.webdynpro.clientserver.uielib.mobile.api   
com.sap.tc.webdynpro.clientserver.uielib.officecomp.api   
com.sap.tc.webdynpro.clientserver.uielib.pattern.api   
com.sap.tc.webdynpro.clientserver.uielib.standard.api Contains interfaces for accessing Web Dynpro UI elements and contains enumeration types used as UI element property types. 
com.sap.tc.webdynpro.progmodel.api Contains interfaces and classes that form the core programming model for Web Dynpro applications. 
 

Uses of IWDAttributeInfo in com.sap.tc.webdynpro.clientserver.uielib.activecomp.api
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.activecomp.api with parameters of type IWDAttributeInfo
 void IWDAbstractActiveComponent.bindHeight(IWDAttributeInfo attributeInfo)
          Binds property height to the context attribute specified by the given attribute info.
 void IWDAbstractActiveComponent.bindWidth(IWDAttributeInfo attributeInfo)
          Binds property width to the context attribute specified by the given attribute info.
 

Uses of IWDAttributeInfo in com.sap.tc.webdynpro.clientserver.uielib.adobe.api
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.adobe.api with parameters of type IWDAttributeInfo
 void IWDInteractiveForm.bindMode(IWDAttributeInfo attributeInfo)
          Binds property mode to the context attribute specified by the given attribute info.
 void IWDInteractiveForm.bindPdfSource(IWDAttributeInfo attributeInfo)
          Binds property pdfSource to the context attribute specified by the given attribute info.
 

Uses of IWDAttributeInfo in com.sap.tc.webdynpro.clientserver.uielib.graphics.api
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.graphics.api with parameters of type IWDAttributeInfo
 void IWDSimpleSeries.bindValue(IWDAttributeInfo attributeInfo)
          Note: This property must be bound to the context! Binds property value to the context attribute specified by the given attribute info.
 void IWDTimeValue.bindValue(IWDAttributeInfo attributeInfo)
          Note: This property must be bound to the context! Binds property value to the context attribute specified by the given attribute info.
 void IWDCategory.bindDescription(IWDAttributeInfo attributeInfo)
          Note: This property must be bound to the context! Binds property description to the context attribute specified by the given attribute info.
 void IWDCategory.bindEventID(IWDAttributeInfo attributeInfo)
          Binds property eventID to the context attribute specified by the given attribute info.
 void IWDCategory.bindTooltip(IWDAttributeInfo attributeInfo)
          Binds property tooltip to the context attribute specified by the given attribute info.
 void IWDGeoMap.bindAccessibilityDescription(IWDAttributeInfo attributeInfo)
          Binds property accessibilityDescription to the context attribute specified by the given attribute info.
 void IWDGeoMap.bindBottom(IWDAttributeInfo attributeInfo)
          Binds property bottom to the context attribute specified by the given attribute info.
 void IWDGeoMap.bindGeoObjectSource(IWDAttributeInfo attributeInfo)
          Binds property geoObjectSource to the context attribute specified by the given attribute info.
 void IWDGeoMap.bindLeft(IWDAttributeInfo attributeInfo)
          Binds property left to the context attribute specified by the given attribute info.
 void IWDGeoMap.bindRight(IWDAttributeInfo attributeInfo)
          Binds property right to the context attribute specified by the given attribute info.
 void IWDGeoMap.bindTop(IWDAttributeInfo attributeInfo)
          Binds property top to the context attribute specified by the given attribute info.
 void IWDPoint.bindCustomizingID(IWDAttributeInfo attributeInfo)
          Binds property customizingID to the context attribute specified by the given attribute info.
 void IWDPoint.bindEventID(IWDAttributeInfo attributeInfo)
          Binds property eventID to the context attribute specified by the given attribute info.
 void IWDPoint.bindLabel(IWDAttributeInfo attributeInfo)
          Binds property label to the context attribute specified by the given attribute info.
 void IWDPoint.bindTooltip(IWDAttributeInfo attributeInfo)
          Binds property tooltip to the context attribute specified by the given attribute info.
 void IWDSeries.bindCustomizingID(IWDAttributeInfo attributeInfo)
          Binds property customizingID to the context attribute specified by the given attribute info.
 void IWDSeries.bindDataBeginIndex(IWDAttributeInfo attributeInfo)
          Binds property dataBeginIndex to the context attribute specified by the given attribute info.
 void IWDSeries.bindDataLength(IWDAttributeInfo attributeInfo)
          Binds property dataLength to the context attribute specified by the given attribute info.
 void IWDSeries.bindEventID(IWDAttributeInfo attributeInfo)
          Binds property eventID to the context attribute specified by the given attribute info.
 void IWDSeries.bindLabel(IWDAttributeInfo attributeInfo)
          Binds property label to the context attribute specified by the given attribute info.
 void IWDSeries.bindLeadSelectionCustomizingID(IWDAttributeInfo attributeInfo)
          Binds property leadSelectionCustomizingID to the context attribute specified by the given attribute info.
 void IWDSeries.bindTooltip(IWDAttributeInfo attributeInfo)
          Binds property tooltip to the context attribute specified by the given attribute info.
 void IWDNumericValue.bindType(IWDAttributeInfo attributeInfo)
          Binds property type to the context attribute specified by the given attribute info.
 void IWDNumericValue.bindValue(IWDAttributeInfo attributeInfo)
          Note: This property must be bound to the context! Binds property value to the context attribute specified by the given attribute info.
 

Uses of IWDAttributeInfo in com.sap.tc.webdynpro.clientserver.uielib.mobile.api
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.mobile.api with parameters of type IWDAttributeInfo
 void IWDRFIDReader.bindClassId(IWDAttributeInfo attributeInfo)
          Binds property classId to the context attribute specified by the given attribute info.
 void IWDRFIDReader.bindKeyCode(IWDAttributeInfo attributeInfo)
          Binds property keyCode to the context attribute specified by the given attribute info.
 void IWDFunctionKey.bindKeyCode(IWDAttributeInfo attributeInfo)
          Binds property keyCode to the context attribute specified by the given attribute info.
 void IWDBarCodeReader.bindType(IWDAttributeInfo attributeInfo)
          Binds property type to the context attribute specified by the given attribute info.
 

Uses of IWDAttributeInfo in com.sap.tc.webdynpro.clientserver.uielib.officecomp.api
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.officecomp.api with parameters of type IWDAttributeInfo
 void IWDOfficeControl.bindActivateInPlace(IWDAttributeInfo attributeInfo)
          Binds property activateInPlace to the context attribute specified by the given attribute info.
 void IWDOfficeControl.bindDataSource(IWDAttributeInfo attributeInfo)
          Note: This property must be bound to the context! Binds property dataSource to the context attribute specified by the given attribute info.
 void IWDOfficeControl.bindDocumentName(IWDAttributeInfo attributeInfo)
          Binds property documentName to the context attribute specified by the given attribute info.
 void IWDOfficeControl.bindDocumentType(IWDAttributeInfo attributeInfo)
          Binds property documentType to the context attribute specified by the given attribute info.
 void IWDOfficeControl.bindEnableReadWrite(IWDAttributeInfo attributeInfo)
          Binds property enableReadWrite to the context attribute specified by the given attribute info.
 void IWDOfficeControl.bindShowDecoration(IWDAttributeInfo attributeInfo)
          Binds property showDecoration to the context attribute specified by the given attribute info.
 

Uses of IWDAttributeInfo in com.sap.tc.webdynpro.clientserver.uielib.pattern.api
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.pattern.api with parameters of type IWDAttributeInfo
 void IWDPatternSequence.bindMaxVisibleSteps(IWDAttributeInfo attributeInfo)
          Binds property maxVisibleSteps to the context attribute specified by the given attribute info.
 void IWDPatternSequence.bindSelectedStep(IWDAttributeInfo attributeInfo)
          Binds property selectedStep to the context attribute specified by the given attribute info.
 void IWDPatternContentArea.bindBorder(IWDAttributeInfo attributeInfo)
          Binds property border to the context attribute specified by the given attribute info.
 void IWDPatternContentArea.bindDesign(IWDAttributeInfo attributeInfo)
          Binds property design to the context attribute specified by the given attribute info.
 void IWDPatternContentArea.bindHasContentPadding(IWDAttributeInfo attributeInfo)
          Binds property hasContentPadding to the context attribute specified by the given attribute info.
 void IWDPatternContentArea.bindHorizontalScrollingMode(IWDAttributeInfo attributeInfo)
          Binds property horizontalScrollingMode to the context attribute specified by the given attribute info.
 void IWDPatternContentArea.bindVisible(IWDAttributeInfo attributeInfo)
          Binds property visible to the context attribute specified by the given attribute info.
 void IWDPatternExpandFunction.bindEnabled(IWDAttributeInfo attributeInfo)
          Binds property enabled to the context attribute specified by the given attribute info.
 void IWDPatternExpandFunction.bindExpandState(IWDAttributeInfo attributeInfo)
          Binds property expandState to the context attribute specified by the given attribute info.
 void IWDPatternExpandFunction.bindTooltip(IWDAttributeInfo attributeInfo)
          Binds property tooltip to the context attribute specified by the given attribute info.
 void IWDPatternTray.bindTitle(IWDAttributeInfo attributeInfo)
          Binds property title to the context attribute specified by the given attribute info.
 void IWDPatternTab.bindEnabled(IWDAttributeInfo attributeInfo)
          Binds property enabled to the context attribute specified by the given attribute info.
 void IWDPatternTab.bindTextDirection(IWDAttributeInfo attributeInfo)
          Binds property textDirection to the context attribute specified by the given attribute info.
 void IWDPatternTab.bindTitle(IWDAttributeInfo attributeInfo)
          Binds property title to the context attribute specified by the given attribute info.
 void IWDPatternTab.bindTooltip(IWDAttributeInfo attributeInfo)
          Binds property tooltip to the context attribute specified by the given attribute info.
 void IWDPatternTab.bindVisible(IWDAttributeInfo attributeInfo)
          Binds property visible to the context attribute specified by the given attribute info.
 void IWDAbstractPatternContainer.bindAccessibilityDescription(IWDAttributeInfo attributeInfo)
          Binds property accessibilityDescription to the context attribute specified by the given attribute info.
 void IWDAbstractPatternContainer.bindDesign(IWDAttributeInfo attributeInfo)
          Binds property design to the context attribute specified by the given attribute info.
 void IWDAbstractPatternContainer.bindHasContentConnector(IWDAttributeInfo attributeInfo)
          Binds property hasContentConnector to the context attribute specified by the given attribute info.
 void IWDPatternSequenceStep.bindDesign(IWDAttributeInfo attributeInfo)
          Binds property design to the context attribute specified by the given attribute info.
 void IWDPatternSequenceStep.bindEnabled(IWDAttributeInfo attributeInfo)
          Binds property enabled to the context attribute specified by the given attribute info.
 void IWDPatternSequenceStep.bindRequired(IWDAttributeInfo attributeInfo)
          Binds property required to the context attribute specified by the given attribute info.
 void IWDPatternSequenceStep.bindStatus(IWDAttributeInfo attributeInfo)
          Binds property status to the context attribute specified by the given attribute info.
 void IWDPatternSequenceStep.bindStepNumber(IWDAttributeInfo attributeInfo)
          Binds property stepNumber to the context attribute specified by the given attribute info.
 void IWDPatternSequenceStep.bindTextDirection(IWDAttributeInfo attributeInfo)
          Binds property textDirection to the context attribute specified by the given attribute info.
 void IWDPatternSequenceStep.bindTitle(IWDAttributeInfo attributeInfo)
          Binds property title to the context attribute specified by the given attribute info.
 void IWDPatternSequenceStep.bindTooltipOfStatus(IWDAttributeInfo attributeInfo)
          Binds property tooltipOfStatus to the context attribute specified by the given attribute info.
 void IWDPatternSequenceStep.bindTooltipOfStepNumber(IWDAttributeInfo attributeInfo)
          Binds property tooltipOfStepNumber to the context attribute specified by the given attribute info.
 void IWDPatternSequenceStep.bindTooltipOfTitle(IWDAttributeInfo attributeInfo)
          Binds property tooltipOfTitle to the context attribute specified by the given attribute info.
 void IWDPatternSequenceStep.bindVisible(IWDAttributeInfo attributeInfo)
          Binds property visible to the context attribute specified by the given attribute info.
 void IWDPatternTabStrip.bindMaxVisibleTabs(IWDAttributeInfo attributeInfo)
          Binds property maxVisibleTabs to the context attribute specified by the given attribute info.
 void IWDPatternTabStrip.bindSelectedTab(IWDAttributeInfo attributeInfo)
          Binds property selectedTab to the context attribute specified by the given attribute info.
 

Uses of IWDAttributeInfo in com.sap.tc.webdynpro.clientserver.uielib.standard.api
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api with parameters of type IWDAttributeInfo
 void IWDToolBarButton.bindDesign(IWDAttributeInfo attributeInfo)
          Binds property design to the context attribute specified by the given attribute info.
 void IWDScrollContainer.bindScrollingMode(IWDAttributeInfo attributeInfo)
          Binds property scrollingMode to the context attribute specified by the given attribute info.
 void IWDFileDownload.bindData(IWDAttributeInfo attributeInfo)
          Note: This property must be bound to the context! Binds property data to the context attribute specified by the given attribute info.
 void IWDFileDownload.bindTarget(IWDAttributeInfo attributeInfo)
          Binds property target to the context attribute specified by the given attribute info.
 void IWDFileDownload.bindType(IWDAttributeInfo attributeInfo)
          Binds property type to the context attribute specified by the given attribute info.
 void IWDMenuActionItem.bindEnabled(IWDAttributeInfo attributeInfo)
          Binds property enabled to the context attribute specified by the given attribute info.
 void IWDMenuActionItem.bindImageSource(IWDAttributeInfo attributeInfo)
          Binds property imageSource to the context attribute specified by the given attribute info.
 void IWDMenuActionItem.bindText(IWDAttributeInfo attributeInfo)
          Binds property text to the context attribute specified by the given attribute info.
 void IWDMenuActionItem.bindTextDirection(IWDAttributeInfo attributeInfo)
          Binds property textDirection to the context attribute specified by the given attribute info.
 void IWDDateNavigatorMarking.bindCategory(IWDAttributeInfo attributeInfo)
          Binds property category to the context attribute specified by the given attribute info.
 void IWDDateNavigatorMarking.bindDate(IWDAttributeInfo attributeInfo)
          Note: This property must be bound to the context! Binds property date to the context attribute specified by the given attribute info.
 void IWDDateNavigatorMarking.bindTooltip(IWDAttributeInfo attributeInfo)
          Binds property tooltip to the context attribute specified by the given attribute info.
 void IWDGridData.bindCellBackgroundDesign(IWDAttributeInfo attributeInfo)
          Binds property cellBackgroundDesign to the context attribute specified by the given attribute info.
 void IWDTableColumn.bindDesign(IWDAttributeInfo attributeInfo)
          Binds property design to the context attribute specified by the given attribute info.
 void IWDTableColumn.bindFilterValue(IWDAttributeInfo attributeInfo)
          Binds property filterValue to the context attribute specified by the given attribute info.
 void IWDTableColumn.bindHAlign(IWDAttributeInfo attributeInfo)
          Binds property hAlign to the context attribute specified by the given attribute info.
 void IWDTableColumn.bindResizable(IWDAttributeInfo attributeInfo)
          Binds property resizable to the context attribute specified by the given attribute info.
 void IWDTableColumn.bindVisible(IWDAttributeInfo attributeInfo)
          Binds property visible to the context attribute specified by the given attribute info.
 void IWDTableColumn.bindWidth(IWDAttributeInfo attributeInfo)
          Binds property width to the context attribute specified by the given attribute info.
 void IWDTable.bindAccessibilityDescription(IWDAttributeInfo attributeInfo)
          Binds property accessibilityDescription to the context attribute specified by the given attribute info.
 void IWDTable.bindDesign(IWDAttributeInfo attributeInfo)
          Binds property design to the context attribute specified by the given attribute info.
 void IWDTable.bindFirstVisibleRow(IWDAttributeInfo attributeInfo)
          Binds property firstVisibleRow to the context attribute specified by the given attribute info.
 void IWDTable.bindFooterVisible(IWDAttributeInfo attributeInfo)
          Binds property footerVisible to the context attribute specified by the given attribute info.
 void IWDTable.bindReadOnly(IWDAttributeInfo attributeInfo)
          Binds property readOnly to the context attribute specified by the given attribute info.
 void IWDTable.bindVisibleRowCount(IWDAttributeInfo attributeInfo)
          Binds property visibleRowCount to the context attribute specified by the given attribute info.
 void IWDTable.bindWidth(IWDAttributeInfo attributeInfo)
          Binds property width to the context attribute specified by the given attribute info.
 void IWDAbstractDropDownByKey.bindSelectedKey(IWDAttributeInfo attributeInfo)
          Note: This property must be bound to the context! Binds property selectedKey to the context attribute specified by the given attribute info.
 void IWDAbstractCaption.bindImageAlt(IWDAttributeInfo attributeInfo)
          Binds property imageAlt to the context attribute specified by the given attribute info.
 void IWDAbstractCaption.bindImageFirst(IWDAttributeInfo attributeInfo)
          Binds property imageFirst to the context attribute specified by the given attribute info.
 void IWDAbstractCaption.bindImageSource(IWDAttributeInfo attributeInfo)
          Binds property imageSource to the context attribute specified by the given attribute info.
 void IWDAbstractCaption.bindTextDirection(IWDAttributeInfo attributeInfo)
          Binds property textDirection to the context attribute specified by the given attribute info.
 void IWDCheckBox.bindChecked(IWDAttributeInfo attributeInfo)
          Note: This property must be bound to the context! Binds property checked to the context attribute specified by the given attribute info.
 void IWDCheckBox.bindReadOnly(IWDAttributeInfo attributeInfo)
          Binds property readOnly to the context attribute specified by the given attribute info.
 void IWDCheckBox.bindState(IWDAttributeInfo attributeInfo)
          Binds property state to the context attribute specified by the given attribute info.
 void IWDCheckBox.bindText(IWDAttributeInfo attributeInfo)
          Binds property text to the context attribute specified by the given attribute info.
 void IWDCheckBox.bindTextDirection(IWDAttributeInfo attributeInfo)
          Binds property textDirection to the context attribute specified by the given attribute info.
 void IWDHorizontalGutter.bindHasRule(IWDAttributeInfo attributeInfo)
          Binds property hasRule to the context attribute specified by the given attribute info.
 void IWDHorizontalGutter.bindHeight(IWDAttributeInfo attributeInfo)
          Binds property height to the context attribute specified by the given attribute info.
 void IWDHorizontalGutter.bindWidth(IWDAttributeInfo attributeInfo)
          Binds property width to the context attribute specified by the given attribute info.
 void IWDAbstractTreeTableColumn.bindChildrenLoaded(IWDAttributeInfo attributeInfo)
          Binds property childrenLoaded to the context attribute specified by the given attribute info.
 void IWDAbstractTreeTableColumn.bindExpanded(IWDAttributeInfo attributeInfo)
          Note: This property must be bound to the context! Binds property expanded to the context attribute specified by the given attribute info.
 void IWDAbstractTreeTableColumn.bindIsLeaf(IWDAttributeInfo attributeInfo)
          Binds property isLeaf to the context attribute specified by the given attribute info.
 void IWDLabel.bindDesign(IWDAttributeInfo attributeInfo)
          Binds property design to the context attribute specified by the given attribute info.
 void IWDLabel.bindText(IWDAttributeInfo attributeInfo)
          Binds property text to the context attribute specified by the given attribute info.
 void IWDLabel.bindTextDirection(IWDAttributeInfo attributeInfo)
          Binds property textDirection to the context attribute specified by the given attribute info.
 void IWDLabel.bindWidth(IWDAttributeInfo attributeInfo)
          Binds property width to the context attribute specified by the given attribute info.
 void IWDLabel.bindWrapping(IWDAttributeInfo attributeInfo)
          Binds property wrapping to the context attribute specified by the given attribute info.
 void IWDCaption.bindText(IWDAttributeInfo attributeInfo)
          Binds property text to the context attribute specified by the given attribute info.
 void IWDToolBarDropDownByKey.bindLabelText(IWDAttributeInfo attributeInfo)
          Binds property labelText to the context attribute specified by the given attribute info.
 void IWDLink.bindImageHeight(IWDAttributeInfo attributeInfo)
          Binds property imageHeight to the context attribute specified by the given attribute info.
 void IWDLink.bindImageWidth(IWDAttributeInfo attributeInfo)
          Binds property imageWidth to the context attribute specified by the given attribute info.
 void IWDLink.bindSize(IWDAttributeInfo attributeInfo)
          Binds property size to the context attribute specified by the given attribute info.
 void IWDLink.bindText(IWDAttributeInfo attributeInfo)
          Binds property text to the context attribute specified by the given attribute info.
 void IWDLink.bindWrapping(IWDAttributeInfo attributeInfo)
          Binds property wrapping to the context attribute specified by the given attribute info.
 void IWDProgressIndicator.bindBarColor(IWDAttributeInfo attributeInfo)
          Binds property barColor to the context attribute specified by the given attribute info.
 void IWDProgressIndicator.bindDisplayValue(IWDAttributeInfo attributeInfo)
          Binds property displayValue to the context attribute specified by the given attribute info.
 void IWDProgressIndicator.bindPercentValue(IWDAttributeInfo attributeInfo)
          Binds property percentValue to the context attribute specified by the given attribute info.
 void IWDProgressIndicator.bindShowValue(IWDAttributeInfo attributeInfo)
          Binds property showValue to the context attribute specified by the given attribute info.
 void IWDProgressIndicator.bindWidth(IWDAttributeInfo attributeInfo)
          Binds property width to the context attribute specified by the given attribute info.
 void IWDGroup.bindDesign(IWDAttributeInfo attributeInfo)
          Binds property design to the context attribute specified by the given attribute info.
 void IWDGroup.bindHasContentPadding(IWDAttributeInfo attributeInfo)
          Binds property hasContentPadding to the context attribute specified by the given attribute info.
 void IWDAbstractMasterTableColumn.bindDesign(IWDAttributeInfo attributeInfo)
          Binds property design to the context attribute specified by the given attribute info.
 void IWDAbstractMasterTableColumn.bindResizable(IWDAttributeInfo attributeInfo)
          Binds property resizable to the context attribute specified by the given attribute info.
 void IWDAbstractMasterTableColumn.bindVisible(IWDAttributeInfo attributeInfo)
          Binds property visible to the context attribute specified by the given attribute info.
 void IWDAbstractMasterTableColumn.bindWidth(IWDAttributeInfo attributeInfo)
          Binds property width to the context attribute specified by the given attribute info.
 void IWDAbstractInputField.bindAlignment(IWDAttributeInfo attributeInfo)
          Binds property alignment to the context attribute specified by the given attribute info.
 void IWDAbstractInputField.bindLength(IWDAttributeInfo attributeInfo)
          Binds property length to the context attribute specified by the given attribute info.
 void IWDAbstractInputField.bindPasswordField(IWDAttributeInfo attributeInfo)
          Binds property passwordField to the context attribute specified by the given attribute info.
 void IWDAbstractInputField.bindReadOnly(IWDAttributeInfo attributeInfo)
          Binds property readOnly to the context attribute specified by the given attribute info.
 void IWDAbstractInputField.bindState(IWDAttributeInfo attributeInfo)
          Binds property state to the context attribute specified by the given attribute info.
 void IWDAbstractInputField.bindTextDirection(IWDAttributeInfo attributeInfo)
          Binds property textDirection to the context attribute specified by the given attribute info.
 void IWDAbstractInputField.bindValue(IWDAttributeInfo attributeInfo)
          Note: This property must be bound to the context! Binds property value to the context attribute specified by the given attribute info.
 void IWDAbstractInputField.bindWidth(IWDAttributeInfo attributeInfo)
          Binds property width to the context attribute specified by the given attribute info.
 void IWDTabStrip.bindAccessibilityDescription(IWDAttributeInfo attributeInfo)
          Binds property accessibilityDescription to the context attribute specified by the given attribute info.
 void IWDTabStrip.bindHeight(IWDAttributeInfo attributeInfo)
          Binds property height to the context attribute specified by the given attribute info.
 void IWDTabStrip.bindSelectedTab(IWDAttributeInfo attributeInfo)
          Binds property selectedTab to the context attribute specified by the given attribute info.
 void IWDTabStrip.bindWidth(IWDAttributeInfo attributeInfo)
          Binds property width to the context attribute specified by the given attribute info.
 void IWDToolBarDropDownByIndex.bindLabelText(IWDAttributeInfo attributeInfo)
          Binds property labelText to the context attribute specified by the given attribute info.
 void IWDImage.bindAlt(IWDAttributeInfo attributeInfo)
          Binds property alt to the context attribute specified by the given attribute info.
 void IWDImage.bindBorder(IWDAttributeInfo attributeInfo)
          Binds property border to the context attribute specified by the given attribute info.
 void IWDImage.bindHeight(IWDAttributeInfo attributeInfo)
          Binds property height to the context attribute specified by the given attribute info.
 void IWDImage.bindSource(IWDAttributeInfo attributeInfo)
          Binds property source to the context attribute specified by the given attribute info.
 void IWDImage.bindWidth(IWDAttributeInfo attributeInfo)
          Binds property width to the context attribute specified by the given attribute info.
 void IWDAbstractTreeNodeType.bindDesign(IWDAttributeInfo attributeInfo)
          Binds property design to the context attribute specified by the given attribute info.
 void IWDAbstractTreeNodeType.bindIconAlt(IWDAttributeInfo attributeInfo)
          Binds property iconAlt to the context attribute specified by the given attribute info.
 void IWDAbstractTreeNodeType.bindIconSource(IWDAttributeInfo attributeInfo)
          Binds property iconSource to the context attribute specified by the given attribute info.
 void IWDAbstractTreeNodeType.bindIgnoreAction(IWDAttributeInfo attributeInfo)
          Binds property ignoreAction to the context attribute specified by the given attribute info.
 void IWDAbstractTreeNodeType.bindText(IWDAttributeInfo attributeInfo)
          Binds property text to the context attribute specified by the given attribute info.
 void IWDAbstractTreeNodeType.bindTextDirection(IWDAttributeInfo attributeInfo)
          Binds property textDirection to the context attribute specified by the given attribute info.
 void IWDAbstractTreeNodeType.bindTooltip(IWDAttributeInfo attributeInfo)
          Binds property tooltip to the context attribute specified by the given attribute info.
 void IWDToolBarSeparator.bindVisible(IWDAttributeInfo attributeInfo)
          Binds property visible to the context attribute specified by the given attribute info.
 void IWDTextEdit.bindCols(IWDAttributeInfo attributeInfo)
          Binds property cols to the context attribute specified by the given attribute info.
 void IWDTextEdit.bindHeight(IWDAttributeInfo attributeInfo)
          Binds property height to the context attribute specified by the given attribute info.
 void IWDTextEdit.bindReadOnly(IWDAttributeInfo attributeInfo)
          Binds property readOnly to the context attribute specified by the given attribute info.
 void IWDTextEdit.bindRows(IWDAttributeInfo attributeInfo)
          Binds property rows to the context attribute specified by the given attribute info.
 void IWDTextEdit.bindState(IWDAttributeInfo attributeInfo)
          Binds property state to the context attribute specified by the given attribute info.
 void IWDTextEdit.bindTextDirection(IWDAttributeInfo attributeInfo)
          Binds property textDirection to the context attribute specified by the given attribute info.
 void IWDTextEdit.bindValue(IWDAttributeInfo attributeInfo)
          Note: This property must be bound to the context! Binds property value to the context attribute specified by the given attribute info.
 void IWDTextEdit.bindWidth(IWDAttributeInfo attributeInfo)
          Binds property width to the context attribute specified by the given attribute info.
 void IWDTextEdit.bindWrapping(IWDAttributeInfo attributeInfo)
          Binds property wrapping to the context attribute specified by the given attribute info.
 void IWDTreeNodeType.bindExpanded(IWDAttributeInfo attributeInfo)
          Binds property expanded to the context attribute specified by the given attribute info.
 void IWDTreeNodeType.bindHasChildren(IWDAttributeInfo attributeInfo)
          Binds property hasChildren to the context attribute specified by the given attribute info.
 void IWDPhase.bindDescription(IWDAttributeInfo attributeInfo)
          Binds property description to the context attribute specified by the given attribute info.
 void IWDPhase.bindEnabled(IWDAttributeInfo attributeInfo)
          Binds property enabled to the context attribute specified by the given attribute info.
 void IWDPhase.bindStatus(IWDAttributeInfo attributeInfo)
          Binds property status to the context attribute specified by the given attribute info.
 void IWDPhase.bindTextDirection(IWDAttributeInfo attributeInfo)
          Binds property textDirection to the context attribute specified by the given attribute info.
 void IWDPhase.bindTooltip(IWDAttributeInfo attributeInfo)
          Binds property tooltip to the context attribute specified by the given attribute info.
 void IWDPhase.bindVisible(IWDAttributeInfo attributeInfo)
          Binds property visible to the context attribute specified by the given attribute info.
 void IWDToolBar.bindAccessibilityDescription(IWDAttributeInfo attributeInfo)
          Binds property accessibilityDescription to the context attribute specified by the given attribute info.
 void IWDToolBar.bindDesign(IWDAttributeInfo attributeInfo)
          Binds property design to the context attribute specified by the given attribute info.
 void IWDToolBar.bindEnabled(IWDAttributeInfo attributeInfo)
          Binds property enabled to the context attribute specified by the given attribute info.
 void IWDToolBar.bindVisible(IWDAttributeInfo attributeInfo)
          Binds property visible to the context attribute specified by the given attribute info.
 void IWDToolBar.bindWrapping(IWDAttributeInfo attributeInfo)
          Binds property wrapping to the context attribute specified by the given attribute info.
 void IWDLinkToAction.bindType(IWDAttributeInfo attributeInfo)
          Binds property type to the context attribute specified by the given attribute info.
 void IWDDropDownByIndex.bindSize(IWDAttributeInfo attributeInfo)
          Binds property size to the context attribute specified by the given attribute info.
 void IWDButton.bindDesign(IWDAttributeInfo attributeInfo)
          Binds property design to the context attribute specified by the given attribute info.
 void IWDButton.bindSize(IWDAttributeInfo attributeInfo)
          Binds property size to the context attribute specified by the given attribute info.
 void IWDButton.bindWidth(IWDAttributeInfo attributeInfo)
          Binds property width to the context attribute specified by the given attribute info.
 void IWDPhaseIndicator.bindAccessibilityDescription(IWDAttributeInfo attributeInfo)
          Binds property accessibilityDescription to the context attribute specified by the given attribute info.
 void IWDPhaseIndicator.bindBackgroundDesign(IWDAttributeInfo attributeInfo)
          Binds property backgroundDesign to the context attribute specified by the given attribute info.
 void IWDPhaseIndicator.bindFirstVisiblePhase(IWDAttributeInfo attributeInfo)
          Binds property firstVisiblePhase to the context attribute specified by the given attribute info.
 void IWDPhaseIndicator.bindSelectedPhase(IWDAttributeInfo attributeInfo)
          Binds property selectedPhase to the context attribute specified by the given attribute info.
 void IWDAbstractButton.bindText(IWDAttributeInfo attributeInfo)
          Binds property text to the context attribute specified by the given attribute info.
 void IWDFileUpload.bindData(IWDAttributeInfo attributeInfo)
          Note: This property must be bound to the context! Binds property data to the context attribute specified by the given attribute info.
 void IWDFileUpload.bindFileName(IWDAttributeInfo attributeInfo)
          Binds property fileName to the context attribute specified by the given attribute info.
 void IWDFileUpload.bindTextDirection(IWDAttributeInfo attributeInfo)
          Binds property textDirection to the context attribute specified by the given attribute info.
 void IWDFileUpload.bindWidth(IWDAttributeInfo attributeInfo)
          Binds property width to the context attribute specified by the given attribute info.
 void IWDIFrame.bindBorder(IWDAttributeInfo attributeInfo)
          Binds property border to the context attribute specified by the given attribute info.
 void IWDIFrame.bindHeight(IWDAttributeInfo attributeInfo)
          Binds property height to the context attribute specified by the given attribute info.
 void IWDIFrame.bindScrollingMode(IWDAttributeInfo attributeInfo)
          Binds property scrollingMode to the context attribute specified by the given attribute info.
 void IWDIFrame.bindSource(IWDAttributeInfo attributeInfo)
          Binds property source to the context attribute specified by the given attribute info.
 void IWDIFrame.bindWidth(IWDAttributeInfo attributeInfo)
          Binds property width to the context attribute specified by the given attribute info.
 void IWDTray.bindAccessibilityDescription(IWDAttributeInfo attributeInfo)
          Binds property accessibilityDescription to the context attribute specified by the given attribute info.
 void IWDTray.bindDesign(IWDAttributeInfo attributeInfo)
          Binds property design to the context attribute specified by the given attribute info.
 void IWDTray.bindExpanded(IWDAttributeInfo attributeInfo)
          Binds property expanded to the context attribute specified by the given attribute info.
 void IWDTray.bindHasContentPadding(IWDAttributeInfo attributeInfo)
          Binds property hasContentPadding to the context attribute specified by the given attribute info.
 void IWDInputField.bindSize(IWDAttributeInfo attributeInfo)
          Binds property size to the context attribute specified by the given attribute info.
 void IWDRoadMapStep.bindDescription(IWDAttributeInfo attributeInfo)
          Binds property description to the context attribute specified by the given attribute info.
 void IWDRoadMapStep.bindDesign(IWDAttributeInfo attributeInfo)
          Binds property design to the context attribute specified by the given attribute info.
 void IWDRoadMapStep.bindEnabled(IWDAttributeInfo attributeInfo)
          Binds property enabled to the context attribute specified by the given attribute info.
 void IWDRoadMapStep.bindName(IWDAttributeInfo attributeInfo)
          Binds property name to the context attribute specified by the given attribute info.
 void IWDRoadMapStep.bindTextDirection(IWDAttributeInfo attributeInfo)
          Binds property textDirection to the context attribute specified by the given attribute info.
 void IWDRoadMapStep.bindTooltip(IWDAttributeInfo attributeInfo)
          Binds property tooltip to the context attribute specified by the given attribute info.
 void IWDRoadMapStep.bindType(IWDAttributeInfo attributeInfo)
          Binds property type to the context attribute specified by the given attribute info.
 void IWDRoadMapStep.bindVisible(IWDAttributeInfo attributeInfo)
          Binds property visible to the context attribute specified by the given attribute info.
 void IWDDateNavigatorLegend.bindCategory(IWDAttributeInfo attributeInfo)
          Note: This property must be bound to the context! Binds property category to the context attribute specified by the given attribute info.
 void IWDDateNavigatorLegend.bindText(IWDAttributeInfo attributeInfo)
          Binds property text to the context attribute specified by the given attribute info.
 void IWDDateNavigatorLegend.bindTextDirection(IWDAttributeInfo attributeInfo)
          Binds property textDirection to the context attribute specified by the given attribute info.
 void IWDAbstractDropDown.bindReadOnly(IWDAttributeInfo attributeInfo)
          Binds property readOnly to the context attribute specified by the given attribute info.
 void IWDAbstractDropDown.bindState(IWDAttributeInfo attributeInfo)
          Binds property state to the context attribute specified by the given attribute info.
 void IWDAbstractDropDown.bindTextDirection(IWDAttributeInfo attributeInfo)
          Binds property textDirection to the context attribute specified by the given attribute info.
 void IWDAbstractDropDown.bindWidth(IWDAttributeInfo attributeInfo)
          Binds property width to the context attribute specified by the given attribute info.
 void IWDRoadMap.bindAccessibilityDescription(IWDAttributeInfo attributeInfo)
          Binds property accessibilityDescription to the context attribute specified by the given attribute info.
 void IWDRoadMap.bindEndPointDesign(IWDAttributeInfo attributeInfo)
          Binds property endPointDesign to the context attribute specified by the given attribute info.
 void IWDRoadMap.bindSelectedStep(IWDAttributeInfo attributeInfo)
          Binds property selectedStep to the context attribute specified by the given attribute info.
 void IWDRoadMap.bindStartPointDesign(IWDAttributeInfo attributeInfo)
          Binds property startPointDesign to the context attribute specified by the given attribute info.
 void IWDRadioButtonGroupByKey.bindAccessibilityDescription(IWDAttributeInfo attributeInfo)
          Binds property accessibilityDescription to the context attribute specified by the given attribute info.
 void IWDRadioButtonGroupByKey.bindColCount(IWDAttributeInfo attributeInfo)
          Binds property colCount to the context attribute specified by the given attribute info.
 void IWDRadioButtonGroupByKey.bindReadOnly(IWDAttributeInfo attributeInfo)
          Binds property readOnly to the context attribute specified by the given attribute info.
 void IWDRadioButtonGroupByKey.bindSelectedKey(IWDAttributeInfo attributeInfo)
          Note: This property must be bound to the context! Binds property selectedKey to the context attribute specified by the given attribute info.
 void IWDRadioButtonGroupByKey.bindState(IWDAttributeInfo attributeInfo)
          Binds property state to the context attribute specified by the given attribute info.
 void IWDRadioButtonGroupByKey.bindTextDirection(IWDAttributeInfo attributeInfo)
          Binds property textDirection to the context attribute specified by the given attribute info.
 void IWDRadioButtonGroupByKey.bindWidth(IWDAttributeInfo attributeInfo)
          Binds property width to the context attribute specified by the given attribute info.
 void IWDCheckBoxGroup.bindAccessibilityDescription(IWDAttributeInfo attributeInfo)
          Binds property accessibilityDescription to the context attribute specified by the given attribute info.
 void IWDCheckBoxGroup.bindColCount(IWDAttributeInfo attributeInfo)
          Binds property colCount to the context attribute specified by the given attribute info.
 void IWDCheckBoxGroup.bindReadOnly(IWDAttributeInfo attributeInfo)
          Binds property readOnly to the context attribute specified by the given attribute info.
 void IWDCheckBoxGroup.bindState(IWDAttributeInfo attributeInfo)
          Binds property state to the context attribute specified by the given attribute info.
 void IWDCheckBoxGroup.bindTextDirection(IWDAttributeInfo attributeInfo)
          Binds property textDirection to the context attribute specified by the given attribute info.
 void IWDCheckBoxGroup.bindTexts(IWDAttributeInfo attributeInfo)
          Note: This property must be bound to the context! Binds property texts to the context attribute specified by the given attribute info.
 void IWDCheckBoxGroup.bindWidth(IWDAttributeInfo attributeInfo)
          Binds property width to the context attribute specified by the given attribute info.
 void IWDTree.bindDefaultItemIconAlt(IWDAttributeInfo attributeInfo)
          Binds property defaultItemIconAlt to the context attribute specified by the given attribute info.
 void IWDTree.bindDefaultItemIconSource(IWDAttributeInfo attributeInfo)
          Binds property defaultItemIconSource to the context attribute specified by the given attribute info.
 void IWDTree.bindDefaultNodeIconAlt(IWDAttributeInfo attributeInfo)
          Binds property defaultNodeIconAlt to the context attribute specified by the given attribute info.
 void IWDTree.bindDefaultNodeIconSource(IWDAttributeInfo attributeInfo)
          Binds property defaultNodeIconSource to the context attribute specified by the given attribute info.
 void IWDTree.bindMinHeight(IWDAttributeInfo attributeInfo)
          Binds property minHeight to the context attribute specified by the given attribute info.
 void IWDTree.bindRootText(IWDAttributeInfo attributeInfo)
          Binds property rootText to the context attribute specified by the given attribute info.
 void IWDTree.bindRootVisible(IWDAttributeInfo attributeInfo)
          Binds property rootVisible to the context attribute specified by the given attribute info.
 void IWDTree.bindTitle(IWDAttributeInfo attributeInfo)
          Binds property title to the context attribute specified by the given attribute info.
 void IWDTree.bindTitleVisible(IWDAttributeInfo attributeInfo)
          Binds property titleVisible to the context attribute specified by the given attribute info.
 void IWDTree.bindWidth(IWDAttributeInfo attributeInfo)
          Binds property width to the context attribute specified by the given attribute info.
 void IWDDateNavigator.bindAccessibilityDescription(IWDAttributeInfo attributeInfo)
          Binds property accessibilityDescription to the context attribute specified by the given attribute info.
 void IWDDateNavigator.bindFirstSelectedDate(IWDAttributeInfo attributeInfo)
          Binds property firstSelectedDate to the context attribute specified by the given attribute info.
 void IWDDateNavigator.bindLastSelectedDate(IWDAttributeInfo attributeInfo)
          Binds property lastSelectedDate to the context attribute specified by the given attribute info.
 void IWDDateNavigator.bindMonthsPerColumn(IWDAttributeInfo attributeInfo)
          Binds property monthsPerColumn to the context attribute specified by the given attribute info.
 void IWDDateNavigator.bindMonthsPerRow(IWDAttributeInfo attributeInfo)
          Binds property monthsPerRow to the context attribute specified by the given attribute info.
 void IWDDateNavigator.bindSelectionMode(IWDAttributeInfo attributeInfo)
          Binds property selectionMode to the context attribute specified by the given attribute info.
 void IWDDateNavigator.bindStartsWith(IWDAttributeInfo attributeInfo)
          Binds property startsWith to the context attribute specified by the given attribute info.
 void IWDTimedTrigger.bindDelay(IWDAttributeInfo attributeInfo)
          Binds property delay to the context attribute specified by the given attribute info.
 void IWDRadioButtonGroupByIndex.bindAccessibilityDescription(IWDAttributeInfo attributeInfo)
          Binds property accessibilityDescription to the context attribute specified by the given attribute info.
 void IWDRadioButtonGroupByIndex.bindColCount(IWDAttributeInfo attributeInfo)
          Binds property colCount to the context attribute specified by the given attribute info.
 void IWDRadioButtonGroupByIndex.bindReadOnly(IWDAttributeInfo attributeInfo)
          Binds property readOnly to the context attribute specified by the given attribute info.
 void IWDRadioButtonGroupByIndex.bindState(IWDAttributeInfo attributeInfo)
          Binds property state to the context attribute specified by the given attribute info.
 void IWDRadioButtonGroupByIndex.bindTextDirection(IWDAttributeInfo attributeInfo)
          Binds property textDirection to the context attribute specified by the given attribute info.
 void IWDRadioButtonGroupByIndex.bindTexts(IWDAttributeInfo attributeInfo)
          Note: This property must be bound to the context! Binds property texts to the context attribute specified by the given attribute info.
 void IWDRadioButtonGroupByIndex.bindWidth(IWDAttributeInfo attributeInfo)
          Binds property width to the context attribute specified by the given attribute info.
 void IWDTab.bindEnabled(IWDAttributeInfo attributeInfo)
          Binds property enabled to the context attribute specified by the given attribute info.
 void IWDTab.bindHasContentPadding(IWDAttributeInfo attributeInfo)
          Binds property hasContentPadding to the context attribute specified by the given attribute info.
 void IWDTab.bindVisible(IWDAttributeInfo attributeInfo)
          Binds property visible to the context attribute specified by the given attribute info.
 void IWDToolBarInputField.bindLabelText(IWDAttributeInfo attributeInfo)
          Binds property labelText to the context attribute specified by the given attribute info.
 void IWDDropDownByKey.bindSize(IWDAttributeInfo attributeInfo)
          Binds property size to the context attribute specified by the given attribute info.
 void IWDLinkToURL.bindReference(IWDAttributeInfo attributeInfo)
          Binds property reference to the context attribute specified by the given attribute info.
 void IWDLinkToURL.bindTarget(IWDAttributeInfo attributeInfo)
          Binds property target to the context attribute specified by the given attribute info.
 void IWDLinkToURL.bindType(IWDAttributeInfo attributeInfo)
          Binds property type to the context attribute specified by the given attribute info.
 void IWDAbstractDropDownByIndex.bindTexts(IWDAttributeInfo attributeInfo)
          Note: This property must be bound to the context! Binds property texts to the context attribute specified by the given attribute info.
 void IWDRadioButton.bindKeyToSelect(IWDAttributeInfo attributeInfo)
          Binds property keyToSelect to the context attribute specified by the given attribute info.
 void IWDRadioButton.bindReadOnly(IWDAttributeInfo attributeInfo)
          Binds property readOnly to the context attribute specified by the given attribute info.
 void IWDRadioButton.bindSelectedKey(IWDAttributeInfo attributeInfo)
          Note: This property must be bound to the context! Binds property selectedKey to the context attribute specified by the given attribute info.
 void IWDRadioButton.bindState(IWDAttributeInfo attributeInfo)
          Binds property state to the context attribute specified by the given attribute info.
 void IWDRadioButton.bindText(IWDAttributeInfo attributeInfo)
          Binds property text to the context attribute specified by the given attribute info.
 void IWDRadioButton.bindTextDirection(IWDAttributeInfo attributeInfo)
          Binds property textDirection to the context attribute specified by the given attribute info.
 void IWDTextView.bindDesign(IWDAttributeInfo attributeInfo)
          Binds property design to the context attribute specified by the given attribute info.
 void IWDTextView.bindHAlign(IWDAttributeInfo attributeInfo)
          Binds property hAlign to the context attribute specified by the given attribute info.
 void IWDTextView.bindLayout(IWDAttributeInfo attributeInfo)
          Binds property layout to the context attribute specified by the given attribute info.
 void IWDTextView.bindSemanticColor(IWDAttributeInfo attributeInfo)
          Binds property semanticColor to the context attribute specified by the given attribute info.
 void IWDTextView.bindText(IWDAttributeInfo attributeInfo)
          Binds property text to the context attribute specified by the given attribute info.
 void IWDTextView.bindTextDirection(IWDAttributeInfo attributeInfo)
          Binds property textDirection to the context attribute specified by the given attribute info.
 void IWDTextView.bindWrapping(IWDAttributeInfo attributeInfo)
          Binds property wrapping to the context attribute specified by the given attribute info.
 

Uses of IWDAttributeInfo in com.sap.tc.webdynpro.progmodel.api
 

Methods in com.sap.tc.webdynpro.progmodel.api that return IWDAttributeInfo
 IWDAttributeInfo IWDAttributeInfo.getDataAttribute()
          Returns the AttributeInfo of the attribute this attribute is mapped to or null if this attribute is unmapped.
 IWDAttributeInfo IWDNodeInfo.getAttribute(java.lang.String name)
          Returns the AttributeInfo for the named attribute.
 IWDAttributeInfo IWDNodeInfo.addAttribute(java.lang.String name, java.lang.String dataType)
          Adds a new unmapped attribute to the structure.
 IWDAttributeInfo IWDNodeInfo.addValueAttribute(java.lang.String name, java.lang.String dataType)
          Adds a new unmapped value attribute to the structure.
 IWDAttributeInfo IWDNodeInfo.addAttribute(java.lang.String name, IDataType dataType)
          Adds a new unmapped value attribute to the structure.
 IWDAttributeInfo IWDNodeInfo.addMappedAttribute(java.lang.String name, java.lang.String mappedName)
          Adds a new mapped attribute to the structure.
 

Methods in com.sap.tc.webdynpro.progmodel.api with parameters of type IWDAttributeInfo
 void IWDUIElementContainer.bindHeight(IWDAttributeInfo attributeInfo)
          Binds property height to the context attribute specified by the given attribute info.
 void IWDUIElementContainer.bindWidth(IWDAttributeInfo attributeInfo)
          Binds property width to the context attribute specified by the given attribute info.
 void IWDUIElement.bindEnabled(IWDAttributeInfo attributeInfo)
          Binds property enabled to the context attribute specified by the given attribute info.
 void IWDUIElement.bindTooltip(IWDAttributeInfo attributeInfo)
          Binds property tooltip to the context attribute specified by the given attribute info.
 void IWDUIElement.bindVisible(IWDAttributeInfo attributeInfo)
          Binds property visible to the context attribute specified by the given attribute info.
 void IWDViewController.requestFocus(IWDNodeElement nodeElement, IWDAttributeInfo attribute)
          Requests to change the keyboard input focus to the UI element whose primary use is to edit a property bound to the given attribute.
 boolean IWDValidationCheck.isValidAttribute(IWDNodeElement elem, IWDAttributeInfo attr)
          Check if a context attribute is valid.
 void IWDValidationCheck.setAttributeValid(IWDNodeElement elem, IWDAttributeInfo attr)
          Set an attribute to valid.
 java.lang.String IWDValidationCheck.getExternalValue(IWDNodeElement nodeElement, IWDAttributeInfo attrInfo)
          Get access to the external string representation of an context attribute.
static IWDOnDemandValueSetService WDValueServices.createOnDemandValueSet(IWDValueSupplier theSupplier, IWDAttributeInfo attrInfo)
          Create an instance of IWDOnDemandValueSetService for context attributes using attrInfo as metadata.
static IWDBoundValueSet WDValueServices.createBoundValueSet(IWDAttributeInfo attrInfoSelectedKey, IWDNode dataSource, IWDAttributeInfo attrInfoKey, IWDAttributeInfo attrInfoValue)
          Create an IWDBoundValueSet.
static IWDBoundValueSet WDValueServices.createBoundValueSet(IWDAttributeInfo attrInfoSelectedKey, IWDNode dataSource, IWDAttributeInfo attrInfoKey, IWDAttributeInfo attrInfoValue, IWDBoundValueSet.IWDFilterListener selection)
          Create an IWDBoundValueSet.
static void WDValueServices.addOVSExtension(java.lang.String providerName, IWDAttributeInfo[] startupAttributes, IWDNode queryInputNode, IWDNode queryResultNode, IWDOVSContextNotificationListener queryListener)
          adds ovs functionalities for the specified attributes.
static void WDValueServices.addOVSExtension(java.lang.String providerName, IWDAttributeInfo[] startupAttributes, com.sap.tc.cmi.model.ICMIQuery cmiQuery, IWDOVSNotificationListener queryListener)
          adds ovs extension to a valuenode/modelnode
static void WDValueServices.removeOVSExtension(java.lang.String providerName, IWDAttributeInfo[] startupAttributes)
          removes the ovs extension from the specified attributes
 IWDOnDemandValueSetService WDValueServices.IWDValueServices.createOnDemandValueSet(IWDValueSupplier theSupplier, IWDAttributeInfo attrInfo)
          Create an instance of IWDOnDemandValueSetService for context attributes using attrInfo as metadata.
 IWDBoundValueSet WDValueServices.IWDValueServices.createBoundValueSet(IWDAttributeInfo attrInfoSelectedKey, IWDNode dataSource, IWDAttributeInfo attrInfoKey, IWDAttributeInfo attrInfoValue, IWDBoundValueSet.IWDFilterListener listener)
          Create an IWDBoundValueSet.
 void WDValueServices.IWDValueServices.addOVSExtension(java.lang.String providerName, IWDAttributeInfo[] startupAttributes, IWDNode queryInputNode, IWDNode queryResultNode, IWDOVSContextNotificationListener queryListener)
          adds ovs functionalities for the specified attributes.
 void WDValueServices.IWDValueServices.addOVSExtension(java.lang.String providerName, IWDAttributeInfo[] startupAttributes, com.sap.tc.cmi.model.ICMIQuery cmiQuery, IWDOVSNotificationListener queryListener)
          adds ovs extension to a valuenode/modelnode
 void WDValueServices.IWDValueServices.removeOVSExtension(java.lang.String providerName, IWDAttributeInfo[] startupAttributes)
          removes the ovs extension from the specified attributes
 void IWDMessageManager.raiseInvalidContextAttributeException(IWDNodeElement element, IWDAttributeInfo attribute, WDNonFatalException ex, boolean cancelNavigation)
          Raises an exception caused by an invalid context attribute value.
 void IWDMessageManager.reportInvalidContextAttributeException(IWDNodeElement element, IWDAttributeInfo attribute, WDNonFatalException ex, boolean cancelNavigation)
          Report an exception caused by an invalid context attribute value.
 void IWDMessageManager.raiseInvalidContextAttributeException(IWDNodeElement element, IWDAttributeInfo attribute, java.lang.String message, boolean cancelNavigation)
          Report an exception caused by an invalid context attribute value.
 void IWDMessageManager.reportInvalidContextAttributeException(IWDNodeElement element, IWDAttributeInfo attribute, java.lang.String message, boolean cancelNavigation)
          Report an exception caused by an invalid context attribute value.
 void IWDMessageManager.raiseInvalidContextAttributeMessage(IWDNodeElement element, IWDAttributeInfo attribute, IWDMessage messageItem, java.lang.Object[] args, boolean cancelNavigation)
          Raises a message caused by an invalid context attribute value.This method internally raises a Runtime exception and execution is continued in the Web Dynpro framework.
 void IWDMessageManager.reportContextAttributeMessage(IWDNodeElement element, IWDAttributeInfo attribute, IWDMessage messageItem, java.lang.Object[] args, boolean cancelNavigation)
          Report a message item caused for the given context attribute value.
 


Web Dynpro API Documentation

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