Web Dynpro API Documentation

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

Packages that use IWDAction
com.sap.tc.webdynpro.clientserver.event.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 IWDAction in com.sap.tc.webdynpro.clientserver.event.api
 

Methods in com.sap.tc.webdynpro.clientserver.event.api with parameters of type IWDAction
static void WDPortalEventing.subscribe(java.lang.String nameSpace, java.lang.String event, IWDAction action)
          Subscribe to the defined portal event.
static void WDPortalEventing.unsubscribe(java.lang.String nameSpace, java.lang.String event, IWDAction action)
          Unsubscribe for the defined portal event.
 

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

Methods in com.sap.tc.webdynpro.clientserver.uielib.adobe.api that return IWDAction
 IWDAction IWDInteractiveForm.getOnCheck()
          Returns the action to which the event onCheck is mapped.
 IWDAction IWDInteractiveForm.getOnSubmit()
          Returns the action to which the event onSubmit is mapped.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.adobe.api with parameters of type IWDAction
 void IWDInteractiveForm.setOnCheck(IWDAction action)
          Maps the event onCheck to the given action.
 void IWDInteractiveForm.setOnSubmit(IWDAction action)
          Maps the event onSubmit to the given action.
 

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

Methods in com.sap.tc.webdynpro.clientserver.uielib.graphics.api that return IWDAction
 IWDAction IWDGeoMap.getOnObjectAction()
          Returns the action to which the event onObjectAction is mapped.
 IWDAction IWDBusinessGraphics.getOnAction()
          Returns the action to which the event onAction is mapped.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.graphics.api with parameters of type IWDAction
 void IWDGeoMap.setOnObjectAction(IWDAction action)
          Maps the event onObjectAction to the given action.
 void IWDBusinessGraphics.setOnAction(IWDAction action)
          Maps the event onAction to the given action.
 

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

Methods in com.sap.tc.webdynpro.clientserver.uielib.mobile.api that return IWDAction
 IWDAction IWDRFIDReader.getOnRead()
          Returns the action to which the event onRead is mapped.
 IWDAction IWDFunctionKey.getOnAction()
          Returns the action to which the event onAction is mapped.
 IWDAction IWDBarCodeReader.getOnRead()
          Returns the action to which the event onRead is mapped.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.mobile.api with parameters of type IWDAction
 void IWDRFIDReader.setOnRead(IWDAction action)
          Maps the event onRead to the given action.
 void IWDFunctionKey.setOnAction(IWDAction action)
          Maps the event onAction to the given action.
 void IWDBarCodeReader.setOnRead(IWDAction action)
          Maps the event onRead to the given action.
 

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

Methods in com.sap.tc.webdynpro.clientserver.uielib.officecomp.api that return IWDAction
 IWDAction IWDOfficeControl.getOnClose()
          Returns the action to which the event onClose is mapped.
 IWDAction IWDOfficeControl.getOnSave()
          Returns the action to which the event onSave is mapped.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.officecomp.api with parameters of type IWDAction
 void IWDOfficeControl.setOnClose(IWDAction action)
          Maps the event onClose to the given action.
 void IWDOfficeControl.setOnSave(IWDAction action)
          Maps the event onSave to the given action.
 

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

