/AWS1/CL_PP2RCSCAROUSEL¶
A carousel of 2 to 10 scrollable rich cards.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_cardwidth TYPE /AWS1/PP2STRING /AWS1/PP2STRING¶
The width of cards in the carousel. Valid values are SMALL and MEDIUM.
it_cardcontents TYPE /AWS1/CL_PP2RCSCAROCARDCONTENT=>TT_RCSCAROUSELCARDCONTENTLIST TT_RCSCAROUSELCARDCONTENTLIST¶
The list of cards in the carousel. Minimum 2, maximum 10 cards.
Queryable Attributes¶
CardWidth¶
The width of cards in the carousel. Valid values are SMALL and MEDIUM.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CARDWIDTH() |
Getter for CARDWIDTH, with configurable default |
ASK_CARDWIDTH() |
Getter for CARDWIDTH w/ exceptions if field has no value |
HAS_CARDWIDTH() |
Determine if CARDWIDTH has a value |
CardContents¶
The list of cards in the carousel. Minimum 2, maximum 10 cards.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CARDCONTENTS() |
Getter for CARDCONTENTS, with configurable default |
ASK_CARDCONTENTS() |
Getter for CARDCONTENTS w/ exceptions if field has no value |
HAS_CARDCONTENTS() |
Determine if CARDCONTENTS has a value |