/AWS1/CL_QSTTABLEFIELDOPTION¶
The options for a table field.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_fieldid TYPE /AWS1/QSTFIELDID /AWS1/QSTFIELDID¶
The field ID for a table field.
Optional arguments:¶
iv_width TYPE /AWS1/QSTPIXELLENGTH /AWS1/QSTPIXELLENGTH¶
The width for a table field.
iv_customlabel TYPE /AWS1/QSTCUSTOMLABEL /AWS1/QSTCUSTOMLABEL¶
The custom label for a table field.
iv_visibility TYPE /AWS1/QSTVISIBILITY /AWS1/QSTVISIBILITY¶
The visibility of a table field.
io_urlstyling TYPE REF TO /AWS1/CL_QSTTABLEFIELDURLCONF /AWS1/CL_QSTTABLEFIELDURLCONF¶
The URL configuration for a table field.
Queryable Attributes¶
FieldId¶
The field ID for a table field.
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 |
Width¶
The width for a table field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WIDTH() |
Getter for WIDTH, with configurable default |
ASK_WIDTH() |
Getter for WIDTH w/ exceptions if field has no value |
HAS_WIDTH() |
Determine if WIDTH has a value |
CustomLabel¶
The custom label for a table field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMLABEL() |
Getter for CUSTOMLABEL, with configurable default |
ASK_CUSTOMLABEL() |
Getter for CUSTOMLABEL w/ exceptions if field has no value |
HAS_CUSTOMLABEL() |
Determine if CUSTOMLABEL has a value |
Visibility¶
The visibility of a table field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VISIBILITY() |
Getter for VISIBILITY, with configurable default |
ASK_VISIBILITY() |
Getter for VISIBILITY w/ exceptions if field has no value |
HAS_VISIBILITY() |
Determine if VISIBILITY has a value |
URLStyling¶
The URL configuration for a table field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URLSTYLING() |
Getter for URLSTYLING |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TABLEFIELDOPTIONLIST¶
TYPES TT_TABLEFIELDOPTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTTABLEFIELDOPTION WITH DEFAULT KEY
.