/AWS1/CL_QSTDATABARSOPTIONS¶
The options for data bars.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_fieldid TYPE /AWS1/QSTFIELDID /AWS1/QSTFIELDID¶
The field ID for the data bars options.
Optional arguments:¶
iv_positivecolor TYPE /AWS1/QSTHEXCOLOR /AWS1/QSTHEXCOLOR¶
The color of the positive data bar.
iv_negativecolor TYPE /AWS1/QSTHEXCOLOR /AWS1/QSTHEXCOLOR¶
The color of the negative data bar.
Queryable Attributes¶
FieldId¶
The field ID for the data bars options.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELDID() |
Getter for FIELDID, with configurable default |
ASK_FIELDID() |
Getter for FIELDID w/ exceptions if field has no value |
HAS_FIELDID() |
Determine if FIELDID has a value |
PositiveColor¶
The color of the positive data bar.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POSITIVECOLOR() |
Getter for POSITIVECOLOR, with configurable default |
ASK_POSITIVECOLOR() |
Getter for POSITIVECOLOR w/ exceptions if field has no value |
HAS_POSITIVECOLOR() |
Determine if POSITIVECOLOR has a value |
NegativeColor¶
The color of the negative data bar.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEGATIVECOLOR() |
Getter for NEGATIVECOLOR, with configurable default |
ASK_NEGATIVECOLOR() |
Getter for NEGATIVECOLOR w/ exceptions if field has no value |
HAS_NEGATIVECOLOR() |
Determine if NEGATIVECOLOR has a value |