SAP ABAP Class CL_GUI_JNET (JNet Control Wrapper)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-FES-GUI (Application Component) Graphical User Interface
⤷
SGUI (Package) GUI Objects
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GUI_CONTROL | Proxy Class for Control in GUI | 20080722 |
Properties
| Class | CL_GUI_JNET | |
| Short Description | JNet Control Wrapper | |
| Super Class | CL_GUI_CONTROL | Proxy Class for Control in GUI |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SGUI | GUI Objects |
| Created | 20080722 | SAP |
| Last change | 20140121 | 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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_GUI_JNET has no interface implemented.
Friends
Class CL_GUI_JNET has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | C | Set when applet is ready | 20080731 | |||
| 2 | Constant | Protected | Type reference (TYPE) | I | 16384 | IID of the event | 20080722 | ||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_MESSAGE_HANDLER | Help Control for Events | 20081027 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20080722 | |
| 2 | Instance method | Public | Method | Copy current XML to server | 20090513 | |
| 3 | Instance method | Public | Method | Method for Generic Reading of JNET Property | 20091006 | |
| 4 | Instance method | Public | Method | Loading JNet data using UTF-8 input string | 20080827 | |
| 5 | Instance method | Public | Method | Sending Command to JNet Bean | 20080722 | |
| 6 | Instance method | Public | Method | Filter for Events | 20080722 | |
| 7 | Instance method | Public | Method | Method for generic setting of a JNet property | 20080722 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | EVENT_HAPPENED | Instance Event (0) |
Public (2) |
Returns a JNet event in XML notation | 20080722 |
Types
Class CL_GUI_JNET has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LIFETIME | Call by reference | Type reference (TYPE) | I | Lifetime | 20080722 | |||
| 2 | PARENT | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Parent-Container | 20080722 | |||
| 3 | SHELLSTYLE | Value transfer | Type reference (TYPE) | I | Shell Style | 20080722 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Custom Error | 20080722 |
Method GET_CURRENT_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ENCODING | Call by reference | Type reference (TYPE) | STRING | 20090513 | ||||
| 2 | ID | Call by reference | Type reference (TYPE) | STRING | 20090513 | ||||
| 3 | XML | Call by reference | Type reference (TYPE) | XSTRING | 20090513 |
Method GET_CURRENT_XML on class CL_GUI_JNET has no exception.
Method GET_JNET_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | 20091006 | ||||
| 2 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20091006 |
Method GET_JNET_PROPERTY on class CL_GUI_JNET has no exception.
Method LOAD_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20080827 | ||||
| 2 | XML | Call by reference | Type reference (TYPE) | XSTRING | JNet XML document UTF-8 encoded | 20080827 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Applet not jet ready | 20080827 |
Method PROCESS_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_TARGET | Call by reference | Type reference (TYPE) | STRING | ID | 20080722 | |||
| 2 | JNET_COMMAND | Call by reference | Type reference (TYPE) | STRING | Kommando | 20080722 | |||
| 3 | PARAMETERS | Call by reference | Type reference (TYPE) | STRING | Parameterliste | 20080722 | |||
| 4 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20080722 | ||||
| 5 | SUPPRESS_EVENTS | Call by reference | Type reference (TYPE) | STRING | Eventliste | 20080722 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Applet not jet ready | 20080731 |
Method REGISTER_EVENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EVENTS | Call by reference | Type reference (TYPE) | STRING | 20080722 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20080722 |
Method REGISTER_EVENTS on class CL_GUI_JNET has no exception.
Method SET_JNET_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | 20080722 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20080722 | ||||
| 3 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20080722 |
Method SET_JNET_PROPERTY on class CL_GUI_JNET has no exception.
Event Signatures
Event EVENT_HAPPENED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EVENT | Exporting | Value transfer | Type reference (TYPE) | STRING | 20080722 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 712 |