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

ListFrameTMenu Class

Element reprezentující frame ListFrame
Inheritance Hierarchy
SystemObject
  TescoSW.MW.UITests.Common.PageModel.ComponentsBaseElement
    TescoSW.MW.UITests.Common.PageModel.Components.FramesFrame
      TescoSW.MW.UITests.Common.PageModel.Components.FramesSimpleListFrameTMenu
        TescoSW.MW.UITests.Common.PageModel.Components.FramesListFrameTMenu
          TescoSW.MW.UITests.Common.PageModel.Components.FramesObjectListEditTMenu

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.Frames
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public class ListFrame<TMenu> : SimpleListFrame<TMenu>, 
	IFormContext
where TMenu : DropDownRecordActions

Type Parameters

TMenu

[Missing <typeparam name="TMenu"/> documentation for "T:TescoSW.MW.UITests.Common.PageModel.Components.Frames.ListFrame`1"]

The ListFrameTMenu type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyGroupingGrid
Grupovací strom seznamu
Public propertyToolbar
Najde toolbar u daného Listframu
Top
Methods
  NameDescription
Public methodGetCounter
Vraci Counter Element počítadla rozeditovaných záznamů
Public methodGetSelectedCustomConntrolAttribute
Vraci záznam lovEditu podle indexu (od 1 do n)
Public methodVerifyCorrectTextContent
Otevři text content daného záznamu lovEditu podle indexu (od 1 do n)
Public methodVerifyFrameCaptionExists
Ověří, zda existuje na daném ListFrame jeho caption, pokud má nastaveno lockey
Public methodVerifyGroupGridExists
Ověří, zda je zobrazen grupovací strom
Public methodVerifyTitle
Ověří hodnotu atributu title
(Overrides BaseElementVerifyTitle(String, Int32, Int32).)
Top
See Also