SAP ABAP Class CL_SALV_WD_UIE_CHECKBOX_TRI (Tristate Checkbox in Cells of ALV Output)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
⤷
SALV_WD_CONFIG (Package) SALV WD Configuration
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_WD_UIE | UI Element in Cells of ALV Output | 20051005 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SALV_WD_TABLE_CELL_EDITOR | 20051005 |
Properties
| Class | CL_SALV_WD_UIE_CHECKBOX_TRI | |
| Short Description | Tristate Checkbox in Cells of ALV Output | |
| Super Class | CL_SALV_WD_UIE | UI Element in Cells of ALV Output |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SALV_WD_CONFIG | SALV WD Configuration |
| Created | 20051005 | SAP |
| Last change | 20070911 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 5 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 6 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SALV_WD_TABLE_CELL_EDITOR | 20051005 |
Friends
Class CL_SALV_WD_UIE_CHECKBOX_TRI 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) | STRING | 20051005 | ||||
| 2 | Instance attribute | Public | Type reference (TYPE) | STRING | CL_WD_TRI_STATE_CHECKBOX=>E_STATE-NORMAL | 20051005 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20051005 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | STRING | 20051005 | ||||
| 5 | Instance attribute | Public | Attribute reference (LIKE) | CL_WD_TRI_STATE_CHECKBOX=>T_STATE | CL_WD_TRI_STATE_CHECKBOX=>E_STATE-NORMAL | 20051005 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | STRING | 20051005 | ||||
| 7 | Instance attribute | Public | Type reference (TYPE) | STRING | 20051005 | ||||
| 8 | Instance attribute | Public | Attribute reference (LIKE) | CL_WD_TRI_STATE_CHECKBOX=>T_TEXT_DIRECTION | CL_WD_TRI_STATE_CHECKBOX=>E_TEXT_DIRECTION-INHERIT | 20051005 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | STRING | 20051005 | ||||
| 10 | Instance attribute | Public | Type reference (TYPE) | STRING | 20051005 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20051005 | ||
| 2 | Instance method | Public | Method | Returns Field with Status in Individual Cells | 20051005 | |
| 3 | Instance method | Public | Method | Returns Wording of WAD-Help | 20051005 | |
| 4 | Instance method | Public | Method | Displays Whether Tristate Checkbox Is Write-Protected | 20051005 | |
| 5 | Instance method | Public | Method | Returns Field with Write-Protected Properties of Cells | 20051005 | |
| 6 | Instance method | Public | Method | Displays Whether Tristate Checkbox is a Mandatory Field | 20051005 | |
| 7 | Instance method | Public | Method | Returns Field with Mandatory Field Properties of Cells | 20051005 | |
| 8 | Instance method | Public | Method | Returns Label Text | 20051005 | |
| 9 | Instance method | Public | Method | Returns the Read Direction | 20051005 | |
| 10 | Instance method | Public | Method | Returns Field with Read Directions in Cells | 20051005 | |
| 11 | Instance method | Public | Method | Returns Field with Labels in Cells | 20051005 | |
| 12 | Instance method | Public | Method | Sets Field with Status in Individual Cells | 20051005 | |
| 13 | Instance method | Public | Method | Sets Wording of WAD-Help | 20051005 | |
| 14 | Instance method | Public | Method | Determines Whether Tristate Checkbox Is Write-Protected | 20051005 | |
| 15 | Instance method | Public | Method | Sets Field with Write-Protection Properties of Cells | 20051005 | |
| 16 | Instance method | Public | Method | Defines Tristate Checkbox as Mandatory Field | 20051005 | |
| 17 | Instance method | Public | Method | Sets Field with Mandatory Field Properties of Cells | 20051005 | |
| 18 | Instance method | Public | Method | Sets Label Text | 20051005 | |
| 19 | Instance method | Public | Method | Sets the Read Direction | 20051005 | |
| 20 | Instance method | Public | Method | Sets Field with Read Directions in Cells | 20051005 | |
| 21 | Instance method | Public | Method | Sets Field with Labels in Cells | 20051005 |
Events
Class CL_SALV_WD_UIE_CHECKBOX_TRI has no event.
Types
Class CL_SALV_WD_UIE_CHECKBOX_TRI has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHECKED_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | 20051005 |
Method CONSTRUCTOR on class CL_SALV_WD_UIE_CHECKBOX_TRI has no exception.
Method GET_CHECKED_FIELDNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20051005 |
Method GET_CHECKED_FIELDNAME on class CL_SALV_WD_UIE_CHECKBOX_TRI has no exception.
Method GET_EXPLANATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20051005 |
Method GET_EXPLANATION on class CL_SALV_WD_UIE_CHECKBOX_TRI has no exception.
Method GET_READ_ONLY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20051005 |
Method GET_READ_ONLY on class CL_SALV_WD_UIE_CHECKBOX_TRI has no exception.
Method GET_READ_ONLY_FIELDNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20051005 |
Method GET_READ_ONLY_FIELDNAME on class CL_SALV_WD_UIE_CHECKBOX_TRI has no exception.
Method GET_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Attribute reference (LIKE) | CL_WD_TRI_STATE_CHECKBOX=>T_STATE | 20051005 |
Method GET_STATE on class CL_SALV_WD_UIE_CHECKBOX_TRI has no exception.
Method GET_STATE_FIELDNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20051005 |
Method GET_STATE_FIELDNAME on class CL_SALV_WD_UIE_CHECKBOX_TRI has no exception.
Method GET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20051005 |
Method GET_TEXT on class CL_SALV_WD_UIE_CHECKBOX_TRI has no exception.
Method GET_TEXT_DIRECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Attribute reference (LIKE) | CL_WD_TRI_STATE_CHECKBOX=>T_TEXT_DIRECTION | 20051005 |
Method GET_TEXT_DIRECTION on class CL_SALV_WD_UIE_CHECKBOX_TRI has no exception.
Method GET_TEXT_DIRECTION_FIELDNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20051005 |
Method GET_TEXT_DIRECTION_FIELDNAME on class CL_SALV_WD_UIE_CHECKBOX_TRI has no exception.
Method GET_TEXT_FIELDNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20051005 |
Method GET_TEXT_FIELDNAME on class CL_SALV_WD_UIE_CHECKBOX_TRI has no exception.
Method SET_CHECKED_FIELDNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20051005 |
Method SET_CHECKED_FIELDNAME on class CL_SALV_WD_UIE_CHECKBOX_TRI has no exception.
Method SET_EXPLANATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20051005 |
Method SET_EXPLANATION on class CL_SALV_WD_UIE_CHECKBOX_TRI has no exception.
Method SET_READ_ONLY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20051005 |
Method SET_READ_ONLY on class CL_SALV_WD_UIE_CHECKBOX_TRI has no exception.
Method SET_READ_ONLY_FIELDNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20051005 |
Method SET_READ_ONLY_FIELDNAME on class CL_SALV_WD_UIE_CHECKBOX_TRI has no exception.
Method SET_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Attribute reference (LIKE) | CL_WD_TRI_STATE_CHECKBOX=>T_STATE | CL_WD_TRI_STATE_CHECKBOX=>E_STATE-NORMAL | 20051005 |
Method SET_STATE on class CL_SALV_WD_UIE_CHECKBOX_TRI has no exception.
Method SET_STATE_FIELDNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20051005 |
Method SET_STATE_FIELDNAME on class CL_SALV_WD_UIE_CHECKBOX_TRI has no exception.
Method SET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20051005 |
Method SET_TEXT on class CL_SALV_WD_UIE_CHECKBOX_TRI has no exception.
Method SET_TEXT_DIRECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Attribute reference (LIKE) | CL_WD_TRI_STATE_CHECKBOX=>T_TEXT_DIRECTION | CL_WD_TRI_STATE_CHECKBOX=>E_TEXT_DIRECTION-INHERIT | 20051005 |
Method SET_TEXT_DIRECTION on class CL_SALV_WD_UIE_CHECKBOX_TRI has no exception.
Method SET_TEXT_DIRECTION_FIELDNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20051005 |
Method SET_TEXT_DIRECTION_FIELDNAME on class CL_SALV_WD_UIE_CHECKBOX_TRI has no exception.
Method SET_TEXT_FIELDNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20051005 |
Method SET_TEXT_FIELDNAME on class CL_SALV_WD_UIE_CHECKBOX_TRI has no exception.
History
| Last changed by/on | SAP | 20070911 |
| SAP Release Created in | 740 |