/AWS1/CL_QQACARDINPUT¶
The properties defining an input card in an Amazon Q App.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_textinput TYPE REF TO /AWS1/CL_QQATEXTINPUTCARDINPUT /AWS1/CL_QQATEXTINPUTCARDINPUT¶
A container for the properties of the text input card.
io_qquery TYPE REF TO /AWS1/CL_QQAQQUERYCARDINPUT /AWS1/CL_QQAQQUERYCARDINPUT¶
A container for the properties of the query input card.
io_qplugin TYPE REF TO /AWS1/CL_QQAQPLUGINCARDINPUT /AWS1/CL_QQAQPLUGINCARDINPUT¶
A container for the properties of the plugin input card.
io_fileupload TYPE REF TO /AWS1/CL_QQAFILEUPLOADCARDINP /AWS1/CL_QQAFILEUPLOADCARDINP¶
A container for the properties of the file upload input card.
io_forminput TYPE REF TO /AWS1/CL_QQAFORMINPUTCARDINPUT /AWS1/CL_QQAFORMINPUTCARDINPUT¶
A container for the properties of the form input card.
Queryable Attributes¶
textInput¶
A container for the properties of the text input card.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXTINPUT() |
Getter for TEXTINPUT |
qQuery¶
A container for the properties of the query input card.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QQUERY() |
Getter for QQUERY |
qPlugin¶
A container for the properties of the plugin input card.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QPLUGIN() |
Getter for QPLUGIN |
fileUpload¶
A container for the properties of the file upload input card.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILEUPLOAD() |
Getter for FILEUPLOAD |
formInput¶
A container for the properties of the form input card.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORMINPUT() |
Getter for FORMINPUT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CARDLIST¶
TYPES TT_CARDLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QQACARDINPUT WITH DEFAULT KEY
.