Uses of Enum Class
com.hp.lft.sdk.Orientation
Packages that use Orientation
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing SAPUI5 objects.
-
Uses of Orientation in com.hp.lft.sdk
Methods in com.hp.lft.sdk that return OrientationModifier and TypeMethodDescriptionstatic Orientation
Returns the enum constant of this class with the specified name.static Orientation[]
Orientation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Orientation in com.hp.lft.sdk.sap.ui5
Methods in com.hp.lft.sdk.sap.ui5 that return OrientationModifier and TypeMethodDescriptionCarousel.getOrientation()
Returns the orientation of the carousel items.CarouselDescription.getOrientation()
Returns how the carousel items are displayed.RatingIndicator.getOrientation()
Returns the visual orientation of rating indicator items.RatingIndicatorDescription.getOrientation()
Returns the orientation of rating indicator items.Methods in com.hp.lft.sdk.sap.ui5 with parameters of type OrientationModifier and TypeMethodDescriptionCarouselDescription.Init.orientation
(Orientation orientation) Initiates the visual orientation on the carousel.RatingIndicatorDescription.Init.orientation
(Orientation orientation) Initializes the orientation of the rating indicator itemsvoid
CarouselDescription.setOrientation
(Orientation orientation) Sets how the carousel items are displayed.void
RatingIndicatorDescription.setOrientation
(Orientation orientation) Sets the orientation of the rating indicator.