SAP ABAP Class CL_WCF_TAG (Library tag)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-UI (Application Component) User Interface
⤷
WCF_TEST_SUITE_CORE (Package) Core elements of test suite
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WCF_TAG_AC | Action Menu Test | 20100909 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_WCF_TAG_AREAFRAME | Areaframe tag for demo | 20101007 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_WCF_TAG_CM | Context Menu Demo Page | 20100909 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_WCF_TAG_INPUTFIELD | InputField implementation | 20100813 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_WCF_TAG_ROADMAP | Roadmap for demo | 20100909 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_WCF_TAG_TRAY | Tray tag | 20100907 |
Properties
| Class | CL_WCF_TAG | |
| Short Description | Library tag | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WCF_TEST_SUITE_CORE | Core elements of test suite |
| Created | 20100610 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WCF_TAG has no forward declaration.
Interfaces
Class CL_WCF_TAG has no interface implemented.
Friends
Class CL_WCF_TAG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | WCFT_TAG_ATTRIBUTES | Tag attributes | 20100610 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20100823 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | WCF_TAGTEST_CLASSNAME | Tag handler class name | 20100614 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | STRING | 20100909 | ||||
| 5 | Instance attribute | Protected | Type reference (TYPE) | O2PREFIX | BSP Extension: Prefix, Case-Sensitive | 20100610 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | WCF_TAGTEST_NAME | BSP Element: Name | 20100908 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20100610 | |
| 2 | Instance method | Public | Method | Returns all attributes | 20100610 | |
| 3 | Instance method | Protected | Method | Returns possible values for a given attribute | 20100823 | |
| 4 | Instance method | Public | Method | Returns Tag implementation class | 20100614 | |
| 5 | Instance method | Private | Method | Returns a default value for a given attribute | 20100614 | |
| 6 | Instance method | Public | Method | Returns tag short documention | 20100908 | |
| 7 | Instance method | Public | Method | Returns attributes variant for the tag | 20100813 | |
| 8 | Instance method | Private | Method | 20100823 | ||
| 9 | Instance method | Private | Method | Loads tag description | 20100908 |
Events
Class CL_WCF_TAG has no event.
Types
Class CL_WCF_TAG has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ATTRIBUTES | Call by reference | Type reference (TYPE) | WCFT_TAG_ATTRIBUTES | Tag attributes | 20100610 | |||
| 2 | IV_CLASS_NAME | Call by reference | Type reference (TYPE) | WCF_TAGTEST_CLASSNAME | Tag handler class name | 20100614 | |||
| 3 | IV_EXTENSION | Call by reference | Type reference (TYPE) | O2PREFIX | BSP Extension: Prefix, Case-Sensitive | 20100610 | |||
| 4 | IV_TAG | Call by reference | Type reference (TYPE) | WCF_TAGTEST_NAME | Tag name | 20100908 |
Method CONSTRUCTOR on class CL_WCF_TAG has no exception.
Method GET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_ATTRIBUTES | Value transfer | Type reference (TYPE) | WCFT_TAG_ATTRIBUTES | Tag attributes | 20100611 |
Method GET_ATTRIBUTES on class CL_WCF_TAG has no exception.
Method GET_ATTRIBUTE_VALUE_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ATTRIBUTE | Call by reference | Type reference (TYPE) | WCF_TAGTEST_ATTR_NAME | Tag attribute name | 20100823 | |||
| 2 | IV_INNER_DELIMITER | Call by reference | Type reference (TYPE) | STRING | `/` | Delimiter between each value | 20100823 | ||
| 3 | IV_LEFT_OUTER_DELIMITER | Call by reference | Type reference (TYPE) | STRING | `(` | Delimiter which marks the beginning of the sequence | 20100823 | ||
| 4 | IV_RIGHT_OUTER_DELIMITER | Call by reference | Type reference (TYPE) | STRING | `)` | Single-Character Flag | 20100823 | ||
| 5 | RT_VALUE_LIST | Value transfer | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Table Name/Value Pairs | 20100823 |
Method GET_ATTRIBUTE_VALUE_LIST on class CL_WCF_TAG has no exception.
Method GET_CLASS_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CLASS_NAME | Value transfer | Type reference (TYPE) | WCF_TAGTEST_CLASSNAME | Tag handler class name | 20100614 |
Method GET_CLASS_NAME on class CL_WCF_TAG has no exception.
Method GET_DEFAULT_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ATTRIBUTE | Call by reference | Type reference (TYPE) | WCFS_TAG_ATTRIBUTES | Tag attribute | 20100614 | |||
| 2 | RR_DEFAULT_VALUE | Value transfer | Object reference (TYPE REF TO) | DATA | 20100614 |
Method GET_DEFAULT_VALUE on class CL_WCF_TAG has no exception.
Method GET_SHORT_DOCUMENTATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DOCUMENTATION | Value transfer | Type reference (TYPE) | STRING | 20100908 |
Method GET_SHORT_DOCUMENTATION on class CL_WCF_TAG has no exception.
Method GET_VARIANTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_VARIANTS | Call by reference | Type reference (TYPE) | WCFT_TAG_VARIANT | Variants | 20100813 |
Method GET_VARIANTS on class CL_WCF_TAG has no exception.
Method INIT_ATTRIBUTES Signature
Method INIT_ATTRIBUTES on class CL_WCF_TAG has no parameter.
Method INIT_ATTRIBUTES on class CL_WCF_TAG has no exception.
Method LOAD_DOCUMENTATION Signature
Method LOAD_DOCUMENTATION on class CL_WCF_TAG has no parameter.
Method LOAD_DOCUMENTATION on class CL_WCF_TAG has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |