enum sap.ui.commons.RatingIndicatorVisualMode

Visiblity: public
Available since: N/A
Module: sap/ui/commons/library
Application Component: CA-UI5-CTR

Possible values for the visualization of float values in the RatingIndicator Control.


Properties Overview

Node Description
sap.ui.commons.RatingIndicatorVisualMode.Continuous

Values are not rounded.

sap.ui.commons.RatingIndicatorVisualMode.Full

Values are rounded to the nearest integer value (e.g. 1.7 -> 2).

sap.ui.commons.RatingIndicatorVisualMode.Half

Values are rounded to the nearest half value (e.g. 1.7 -> 1.5).