Package com.hp.lft.sdk.sap.ui5
Interface RatingIndicator
- All Superinterfaces:
- Clickable,- EnabledProvider,- LocationInfoProvider,- SupportDragAndDrop,- SupportsNativeObject,- TestObject,- TestObjectDescriber,- VisibleProvider,- WaitUntilEnabledProvider,- WaitUntilVisibleProvider,- WebElement,- WebTestObject,- WebTestObjectDescriber
An SAPUI5 rating indicator object.
- 
Method SummaryModifier and TypeMethodDescriptionintReturns the highest rating level that can be set.Returns the visual orientation of rating indicator items.doubleReturns the rating level set for this object.voidsetRating(int rating) Sets the rating level.Methods inherited from interface com.hp.lft.sdk.EnabledProviderisEnabledMethods inherited from interface com.hp.lft.sdk.LocationInfoProvidergetAbsoluteLocation, getLocation, getSizeMethods inherited from interface com.hp.lft.sdk.SupportDragAndDropdragAndDropOn, dragAndDropOnMethods inherited from interface com.hp.lft.sdk.SupportsNativeObjectgetNativeObjectMethods inherited from interface com.hp.lft.sdk.TestObjectcallFTMethod, callFTMethod, exists, exists, findChildren, getDescription, getDisplayName, getParent, getSnapshot, getTextLocations, getTextLocations, getVisibleText, getVisibleText, highlight, highlightMatches, setDescription, setDisplayName, verifyImageExists, verifyImageExists, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, waitUntilExists, waitUntilExistsMethods inherited from interface com.hp.lft.sdk.TestObjectDescriberdescribeMethods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProviderwaitUntilEnabled, waitUntilEnabledMethods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProviderwaitUntilVisible, waitUntilVisibleMethods inherited from interface com.hp.lft.sdk.web.WebElementdoubleClick, doubleClick, fireEvent, getAccessibilityName, getCSSSelector, getRole, getXPath, hoverTap, hoverTap, longPress, longPress, pan, pan, pinch, pinch, swipe, swipeMethods inherited from interface com.hp.lft.sdk.web.WebTestObjectgetAttribute, getAttributes, getClassName, getComputedStyle, getComputedStyles, getId, getInnerHTML, getInnerText, getName, getOuterHTML, getOuterText, getTagName, getTitle, isVisibleMethods inherited from interface com.hp.lft.sdk.web.WebTestObjectDescriberdescribe, describe
- 
Method Details- 
getRatingReturns the rating level set for this object.- Returns:
- The rating level set for this object.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getMaxRatingReturns the highest rating level that can be set.- Returns:
- The highest rating level that can be set.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getOrientationReturns the visual orientation of rating indicator items.- Returns:
- The visual orientation of rating indicator items. Possible values: Orientation
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
setRatingSets the rating level.- Parameters:
- rating- the rating level to set.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-