/AWS1/CL_QQATEXTINPUTCARDINPUT¶
The input shape for defining a text input card in an Amazon Q App.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_title TYPE /AWS1/QQATITLE /AWS1/QQATITLE¶
The title or label of the text input card.
iv_id TYPE /AWS1/QQAUUID /AWS1/QQAUUID¶
The unique identifier of the text input card.
iv_type TYPE /AWS1/QQACARDTYPE /AWS1/QQACARDTYPE¶
The type of the card.
Optional arguments:¶
iv_placeholder TYPE /AWS1/QQAPLACEHOLDER /AWS1/QQAPLACEHOLDER¶
The placeholder text to display in the text input field.
iv_defaultvalue TYPE /AWS1/QQADEFAULT /AWS1/QQADEFAULT¶
The default value to pre-populate in the text input field.
Queryable Attributes¶
title¶
The title or label of the text input card.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TITLE() |
Getter for TITLE, with configurable default |
ASK_TITLE() |
Getter for TITLE w/ exceptions if field has no value |
HAS_TITLE() |
Determine if TITLE has a value |
id¶
The unique identifier of the text input card.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
type¶
The type of the card.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
placeholder¶
The placeholder text to display in the text input field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PLACEHOLDER() |
Getter for PLACEHOLDER, with configurable default |
ASK_PLACEHOLDER() |
Getter for PLACEHOLDER w/ exceptions if field has no value |
HAS_PLACEHOLDER() |
Determine if PLACEHOLDER has a value |
defaultValue¶
The default value to pre-populate in the text input field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEFAULTVALUE() |
Getter for DEFAULTVALUE, with configurable default |
ASK_DEFAULTVALUE() |
Getter for DEFAULTVALUE w/ exceptions if field has no value |
HAS_DEFAULTVALUE() |
Determine if DEFAULTVALUE has a value |