Interface IRatingIndicator
An SAPUI5 rating indicator object.
Inherited Members
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public interface IRatingIndicator : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop, IEnabledProvider
Properties
MaxRating
The highest rating level that can be set.
Declaration
uint MaxRating { get; }
Property Value
| Type | Description |
|---|---|
| uint |
Orientation
Specifies how the indicator items are displayed. Possible values: Orientation
Declaration
Orientation Orientation { get; }
Property Value
| Type | Description |
|---|---|
| Orientation |
Rating
The rating level to which this object is currently set.
Declaration
double Rating { get; }
Property Value
| Type | Description |
|---|---|
| double |
Methods
SetRating(uint)
Sets the rating level.
Declaration
void SetRating(uint rating)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | rating | The rating level to set (0-based). |