SAP ABAP Class CL_WD_TIMED_TRIGGER (CL_WD_TIMED_TRIGGER)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UIEL_STANDARD (Package) UIE Library "Standard"
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_UIELEMENT Perforce change= / 20051117-125541 20040702
Properties
Class CL_WD_TIMED_TRIGGER  
Short Description    
Super Class CL_WD_UIELEMENT Perforce change= / 20051117-125541 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_STANDARD   UIE Library "Standard" 
Created 20040702   SAP 
Last change 20141121    
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 CL_WD_TIMED_TRIGGER has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20140708 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20140708 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_DELAY Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20040702
2 CID_TIMED_TRIGGER Constant Public Type reference (TYPE) GUID '59B468426C506824E10000000A1550C0' 20050316
3 IP_DELAY Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20050422
4 MP_ON_ACTION Instance attribute Protected Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20040702
5 PL_DELAY Instance attribute Protected Type reference (TYPE) I 20050422
6 VL_DELAY Instance attribute Protected Type reference (TYPE) I 20040702
7 VL_ON_ACTION Instance attribute Protected Type reference (TYPE) STRING 20040702
Methods
# Method Level Visibility Method type Description Created on
1 BIND_DELAY Instance method Public Method 20040702
2 BOUND_DELAY Instance method Public Method 20040702
3 CONSTRUCTOR Instance method Public Constructor 20040702
4 GET_DELAY Instance method Public Method 20040702
5 GET_ON_ACTION Instance method Public Method 20040702
6 MAPPED_ON_ACTION Instance method Public Method 20040702
7 MAP_ON_ACTION Instance method Public Method 20040702
8 NEW_TIMED_TRIGGER Static method Public Method 20040702
9 SET_DELAY Instance method Public Method 20040702
10 SET_ON_ACTION Instance method Public Method 20040702
Events
Class CL_WD_TIMED_TRIGGER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_TIMED_TRIGGER Public See coding 20050316 tt_TIMED_TRIGGER TYPE TABLE OF REF TO CL_WD_TIMED_TRIGGER WITH DEFAULT KEY
Method Signatures

Method BIND_DELAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20040702

Method BIND_DELAY on class CL_WD_TIMED_TRIGGER has no exception.

Method BOUND_DELAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20040702
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20040702
3 Returning PATH Value transfer Type reference (TYPE) STRING 20040702

Method BOUND_DELAY on class CL_WD_TIMED_TRIGGER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20040702
2 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20040702

Method CONSTRUCTOR on class CL_WD_TIMED_TRIGGER has no exception.

Method GET_DELAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20040702
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20040702
3 Returning VALUE Value transfer Type reference (TYPE) I 20040702

Method GET_DELAY on class CL_WD_TIMED_TRIGGER has no exception.

Method GET_ON_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) STRING 20040702

Method GET_ON_ACTION on class CL_WD_TIMED_TRIGGER has no exception.

Method MAPPED_ON_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PARAMETERS Call by reference Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20040702

Method MAPPED_ON_ACTION on class CL_WD_TIMED_TRIGGER has no exception.

Method MAP_ON_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAMETERS Call by reference Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20040702

Method MAP_ON_ACTION on class CL_WD_TIMED_TRIGGER has no exception.

Method NEW_TIMED_TRIGGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_DELAY Call by reference Type reference (TYPE) STRING 20040702
2 Importing BIND_ENABLED Call by reference Type reference (TYPE) STRING 20040702
3 Importing BIND_STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20131015
4 Importing BIND_TOOLTIP Call by reference Type reference (TYPE) STRING 20040702
5 Importing BIND_VISIBLE Call by reference Type reference (TYPE) STRING 20040702
6 Importing CONTEXT_MENU_BEHAVIOUR Call by reference Type reference (TYPE) WDUI_CONTEXT_MENU_BEHAVIOUR E_CONTEXT_MENU_BEHAVIOUR-INHERIT 20060622
7 Importing CONTEXT_MENU_ID Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_REFERENCE 20060622
8 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_TIMED_TRIGGER 20040702
9 Importing DELAY Call by reference Type reference (TYPE) I '0' 20040702
10 Importing ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' 20040702
11 Importing ID Call by reference Type reference (TYPE) STRING 20040702
12 Importing ON_ACTION Call by reference Type reference (TYPE) STRING 20040702
13 Importing STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20131015
14 Importing TOOLTIP Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20040702
15 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20040702
16 Importing VISIBLE Call by reference Type reference (TYPE) WDUI_VISIBILITY E_VISIBLE-VISIBLE 20040702

Method NEW_TIMED_TRIGGER on class CL_WD_TIMED_TRIGGER has no exception.

Method SET_DELAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) I 20040702

Method SET_DELAY on class CL_WD_TIMED_TRIGGER has no exception.

Method SET_ON_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20040702

Method SET_ON_ACTION on class CL_WD_TIMED_TRIGGER has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 710