SAP ABAP Class CL_UAC_GUI_HANDLER (Handler for Events of Assignment Control)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FB (Application Component) Financials Basis
⤷
UAC_CONTROLLER (Package) Controller for MVC Pattern
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UAC_ASSIGNMENT_TREE_HANDLER | includes IF_UAC_[ETREE|EDGE]_HANDLER | 20030210 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UAC_EDGE_HANDLER | IF w callback methods for edge events | 20030210 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UAC_ETREE_HANDLER | Composite: tree, group ( for Edit-Control ) | 20030210 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UAC_GROUP_HANDLER | IF w callback methods for events of the grouping panel | 20030210 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UAC_TREE_HANDLER | IF w callback methods for standard tree events | 20030210 |
Properties
| Class | CL_UAC_GUI_HANDLER | |
| Short Description | Handler for Events of Assignment Control | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | UAC_CONTROLLER | Controller for MVC Pattern |
| Created | 20030210 | SAP |
| Last change | 20041006 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_UAC_ASSIGNMENT_TREE_HANDLER | includes IF_UAC_[ETREE|EDGE]_HANDLER | 20030210 | ||
| 2 | IF_UAC_EDGE_HANDLER | IF w callback methods for edge events | 20030210 | ||
| 3 | IF_UAC_ETREE_HANDLER | Composite: tree, group ( for Edit-Control ) | 20030210 | ||
| 4 | IF_UAC_GROUP_HANDLER | IF w callback methods for events of the grouping panel | 20030210 | ||
| 5 | IF_UAC_TREE_HANDLER | IF w callback methods for standard tree events | 20030210 |
Friends
Class CL_UAC_GUI_HANDLER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_UAC_ASSIGNMENT_MODEL | view gets assignment data from model via this interface | 20030210 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_UAC_TREE_MODEL | view gets tree data from model via this interface | 20030210 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Redefine: CHECK_CELL_VALUE | 20030210 | |
| 2 | Instance method | Protected | Method | Redefine: CHECK_NODE_VALUE | 20030210 | |
| 3 | Instance method | Public | Constructor | 20030210 | ||
| 4 | Instance method | Protected | Method | Redefine: GET_DROPDOWN_MENU | 20030210 | |
| 5 | Instance method | Protected | Method | Redefine: ON_CELL_DOUBLE_CLICK | 20030210 | |
| 6 | Instance method | Protected | Method | Redefine: ON_CELL_DROPDOWN_SELECTED | 20030210 | |
| 7 |