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
|
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 |
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 pressedlabel - - 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 pressedlabel - - the label of the button representationenabled - - 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
Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15