Click or drag to resize
Tesco SW, a.s.

ResponsiveList Class

Element reprezentující ResponsiveList, který LLF využívá při nastavení vlastnosti LoadOnScroll="false".
Inheritance Hierarchy
SystemObject
  TescoSW.MW.UITests.Common.PageModel.ComponentsBaseElement
    TescoSW.MW.UITests.Common.PageModel.Components.React.DataGridResponsiveList

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.React.DataGrid
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public class ResponsiveList : BaseElement

The ResponsiveList type exposes the following members.

Constructors
  NameDescription
Public methodResponsiveList
Vytvoří nový element
Top
Properties
  NameDescription
Public propertyShownRecordsCount
Vrací počet záznamů v ResponsiveListu
Top
Methods
  NameDescription
Public methodGetDataRowByOrder
Najde řádek podle svého pořadového čísla (od 1 do n)
Public methodVerifyShownRecordsCount
Ověří jestli ma ResponsiveList zobrazen očekávaný počet záznamů.
Top
See Also