/AWS1/CL_QSTDATETIMEPICKERCT00¶
The display options of a control.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_titleoptions TYPE REF TO /AWS1/CL_QSTLABELOPTIONS /AWS1/CL_QSTLABELOPTIONS¶
The options to configure the title visibility, name, and font size.
iv_datetimeformat TYPE /AWS1/QSTDATETIMEFORMAT /AWS1/QSTDATETIMEFORMAT¶
Customize how dates are formatted in controls.
io_infoiconlabeloptions TYPE REF TO /AWS1/CL_QSTSHEETCTLINFOICON00 /AWS1/CL_QSTSHEETCTLINFOICON00¶
The configuration of info icon label options.
iv_helpertextvisibility TYPE /AWS1/QSTVISIBILITY /AWS1/QSTVISIBILITY¶
The helper text visibility of the
DateTimePickerControlDisplayOptions.
iv_dateiconvisibility TYPE /AWS1/QSTVISIBILITY /AWS1/QSTVISIBILITY¶
The date icon visibility of the
DateTimePickerControlDisplayOptions.
Queryable Attributes¶
TitleOptions¶
The options to configure the title visibility, name, and font size.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TITLEOPTIONS() |
Getter for TITLEOPTIONS |
DateTimeFormat¶
Customize how dates are formatted in controls.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATETIMEFORMAT() |
Getter for DATETIMEFORMAT, with configurable default |
ASK_DATETIMEFORMAT() |
Getter for DATETIMEFORMAT w/ exceptions if field has no valu |
HAS_DATETIMEFORMAT() |
Determine if DATETIMEFORMAT has a value |
InfoIconLabelOptions¶
The configuration of info icon label options.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INFOICONLABELOPTIONS() |
Getter for INFOICONLABELOPTIONS |
HelperTextVisibility¶
The helper text visibility of the
DateTimePickerControlDisplayOptions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HELPERTEXTVISIBILITY() |
Getter for HELPERTEXTVISIBILITY, with configurable default |
ASK_HELPERTEXTVISIBILITY() |
Getter for HELPERTEXTVISIBILITY w/ exceptions if field has n |
HAS_HELPERTEXTVISIBILITY() |
Determine if HELPERTEXTVISIBILITY has a value |
DateIconVisibility¶
The date icon visibility of the
DateTimePickerControlDisplayOptions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATEICONVISIBILITY() |
Getter for DATEICONVISIBILITY, with configurable default |
ASK_DATEICONVISIBILITY() |
Getter for DATEICONVISIBILITY w/ exceptions if field has no |
HAS_DATEICONVISIBILITY() |
Determine if DATEICONVISIBILITY has a value |