SAP ABAP Class IF_WDK_NODE_REGISTRATION (Interface for registration of nodes)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDK_NODE_VALUES Helperclass for storing Node values 20070322
Properties
Class IF_WDK_NODE_REGISTRATION  
Short Description Interface for registration of nodes    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20061206   SAP 
Last change 20070911   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_WDK_NODE_REGISTRATION has no forward declaration.
Interfaces
Class IF_WDK_NODE_REGISTRATION has no interface implemented.
Friends
Class IF_WDK_NODE_REGISTRATION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_STATE_ALL Constant Public Type reference (TYPE) WDK_FPSTATE '***' All states 20070322
2 CT_NODES Static Attribute Public Type reference (TYPE) TT_REGISTERED_NODE Registered nodes 20070322
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_REGISTRATION Instance method Public Method Deregister everything 20070322
2 DEREGISTER_NODE Instance method Public Method Deregister node 20070322
3 REGISTER_NODE Instance method Public Method Register node 20070322
Events
Class IF_WDK_NODE_REGISTRATION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_REGISTERED_NODE Public See coding Registered Nodes 20070322 begin of ts_registered_node, path type string, state type wdk_fpstate, end of ts_registered_node
2 TT_REGISTERED_NODE Public See coding Table of registered nodes 20070322 tt_registered_node type STANDARD TABLE OF ts_registered_node with DEFAULT KEY
Method Signatures

Method CLEAR_REGISTRATION Signature

Method CLEAR_REGISTRATION on class IF_WDK_NODE_REGISTRATION has no parameter.
Method CLEAR_REGISTRATION on class IF_WDK_NODE_REGISTRATION has no exception.

Method DEREGISTER_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20070322
2 Importing IV_STATE Call by reference Type reference (TYPE) WDK_FPSTATE Floorplan state 20070322
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER Error in controller 20070322

Method REGISTER_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20070322
2 Importing IV_STATE Call by reference Type reference (TYPE) WDK_FPSTATE Floorplan state 20070322
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER Error in controller 20070322
History
Last changed by/on SAP  20070911 
SAP Release Created in