Class RowRepeaterDescription
The description of an SAPUI5 RowRepeater test object.
public class RowRepeaterDescription : WebElementDescription, ICloneable, IDescription
- Inheritance
-
RowRepeaterDescription
- Implements
- Inherited Members
Constructors
RowRepeaterDescription()
public RowRepeaterDescription()
Properties
Design
The visual design of the row repeater. Possible values: RowRepeaterDesign
public RowRepeaterDesign? Design { get; set; }
Property Value
Filters
A list of the filter buttons that you can use to filter the rows, separated by semicolons (;).
public string[] Filters { get; set; }
Property Value
- string[]
HasMoreSteps
Check if the 'More' button is visible.
public bool? HasMoreSteps { get; set; }
Property Value
- bool?
PagesCount
The total number of pages in the row repeater.
public uint? PagesCount { get; set; }
Property Value
- uint?
Sorters
A list of the sorter buttons that you can use to filter the rows, separated by semicolons (;).
public string[] Sorters { get; set; }
Property Value
- string[]