Class Method list used by SAP ABAP Class CL_UMC_URL_ASSIGNMENT_TREE (URL)
SAP ABAP Class
CL_UMC_URL_ASSIGNMENT_TREE (URL) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | CL_COLUMN_TREE_MODEL - ADD_ITEMS | Column Tree Control with Data Management at Backend | ||
| 2 | CL_COLUMN_TREE_MODEL - ADD_ITEMS | Column Tree Control with Data Management at Backend | ||
| 3 | CL_COLUMN_TREE_MODEL - ADD_NODES | Column Tree Control with Data Management at Backend | ||
| 4 | CL_COLUMN_TREE_MODEL - ADD_NODES | Column Tree Control with Data Management at Backend | ||
| 5 | CL_COLUMN_TREE_MODEL - CONSTRUCTOR | Column Tree Control with Data Management at Backend | ||
| 6 | CL_COLUMN_TREE_MODEL - ADD_COLUMN | Column Tree Control with Data Management at Backend | ||
| 7 | CL_DRAGDROP - ADD | Behavior for Drag and Drop | ||
| 8 | CL_DRAGDROP - CONSTRUCTOR | Behavior for Drag and Drop | ||
| 9 | CL_DRAGDROP - GET_HANDLE | Behavior for Drag and Drop | ||
| 10 | CL_DRAGDROPOBJECT - ABORT | Drag&Drop Data Object | ||
| 11 | CL_GUI_CONTROL - SET_REGISTERED_EVENTS | Proxy Class for Control in GUI | ||
| 12 | CL_GUI_CONTROL - SET_POSITION | Proxy Class for Control in GUI | ||
| 13 | CL_GUI_CONTROL - SET_ALIGNMENT | Proxy Class for Control in GUI | ||
| 14 | CL_GUI_TOOLBAR - ADD_BUTTON | Toolbar Control | ||
| 15 | CL_GUI_TOOLBAR - CONSTRUCTOR | Toolbar Control | ||
| 16 | CL_GUI_TOOLBAR - SET_BUTTON_STATE | Toolbar Control | ||
| 17 | CL_ITEM_TREE_MODEL - ITEM_SET_TEXT | Tree Model with Items | ||
| 18 | CL_ITEM_TREE_MODEL - SET_REGISTERED_EVENTS | Tree Model with Items | ||
| 19 | CL_TREE_MODEL - EXPAND_ROOT_NODES | Tree Model: Basic Class | ||
| 20 | CL_TREE_MODEL - NODE_GET_USER_OBJECT | Tree Model: Basic Class | ||
| 21 | CL_TREE_MODEL - NODE_GET_USER_OBJECT | Tree Model: Basic Class | ||
| 22 | CL_TREE_MODEL - NODE_GET_PREV_SIBLING | Tree Model: Basic Class | ||
| 23 | CL_TREE_MODEL - NODE_GET_NEXT_SIBLING | Tree Model: Basic Class | ||
| 24 | CL_TREE_MODEL - MOVE_NODE | Tree Model: Basic Class | ||
| 25 | CL_TREE_MODEL - MOVE_NODE | Tree Model: Basic Class | ||
| 26 | CL_TREE_MODEL - GET_ROOT_NODES | Tree Model: Basic Class | ||
| 27 | CL_TREE_MODEL - ENSURE_VISIBLE | Tree Model: Basic Class | ||
| 28 | CL_TREE_MODEL - DELETE_NODE | Tree Model: Basic Class | ||
| 29 | CL_TREE_MODEL - DELETE_ALL_NODES | Tree Model: Basic Class | ||
| 30 | CL_TREE_MODEL - CREATE_TREE_CONTROL | Tree Model: Basic Class | ||
| 31 | CL_TREE_MODEL - CREATE_TREE_CONTROL | Tree Model: Basic Class | ||
| 32 | CL_TREE_MODEL - GET_SELECTED_NODE | Tree Model: Basic Class | ||
| 33 | CL_UMC_URL_ASSIGNMENT_TREE - SET_BUTTON_STATE | URL | SOURCE me->set_button_state( ). |
|
| 34 | CL_UMC_URL_ASSIGNMENT_TREE - ON_FUNCTION_SELECTED | URL | SOURCE SET HANDLER on_function_selected FOR mp_toolbar. |
|
| 35 | CL_UMC_URL_ASSIGNMENT_TREE - ON_DROP_COMPLETE | URL | SOURCE SET HANDLER on_drop_complete FOR me. |
|
| 36 | CL_UMC_URL_ASSIGNMENT_TREE - ON_DROP | URL | SOURCE SET HANDLER on_drop FOR me. |
|
| 37 | CL_UMC_URL_ASSIGNMENT_TREE - ON_DRAG | URL | SOURCE SET HANDLER on_drag FOR me. |
|
| 38 | CL_UMC_URL_ASSIGNMENT_TREE - ON_DOUBLE_CLICK | URL | SOURCE me->on_double_click( node_key = node_key ). |
|
| 39 | CL_UMC_URL_ASSIGNMENT_TREE - ON_DOUBLE_CLICK | URL | SOURCE SET HANDLER on_double_click FOR me. |
|
| 40 | CL_UMC_URL_ASSIGNMENT_TREE - ADD_SELECTION | URL | SOURCE me->add_selection( x_add_to_tree = 'X' ip_url = lp_url ). |
|
| 41 | CL_UMC_URL_ASSIGNMENT_TREE - ADD_SELECTION | URL | SOURCE item_table = lt_item. |
|
| 42 | CL_UMC_URL_ASSIGNMENT_TREE - ADD_SELECTION | URL | SOURCE node = wa_node |
|
| 43 | CL_UMC_URL_ASSIGNMENT_TREE - ADD_SELECTION | URL | SOURCE IMPORTING |
|
| 44 | CL_UMC_URL_ASSIGNMENT_TREE - ADD_SELECTION | URL | SOURCE ip_url = lp_url |
|
| 45 | CL_UMC_URL_ASSIGNMENT_TREE - ADD_SELECTION | URL | SOURCE x_add_to_tree = '' |
|
| 46 | CL_UMC_URL_ASSIGNMENT_TREE - ADD_SELECTION | URL | SOURCE EXPORTING |
|
| 47 | CL_UMC_URL_ASSIGNMENT_TREE - ADD_SELECTION | URL | SOURCE CALL METHOD me->add_selection |