Web Dynpro API Documentation

com.sap.tc.webdynpro.services.session.api
Interface IWDConfirmationDialog

All Superinterfaces:
IWDWindow

public interface IWDConfirmationDialog
extends IWDWindow

Application API for windows of the type ConfirmationDialog


Fields inherited from interface com.sap.tc.webdynpro.services.session.api.IWDWindow
WINDOW_BOTTOM_POSITION, WINDOW_LEFT_POSITION, WINDOW_POSITION_CENTERED, WINDOW_RIGHT_POSITION, WINDOW_TOP_POSITION
 
Method Summary
 void addChoice(IWDEventHandlerInfo eventHandler, java.lang.String label)
          Method addChoice - adds a choice (represented by a actionbutton) to the confimation dialog.
 void addChoice(IWDEventHandlerInfo eventHandler, java.lang.String label, boolean enabled)
          Method addChoice - adds a choice (represented by a actionbutton) to the confimation dialog.
 void setIcon(java.lang.String icon)
          Method setIcon - this method sets an icon to the confirmation dialog.
 
Methods inherited from interface com.sap.tc.webdynpro.services.session.api.IWDWindow
close, destroy, isModal, isTopLevel, open, removeWindowFeature, setWindowPosition, setWindowPosition, setWindowPosition, setWindowSize, setWindowSize
 

Method Detail

addChoice

public void addChoice(IWDEventHandlerInfo eventHandler,
                      java.lang.String label)
Method addChoice - adds a choice (represented by a actionbutton) to the confimation dialog. Each choice references an eventhandler, which is called, if the button is pressed.
Parameters:
eventHandler - - is called, if the button-representation is pressed
label - - the label of the button representation

addChoice

public void addChoice(IWDEventHandlerInfo eventHandler,
                      java.lang.String label,
                      boolean enabled)
Method addChoice - adds a choice (represented by a actionbutton) to the confimation dialog. Each choice references an eventhandler, which is called, if the button is pressed.
Parameters:
eventHandler - - is called, if the button-representation is pressed
label - - the label of the button representation
enabled - - the flag, if the button representation is enabled

setIcon

public void setIcon(java.lang.String icon)
Method setIcon - this method sets an icon to the confirmation dialog. Only absolute urls are expected @see com.sap.tc.webdynpro.services.sal.url.api.IWDURLGenerator for details.
Parameters:
icon - - the absolute url for the icon

Web Dynpro API Documentation

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