SAP ABAP Class IF_WD_POPUP_TO_CONFIRM_N (Web Dynpro: Interface for Confirmation Popup)
Properties
Class IF_WD_POPUP_TO_CONFIRM_N  
Short Description Web Dynpro: Interface for Confirmation Popup    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20060828   SAP 
Last change 20070911   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_WD_POPUP_TO_CONFIRM_N has no interface implemented.
Friends
Class IF_WD_POPUP_TO_CONFIRM_N has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_POPUP_BUTTON_EVENT Constant Public See coding 20060830
Methods
# Method Level Visibility Method type Description Created on
1 SUBSCRIBE_TO_BUTTON_EVENT Instance method Public Method Registration of a WD Event Handler to a Popup Button 20060829
2 SUBSCRIBE_TO_CANCEL_BUTTON Instance method Public Method Registration of a WD Event Handler to the Cancel Button 20060828
3 UNSUBSCRIBE_FROM_BUTTON_EVENT Instance method Public Method Deregistration of a WD Event Handler from a Popup Button 20060828
4 UNSUBSCRIBE_FROM_CANCEL_BUTTON Instance method Public Method Deregistration of a WD Event Handler from the Cancel Button 20060828
Events
Class IF_WD_POPUP_TO_CONFIRM_N has no event.
Types
Class IF_WD_POPUP_TO_CONFIRM_N has no local type.
Method Signatures

Method SUBSCRIBE_TO_BUTTON_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUTTON Call by reference Type reference (TYPE) WDR_POPUP_BUTTON Popup-Button 20060829
2 Importing BUTTON_TEXT Call by reference Type reference (TYPE) STRING Button-Text 20060829
3 Importing CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_CONTROLLER Controller des Ereignisbehandlers 20060829
4 Importing HANDLER_NAME Call by reference Type reference (TYPE) STRING Name des Ereignisbehandlers 20060829
5 Importing IS_DEFAULT_BUTTON Call by reference Type reference (TYPE) ABAP_BOOL Ist der Button der Default-Button? 20060829
6 Importing TOOLTIP Call by reference Type reference (TYPE) STRING Button-Tooltip 20060829

Method SUBSCRIBE_TO_BUTTON_EVENT on class IF_WD_POPUP_TO_CONFIRM_N has no exception.

Method SUBSCRIBE_TO_CANCEL_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_CONTROLLER Controller des Ereignisbehandlers 20060828
2 Importing HANDLER_NAME Call by reference Type reference (TYPE) STRING Name des Ereignisbehandlers 20060828

Method SUBSCRIBE_TO_CANCEL_BUTTON on class IF_WD_POPUP_TO_CONFIRM_N has no exception.

Method UNSUBSCRIBE_FROM_BUTTON_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUTTON Call by reference Type reference (TYPE) WDR_POPUP_BUTTON Web-Dynpro: Buttons auf einem Popup 20060828
2 Importing CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_CONTROLLER Controller des Ereignisbehandlers 20060828
3 Importing HANDLER_NAME Call by reference Type reference (TYPE) STRING Name des Ereignisbehandlers 20060828

Method UNSUBSCRIBE_FROM_BUTTON_EVENT on class IF_WD_POPUP_TO_CONFIRM_N has no exception.

Method UNSUBSCRIBE_FROM_CANCEL_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_CONTROLLER Controller des Ereignisbehandlers 20060828
2 Importing HANDLER_NAME Call by reference Type reference (TYPE) STRING Name des Ereignisbehandlers 20060828

Method UNSUBSCRIBE_FROM_CANCEL_BUTTON on class IF_WD_POPUP_TO_CONFIRM_N has no exception.
History
Last changed by/on SAP  20070911 
SAP Release Created in