Uses of Interface
com.hp.lft.sdk.web.TableRowBase
Packages that use TableRowBase
Package
Description
Provides the SDK for testing SAPUI5 objects.
Provides the SDK for testing Web objects.
-
Uses of TableRowBase in com.hp.lft.sdk.sap.ui5
Subinterfaces of TableRowBase in com.hp.lft.sdk.sap.ui5Modifier and TypeInterfaceDescriptioninterface
A single row in an SAPUI5 table including access to its cells. -
Uses of TableRowBase in com.hp.lft.sdk.web
Classes in com.hp.lft.sdk.web with type parameters of type TableRowBaseModifier and TypeInterfaceDescriptioninterface
GridBase<T extends TableRowBase>
Base interface for Web grid test objects.interface
TableBase<T extends TableRowBase>
Base interface for Web and SAP UI5 table test objects.Subinterfaces of TableRowBase in com.hp.lft.sdk.webModifier and TypeInterfaceDescriptioninterface
A single row in the Web Table test object.