SAP ABAP Class CL_CFX_SO_NODE (Nodes in HTML)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PLM-CFO (Application Component) Collaboration Folders
⤷
CFX_UI (Package) Collaboration Folders: User Interface

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_CFX_SO_SCREEN_OBJECT | Any Object that Can Be Displayed on the Screen | 20021119 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_CFX_SO_TABLE | HTML Table | 20021119 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_CFX_SO_TABLE_CELL | Cell of a Table | 20021119 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_CFX_SO_TABLE_COLGROUP | Col. Group in Table | 20021122 |
4 | Inheritance (c INHERITING FROM c_ref) | CL_CFX_SO_TABLE_ROW | Row in a HTML Table | 20021119 |
Properties
Class | CL_CFX_SO_NODE | |
Short Description | Nodes in HTML | |
Super Class | CL_CFX_SO_SCREEN_OBJECT | Any Object that Can Be Displayed on the Screen |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | CFX_UI | Collaboration Folders: User Interface |
Created | 20021119 | SAP |
Last change | 20141109 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_CFX_SO_NODE has no forward declaration.
Interfaces
Class CL_CFX_SO_NODE has no interface implemented.
Friends
Class CL_CFX_SO_NODE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_CFX_SO_SIMPLE_LIST | List of Screen Objects | 20021119 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_CFX_SO_TAG | Tab with Which the Node Begins | 20021119 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CFX_STRING | Name of Node | 20021119 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Add Attribute | 20021119 |
2 | ![]() |
Instance method | Public | Method | Insert "onchange" Attribute | 20021203 |
3 | ![]() |
Instance method | Public | Method | Insert Content | 20021119 |
4 | ![]() |
Instance method | Public | Method | Insert HTML Text to Content | 20021120 |
5 | ![]() |
Instance method | Public | Method | Insert Width (With Style Attribute) | 20021203 |
6 | ![]() |
Instance method | Protected | Method | Delete content | 20021119 |
7 | ![]() |
Instance method | Public | Constructor | 20021119 | |
8 | ![]() |
Instance method | Public | Method | If Accessibility Is Activated Add "tabindex" Attribute | 20021119 |
Events
Class CL_CFX_SO_NODE has no event.
Types
Class CL_CFX_SO_NODE has no local type.
Method Signatures
Method ADD_ATTRIBUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | CFX_STRING | Name, z.B. 'width' | 20021119 | ||
2 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | CFX_STRING | Wert, z.B. '4' | 20021119 |
Method ADD_ATTRIBUTE on class CL_CFX_SO_NODE has no exception.
Method ADD_ATTRIBUTE_ONCHANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ONCHANGE | Call by reference | Type reference (TYPE) | CFX_STRING | java script Funktion | 20021203 | ||
2 | ![]() |
I_SAP_EVENT | Call by reference | Type reference (TYPE) | CFX_STRING | sap event | 20021203 |
Method ADD_ATTRIBUTE_ONCHANGE on class CL_CFX_SO_NODE has no exception.
Method ADD_CONTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_CONTENT | Call by reference | Object reference (TYPE REF TO) | CL_CFX_SO_SCREEN_OBJECT | Irgendein am Bildschirm anzeigbares Objekt | 20021119 |
Method ADD_CONTENT on class CL_CFX_SO_NODE has no exception.
Method ADD_CONTENT_HTML_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_HTML_TEXT | Call by reference | Type reference (TYPE) | CFX_STRING | Text, der direkt so auf die Seite geschrieben wird | 20021120 |
Method ADD_CONTENT_HTML_TEXT on class CL_CFX_SO_NODE has no exception.
Method ADD_WIDTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_WIDTH | Call by reference | Type reference (TYPE) | CFX_STRING | Breite | 20021203 |
Method ADD_WIDTH on class CL_CFX_SO_NODE has no exception.
Method CLEAR_CONTENT Signature
Method CLEAR_CONTENT on class CL_CFX_SO_NODE has no parameter.
Method CLEAR_CONTENT on class CL_CFX_SO_NODE has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_CONTENT | Call by reference | Object reference (TYPE REF TO) | CL_CFX_SO_SCREEN_OBJECT | Irgendein am Bildschirm anzeigbares Objekt | 20021119 | ||
2 | ![]() |
I_CLASS | Call by reference | Type reference (TYPE) | CFX_STRING | Stylesheet-Klasse | 20021119 | ||
3 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | CFX_STRING | Ordnet dem Element einen individuellen Namen zu | 20021119 | ||
4 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | CFX_STRING | Name des Tag, z.B. 'td' | 20021119 | ||
5 | ![]() |
I_STYLE | Call by reference | Type reference (TYPE) | CFX_STRING | CSS-Angaben zur Formatierung | 20021119 | ||
6 | ![]() |
I_TITLE | Call by reference | Type reference (TYPE) | CFX_STRING | Titel für das Element | 20021119 |
Method CONSTRUCTOR on class CL_CFX_SO_NODE has no exception.
Method SET_TABINDEX Signature
Method SET_TABINDEX on class CL_CFX_SO_NODE has no parameter.
Method SET_TABINDEX on class CL_CFX_SO_NODE has no exception.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 200 |