/AWS1/CL_QSTTOOLTIPSHEETDEFN¶
A tooltip sheet is an object that contains a set of visuals that are used as a tooltip. Every analysis and dashboard must contain at least one non-tooltip sheet.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sheetid TYPE /AWS1/QSTSHORTRESTRICTIVERES00 /AWS1/QSTSHORTRESTRICTIVERES00¶
The unique identifier of a tooltip sheet.
Optional arguments:¶
iv_name TYPE /AWS1/QSTSHEETNAME /AWS1/QSTSHEETNAME¶
The name of the tooltip sheet. This name is displayed on the sheet's tab in the Quick console.
it_visuals TYPE /AWS1/CL_QSTVISUAL=>TT_TOOLTIPSHEETVISUALLIST TT_TOOLTIPSHEETVISUALLIST¶
A list of the visuals that are on a tooltip sheet.
it_textboxes TYPE /AWS1/CL_QSTSHEETTEXTBOX=>TT_TOOLTIPSHEETTEXTBOXLIST TT_TOOLTIPSHEETTEXTBOXLIST¶
The text boxes that are on a tooltip sheet.
it_images TYPE /AWS1/CL_QSTSHEETIMAGE=>TT_TOOLTIPSHEETIMAGELIST TT_TOOLTIPSHEETIMAGELIST¶
A list of images on a tooltip sheet.
it_layouts TYPE /AWS1/CL_QSTLAYOUT=>TT_LAYOUTLIST TT_LAYOUTLIST¶
Layouts define how the components of a tooltip sheet are arranged.
For more information, see Types of layout in the Amazon Quick Suite User Guide.
Queryable Attributes¶
SheetId¶
The unique identifier of a tooltip sheet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHEETID() |
Getter for SHEETID, with configurable default |
ASK_SHEETID() |
Getter for SHEETID w/ exceptions if field has no value |
HAS_SHEETID() |
Determine if SHEETID has a value |
Name¶
The name of the tooltip sheet. This name is displayed on the sheet's tab in the Quick console.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Visuals¶
A list of the visuals that are on a tooltip sheet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VISUALS() |
Getter for VISUALS, with configurable default |
ASK_VISUALS() |
Getter for VISUALS w/ exceptions if field has no value |
HAS_VISUALS() |
Determine if VISUALS has a value |
TextBoxes¶
The text boxes that are on a tooltip sheet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXTBOXES() |
Getter for TEXTBOXES, with configurable default |
ASK_TEXTBOXES() |
Getter for TEXTBOXES w/ exceptions if field has no value |
HAS_TEXTBOXES() |
Determine if TEXTBOXES has a value |
Images¶
A list of images on a tooltip sheet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGES() |
Getter for IMAGES, with configurable default |
ASK_IMAGES() |
Getter for IMAGES w/ exceptions if field has no value |
HAS_IMAGES() |
Determine if IMAGES has a value |
Layouts¶
Layouts define how the components of a tooltip sheet are arranged.
For more information, see Types of layout in the Amazon Quick Suite User Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAYOUTS() |
Getter for LAYOUTS, with configurable default |
ASK_LAYOUTS() |
Getter for LAYOUTS w/ exceptions if field has no value |
HAS_LAYOUTS() |
Determine if LAYOUTS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TOOLTIPSHEETDEFINITIONLIST¶
TYPES TT_TOOLTIPSHEETDEFINITIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTTOOLTIPSHEETDEFN WITH DEFAULT KEY
.