/AWS1/CL_QSTREFERENCELINE¶
The reference line visual display options.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_dataconfiguration TYPE REF TO /AWS1/CL_QSTREFERENCELINEDAT00 /AWS1/CL_QSTREFERENCELINEDAT00¶
The data configuration of the reference line.
Optional arguments:¶
iv_status TYPE /AWS1/QSTWIDGETSTATUS /AWS1/QSTWIDGETSTATUS¶
The status of the reference line. Choose one of the following options:
ENABLE
DISABLE
io_styleconfiguration TYPE REF TO /AWS1/CL_QSTREFERENCELINESTY00 /AWS1/CL_QSTREFERENCELINESTY00¶
The style configuration of the reference line.
io_labelconfiguration TYPE REF TO /AWS1/CL_QSTREFERENCELINELAB00 /AWS1/CL_QSTREFERENCELINELAB00¶
The label configuration of the reference line.
Queryable Attributes¶
Status¶
The status of the reference line. Choose one of the following options:
ENABLE
DISABLE
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
DataConfiguration¶
The data configuration of the reference line.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATACONFIGURATION() |
Getter for DATACONFIGURATION |
StyleConfiguration¶
The style configuration of the reference line.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STYLECONFIGURATION() |
Getter for STYLECONFIGURATION |
LabelConfiguration¶
The label configuration of the reference line.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LABELCONFIGURATION() |
Getter for LABELCONFIGURATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_REFERENCELINELIST¶
TYPES TT_REFERENCELINELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTREFERENCELINE WITH DEFAULT KEY
.