Skip to content

/AWS1/CL_QSTTILESTYLE

Display options related to tiles on a sheet.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_backgroundcolor TYPE /AWS1/QSTCOLOR /AWS1/QSTCOLOR

The background color of a tile.

io_border TYPE REF TO /AWS1/CL_QSTBORDERSTYLE /AWS1/CL_QSTBORDERSTYLE

The border around a tile.

iv_borderradius TYPE /AWS1/QSTBORDERRADIUS /AWS1/QSTBORDERRADIUS

The border radius of a tile.

iv_padding TYPE /AWS1/QSTPADDING /AWS1/QSTPADDING

The padding of a tile.


Queryable Attributes

BackgroundColor

The background color of a tile.

Accessible with the following methods

Method Description
GET_BACKGROUNDCOLOR() Getter for BACKGROUNDCOLOR, with configurable default
ASK_BACKGROUNDCOLOR() Getter for BACKGROUNDCOLOR w/ exceptions if field has no val
HAS_BACKGROUNDCOLOR() Determine if BACKGROUNDCOLOR has a value

Border

The border around a tile.

Accessible with the following methods

Method Description
GET_BORDER() Getter for BORDER

BorderRadius

The border radius of a tile.

Accessible with the following methods

Method Description
GET_BORDERRADIUS() Getter for BORDERRADIUS, with configurable default
ASK_BORDERRADIUS() Getter for BORDERRADIUS w/ exceptions if field has no value
HAS_BORDERRADIUS() Determine if BORDERRADIUS has a value

Padding

The padding of a tile.

Accessible with the following methods

Method Description
GET_PADDING() Getter for PADDING, with configurable default
ASK_PADDING() Getter for PADDING w/ exceptions if field has no value
HAS_PADDING() Determine if PADDING has a value