Methods in com.sap.tc.webdynpro.clientserver.uielib.pattern.api that return IWDAction
 IWDAction IWDPatternSequence.getOnSelect()
          Returns the action to which the event onSelect is mapped.
 IWDAction IWDPatternExpandFunction.getOnAction()
          Returns the action to which the event onAction is mapped.
 IWDAction IWDPatternTabStrip.getOnSelect()
          Returns the action to which the event onSelect is mapped.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.pattern.api with parameters of type IWDAction
 void IWDPatternSequence.setOnSelect(IWDAction action)
          Maps the event onSelect to the given action.
 void IWDPatternExpandFunction.setOnAction(IWDAction action)
          Maps the event onAction to the given action.
 void IWDPatternTabStrip.setOnSelect(IWDAction action)
          Maps the event onSelect to the given action.
 

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

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return IWDAction
 IWDAction IWDMenuActionItem.getOnAction()
          Returns the action to which the event onAction is mapped.
 IWDAction IWDTableColumn.getOnAction()
          Returns the action to which the event onAction is mapped.
 IWDAction IWDTable.getOnFilter()
          Returns the action to which the event onFilter is mapped.
 IWDAction IWDTable.getOnLeadSelect()
          Returns the action to which the event onLeadSelect is mapped.
 IWDAction IWDAbstractDropDownByKey.getOnSelect()
          Returns the action to which the event onSelect is mapped.
 IWDAction IWDCheckBox.getOnToggle()
          Returns the action to which the event onToggle is mapped.
 IWDAction IWDAbstractTreeTableColumn.getOnLoadChildren()
          Returns the action to which the event onLoadChildren is mapped.
 IWDAction IWDAbstractInputField.getOnEnter()
          Returns the action to which the event onEnter is mapped.
 IWDAction IWDTabStrip.getOnSelect()
          Returns the action to which the event onSelect is mapped.
 IWDAction IWDAbstractTreeNodeType.getOnAction()
          Returns the action to which the event onAction is mapped.
 IWDAction IWDTreeNodeType.getOnLoadChildren()
          Returns the action to which the event onLoadChildren is mapped.
 IWDAction IWDLinkToAction.getOnAction()
          Returns the action to which the event onAction is mapped.
 IWDAction IWDPhaseIndicator.getOnSelect()
          Returns the action to which the event onSelect is mapped.
 IWDAction IWDAbstractButton.getOnAction()
          Returns the action to which the event onAction is mapped.
 IWDAction IWDTray.getOnToggle()
          Returns the action to which the event onToggle is mapped.
 IWDAction IWDRoadMap.getOnLoadSteps()
          Returns the action to which the event onLoadSteps is mapped.
 IWDAction IWDRoadMap.getOnSelect()
          Returns the action to which the event onSelect is mapped.
 IWDAction IWDRadioButtonGroupByKey.getOnSelect()
          Returns the action to which the event onSelect is mapped.
 IWDAction IWDCheckBoxGroup.getOnToggle()
          Returns the action to which the event onToggle is mapped.
 IWDAction IWDDateNavigator.getOnDaySelect()
          Returns the action to which the event onDaySelect is mapped.
 IWDAction IWDDateNavigator.getOnMonthSelect()
          Returns the action to which the event onMonthSelect is mapped.
 IWDAction IWDDateNavigator.getOnStartDateChanged()
          Returns the action to which the event onStartDateChanged is mapped.
 IWDAction IWDDateNavigator.getOnWeekSelect()
          Returns the action to which the event onWeekSelect is mapped.
 IWDAction IWDTimedTrigger.getOnAction()
          Returns the action to which the event onAction is mapped.
 IWDAction IWDRadioButtonGroupByIndex.getOnSelect()
          Returns the action to which the event onSelect is mapped.
 IWDAction IWDAbstractDropDownByIndex.getOnSelect()
          Returns the action to which the event onSelect is mapped.
 IWDAction IWDRadioButton.getOnSelect()
          Returns the action to which the event onSelect is mapped.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api with parameters of type IWDAction
 void IWDMenuActionItem.setOnAction(IWDAction action)
          Maps the event onAction to the given action.
 void IWDTableColumn.setOnAction(IWDAction action)
          Maps the event onAction to the given action.
 void IWDTable.setOnFilter(IWDAction action)
          Maps the event onFilter to the given action.
 void IWDTable.setOnLeadSelect(IWDAction action)
          Maps the event onLeadSelect to the given action.
 void IWDAbstractDropDownByKey.setOnSelect(IWDAction action)
          Maps the event onSelect to the given action.
 void IWDCheckBox.setOnToggle(IWDAction action)
          Maps the event onToggle to the given action.
 void IWDAbstractTreeTableColumn.setOnLoadChildren(IWDAction action)
          Maps the event onLoadChildren to the given action.
 void IWDAbstractInputField.setOnEnter(IWDAction action)
          Maps the event onEnter to the given action.
 void IWDTabStrip.setOnSelect(IWDAction action)
          Maps the event onSelect to the given action.
 void IWDAbstractTreeNodeType.setOnAction(IWDAction action)
          Maps the event onAction to the given action.
 void IWDTreeNodeType.setOnLoadChildren(IWDAction action)
          Maps the event onLoadChildren to the given action.
 void IWDLinkToAction.setOnAction(IWDAction action)
          Maps the event onAction to the given action.
 void IWDPhaseIndicator.setOnSelect(IWDAction action)
          Maps the event onSelect to the given action.
 void IWDAbstractButton.setOnAction(IWDAction action)
          Maps the event onAction to the given action.
 void IWDTray.setOnToggle(IWDAction action)
          Maps the event onToggle to the given action.
 void IWDRoadMap.setOnLoadSteps(IWDAction action)
          Maps the event onLoadSteps to the given action.
 void IWDRoadMap.setOnSelect(IWDAction action)
          Maps the event onSelect to the given action.
 void IWDRadioButtonGroupByKey.setOnSelect(IWDAction action)
          Maps the event onSelect to the given action.
 void IWDCheckBoxGroup.setOnToggle(IWDAction action)
          Maps the event onToggle to the given action.
 void IWDDateNavigator.setOnDaySelect(IWDAction action)
          Maps the event onDaySelect to the given action.
 void IWDDateNavigator.setOnMonthSelect(IWDAction action)
          Maps the event onMonthSelect to the given action.
 void IWDDateNavigator.setOnStartDateChanged(IWDAction action)
          Maps the event onStartDateChanged to the given action.
 void IWDDateNavigator.setOnWeekSelect(IWDAction action)
          Maps the event onWeekSelect to the given action.
 void IWDTimedTrigger.setOnAction(IWDAction action)
          Maps the event onAction to the given action.
 void IWDRadioButtonGroupByIndex.setOnSelect(IWDAction action)
          Maps the event onSelect to the given action.
 void IWDAbstractDropDownByIndex.setOnSelect(IWDAction action)
          Maps the event onSelect to the given action.
 void IWDRadioButton.setOnSelect(IWDAction action)
          Maps the event onSelect to the given action.
 

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

Methods in com.sap.tc.webdynpro.progmodel.api that return IWDAction
 IWDAction IWDController.getAction(java.lang.String name)
          Returns the action with name name or null.
 

Methods in com.sap.tc.webdynpro.progmodel.api with parameters of type IWDAction
 void IWDViewController.requestFocus(IWDAction action)
          Requests to change the keyboard input focus to the UI element whose primary purpose is to raise an event bound to the given action.
 


Web Dynpro API Documentation

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