Table of Contents

Class RowRepeaterDescription

The description of an SAPUI5 RowRepeater test object.

Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public class RowRepeaterDescription : WebElementDescription, ICloneable, IDescription

Constructors

RowRepeaterDescription()

Declaration
public RowRepeaterDescription()

Properties

Design

The visual design of the row repeater. Possible values: RowRepeaterDesign

Declaration
public RowRepeaterDesign? Design { get; set; }
Property Value
Type Description
RowRepeaterDesign?

Filters

A list of the filter buttons that you can use to filter the rows, separated by semicolons (;).

Declaration
public string[] Filters { get; set; }
Property Value
Type Description
string[]

HasMoreSteps

Check if the 'More' button is visible.

Declaration
public bool? HasMoreSteps { get; set; }
Property Value
Type Description
bool?

PagesCount

The total number of pages in the row repeater.

Declaration
public uint? PagesCount { get; set; }
Property Value
Type Description
uint?

Sorters

A list of the sorter buttons that you can use to filter the rows, separated by semicolons (;).

Declaration
public string[] Sorters { get; set; }
Property Value
Type Description
string[]

Implements

ICloneable
IDescription