Skip to content

/AWS1/CL_QSTCUSTOMCONTENTCONF

The configuration of a CustomContentVisual.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_contenturl TYPE /AWS1/QSTURLOPERATIONTEMPLATE /AWS1/QSTURLOPERATIONTEMPLATE

The input URL that links to the custom content that you want in the custom visual.

iv_contenttype TYPE /AWS1/QSTCUSTOMCONTENTTYPE /AWS1/QSTCUSTOMCONTENTTYPE

The content type of the custom content visual. You can use this to have the visual render as an image.

iv_imagescaling TYPE /AWS1/QSTCUSTCONTIMAGESCACONF /AWS1/QSTCUSTCONTIMAGESCACONF

The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE'.

io_interactions TYPE REF TO /AWS1/CL_QSTVISUALINTERACTOPTS /AWS1/CL_QSTVISUALINTERACTOPTS

The general visual interactions setup for a visual.


Queryable Attributes

ContentUrl

The input URL that links to the custom content that you want in the custom visual.

Accessible with the following methods

Method Description
GET_CONTENTURL() Getter for CONTENTURL, with configurable default
ASK_CONTENTURL() Getter for CONTENTURL w/ exceptions if field has no value
HAS_CONTENTURL() Determine if CONTENTURL has a value

ContentType

The content type of the custom content visual. You can use this to have the visual render as an image.

Accessible with the following methods

Method Description
GET_CONTENTTYPE() Getter for CONTENTTYPE, with configurable default
ASK_CONTENTTYPE() Getter for CONTENTTYPE w/ exceptions if field has no value
HAS_CONTENTTYPE() Determine if CONTENTTYPE has a value

ImageScaling

The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE'.

Accessible with the following methods

Method Description
GET_IMAGESCALING() Getter for IMAGESCALING, with configurable default
ASK_IMAGESCALING() Getter for IMAGESCALING w/ exceptions if field has no value
HAS_IMAGESCALING() Determine if IMAGESCALING has a value

Interactions

The general visual interactions setup for a visual.

Accessible with the following methods

Method Description
GET_INTERACTIONS() Getter for INTERACTIONS