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
⤷ 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 | CNDP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | OLE2 | 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 | APPLET_INITIALIZED | Instance attribute | Public | Type reference (TYPE) | C | Set when applet is ready | 20080731 | ||
2 | CONTROLEVENTXML | Constant | Protected | Type reference (TYPE) | I | 16384 | IID of the event | 20080722 | |
3 | MESSAGE_HANDLER_CONTROL | 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 | CONSTRUCTOR | Instance method | Public | Constructor | Constructor | 20080722 |
2 | GET_CURRENT_XML | Instance method | Public | Method | Copy current XML to server | 20090513 |
3 | GET_JNET_PROPERTY | Instance method | Public | Method | Method for Generic Reading of JNET Property | 20091006 |
4 | LOAD_DATA | Instance method | Public | Method | Loading JNet data using UTF-8 input string | 20080827 |
5 | PROCESS_COMMAND | Instance method | Public | Method | Sending Command to JNet Bean | 20080722 |
6 | REGISTER_EVENTS | Instance method | Public | Method | Filter for Events | 20080722 |
7 | SET_JNET_PROPERTY | 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 | Importing | LIFETIME | Call by reference | Type reference (TYPE) | I | Lifetime | 20080722 | ||
2 | Importing | PARENT | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Parent-Container | 20080722 | ||
3 | Importing | SHELLSTYLE | Value transfer | Type reference (TYPE) | I | Shell Style | 20080722 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CNTL_ERROR | Custom Error | 20080722 |
Method GET_CURRENT_XML Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | ENCODING | Call by reference | Type reference (TYPE) | STRING | 20090513 | |||
2 | Importing | ID | Call by reference | Type reference (TYPE) | STRING | 20090513 | |||
3 | Exporting | 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 | Importing | NAME | Call by reference | Type reference (TYPE) | STRING | 20091006 | |||
2 | Exporting | 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 | Returning | RESULT | Value transfer | Type reference (TYPE) | STRING | 20080827 | |||
2 | Importing | XML | Call by reference | Type reference (TYPE) | XSTRING | JNet XML document UTF-8 encoded | 20080827 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | APPLET_NOT_INITIALIZED | Applet not jet ready | 20080827 |
Method PROCESS_COMMAND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | ID_TARGET | Call by reference | Type reference (TYPE) | STRING | ID | 20080722 | ||
2 | Importing | JNET_COMMAND | Call by reference | Type reference (TYPE) | STRING | Kommando | 20080722 | ||
3 | Importing | PARAMETERS | Call by reference | Type reference (TYPE) | STRING | Parameterliste | 20080722 | ||
4 | Returning | RESULT | Value transfer | Type reference (TYPE) | STRING | 20080722 | |||
5 | Importing | SUPPRESS_EVENTS | Call by reference | Type reference (TYPE) | STRING | Eventliste | 20080722 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | APPLET_NOT_INITIALIZED | Applet not jet ready | 20080731 |
Method REGISTER_EVENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | EVENTS | Call by reference | Type reference (TYPE) | STRING | 20080722 | |||
2 | Returning | 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 | Importing | NAME | Call by reference | Type reference (TYPE) | STRING | 20080722 | |||
2 | Returning | RESULT | Value transfer | Type reference (TYPE) | STRING | 20080722 | |||
3 | Importing | 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 |