SAP ABAP Class CL_WD_ABSTRACT_TOGGLE (CL_WD_ABSTRACT_TOGGLE)
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 20050121
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_ABSTR_TOGGLE_BUTTON 20050121
2 Inheritance (c INHERITING FROM c_ref)  CL_WD_CHECKBOX Perforce change= / 20051117-120623 20050121
3 Inheritance (c INHERITING FROM c_ref)  CL_WD_TOGGLE_LINK 20050121
Properties
Class CL_WD_ABSTRACT_TOGGLE  
Short Description    
Super Class CL_WD_UIELEMENT Perforce change= / 20051117-125541 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_STANDARD   UIE Library "Standard" 
Created 20050121   SAP 
Last change 20130531   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 CL_WD_ABSTRACT_TOGGLE has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20100618 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20100618 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_CHECKED Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20050121
2 BP_TEXT_DIRECTION Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20050121
3 E_TEXT_DIRECTION Constant Public See coding 20050316
4 IP_ACTIVATE_ACCESS_KEY Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20080104
5 IP_TEXT_DIRECTION Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20050422
6 MP_ON_TOGGLE Instance attribute Protected Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20050121
7 PL_ACTIVATE_ACCESS_KEY Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20080104
8 PL_TEXT_DIRECTION Instance attribute Protected Type reference (TYPE) WDUI_TEXT_DIRECTION 20050422
9 PR_ON_CLIENT_TOGGLE Instance attribute Protected Object reference (TYPE REF TO) CL_WD_ABSTR_CLIENT_ACTION 20110714
10 T_TEXT_DIRECTION Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20050316
11 VL_ACTIVATE_ACCESS_KEY Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20080104
12 VL_CHECKED Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20050316
13 VL_ON_TOGGLE Instance attribute Protected Type reference (TYPE) STRING 20050121
14 VL_TEXT_DIRECTION Instance attribute Protected Type reference (TYPE) WDUI_TEXT_DIRECTION 20050121
Methods
# Method Level Visibility Method type Description Created on
1 BIND_CHECKED Instance method Public Method 20050121
2 BIND_TEXT_DIRECTION Instance method Public Method 20050121
3 BOUND_CHECKED Instance method Public Method 20050121
4 BOUND_TEXT_DIRECTION Instance method Public Method 20050121
5 GET_ACTIVATE_ACCESS_KEY Instance method Public Method 20080104
6 GET_CHECKED Instance method Public Method 20050121
7 GET_ON_CLIENT_TOGGLE Instance method Public Method 20110714
8 GET_ON_TOGGLE Instance method Public Method 20050121
9 GET_TEXT_DIRECTION Instance method Public Method 20050121
10 MAPPED_ON_TOGGLE Instance method Public Method 20050121
11 MAP_ON_TOGGLE Instance method Public Method 20050121
12 SET_ACTIVATE_ACCESS_KEY Instance method Public Method 20080104
13 SET_CHECKED Instance method Public Method 20050121
14 SET_ON_CLIENT_TOGGLE Instance method Public Method 20110714
15 SET_ON_TOGGLE Instance method Public Method 20050121
16 SET_TEXT_DIRECTION Instance method Public Method 20050121
Events
Class CL_WD_ABSTRACT_TOGGLE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_ABSTRACT_TOGGLE Public See coding 20050316 tt_ABSTRACT_TOGGLE TYPE TABLE OF REF TO CL_WD_ABSTRACT_TOGGLE WITH DEFAULT KEY
Method Signatures

Method BIND_CHECKED 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 20050121

Method BIND_CHECKED on class CL_WD_ABSTRACT_TOGGLE has no exception.

Method BIND_TEXT_DIRECTION 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 20050121

Method BIND_TEXT_DIRECTION on class CL_WD_ABSTRACT_TOGGLE has no exception.

Method BOUND_CHECKED 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 20050121
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20050121
3 Returning PATH Value transfer Type reference (TYPE) STRING 20050121

Method BOUND_CHECKED on class CL_WD_ABSTRACT_TOGGLE has no exception.

Method BOUND_TEXT_DIRECTION 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 20050121
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20050121
3 Returning PATH Value transfer Type reference (TYPE) STRING 20050121

Method BOUND_TEXT_DIRECTION on class CL_WD_ABSTRACT_TOGGLE has no exception.

Method GET_ACTIVATE_ACCESS_KEY Signature

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

Method GET_ACTIVATE_ACCESS_KEY on class CL_WD_ABSTRACT_TOGGLE has no exception.

Method GET_CHECKED 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 20050121
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20050121
3 Returning VALUE Value transfer Type reference (TYPE) WDY_BOOLEAN 20050121

Method GET_CHECKED on class CL_WD_ABSTRACT_TOGGLE has no exception.

Method GET_ON_CLIENT_TOGGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_ON_CLIENT_TOGGLE Value transfer Object reference (TYPE REF TO) CL_WD_ABSTR_CLIENT_ACTION 20110714

Method GET_ON_CLIENT_TOGGLE on class CL_WD_ABSTRACT_TOGGLE has no exception.

Method GET_ON_TOGGLE Signature

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

Method GET_ON_TOGGLE on class CL_WD_ABSTRACT_TOGGLE has no exception.

Method GET_TEXT_DIRECTION 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 20050121
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20050121
3 Returning VALUE Value transfer Type reference (TYPE) WDUI_TEXT_DIRECTION 20050121

Method GET_TEXT_DIRECTION on class CL_WD_ABSTRACT_TOGGLE has no exception.

Method MAPPED_ON_TOGGLE 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 20050121

Method MAPPED_ON_TOGGLE on class CL_WD_ABSTRACT_TOGGLE has no exception.

Method MAP_ON_TOGGLE 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 20050121

Method MAP_ON_TOGGLE on class CL_WD_ABSTRACT_TOGGLE has no exception.

Method SET_ACTIVATE_ACCESS_KEY Signature

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

Method SET_ACTIVATE_ACCESS_KEY on class CL_WD_ABSTRACT_TOGGLE has no exception.

Method SET_CHECKED Signature

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

Method SET_CHECKED on class CL_WD_ABSTRACT_TOGGLE has no exception.

Method SET_ON_CLIENT_TOGGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing THE_ON_CLIENT_TOGGLE Call by reference Object reference (TYPE REF TO) CL_WD_ABSTR_CLIENT_ACTION 20110714

Method SET_ON_CLIENT_TOGGLE on class CL_WD_ABSTRACT_TOGGLE has no exception.

Method SET_ON_TOGGLE 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 20050121

Method SET_ON_TOGGLE on class CL_WD_ABSTRACT_TOGGLE has no exception.

Method SET_TEXT_DIRECTION Signature

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

Method SET_TEXT_DIRECTION on class CL_WD_ABSTRACT_TOGGLE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710