ClassKendoAngularPager
KendoAngularPager control wrapper.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI.Angular.Pager
Assembly:Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax:
public class KendoAngularPager : KendoAngularInput
Inheritance: objectControlHtmlControlHtmlContainerControlKendoAngularContainerControlBaseKendoAngularInputKendoAngularPager
Inherited Members
Constructors
KendoAngularPager()
Initializes a new instance of the KendoAngularPager class.
Declaration
public KendoAngularPager()
KendoAngularPager(Element)
Initializes a new instance of the KendoAngularPager class.
Properties
Pages
Returns collection of all pager pages as HtmlContainerControl items.
Declaration
public IList<HtmlContainerControl> Pages { get; }
Property Value
SelectedPage
Returns the number (as a string) of currently selected page.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element element)
Parameters
element
The element.
Overrides
ClickFirstPageLink(bool)
Clicks the 'First page' link.
Declaration
public void ClickFirstPageLink(bool simulateRealClick = false)
Parameters
simulateRealClick
Specifies whether MouseClick should be performed instead of JavaScript Click
ClickLastPageLink(bool)
Clicks the 'Last page' link.
Declaration
public void ClickLastPageLink(bool simulateRealClick = false)
Parameters
simulateRealClick
Specifies whether MouseClick should be performed instead of JavaScript Click
ClickNextPageLink(bool)
Clicks the 'Next page' link.
Declaration
public void ClickNextPageLink(bool simulateRealClick = false)
Parameters
simulateRealClick
Specifies whether MouseClick should be performed instead of JavaScript Click
ClickPreviousPageLink(bool)
Clicks the 'Previous page' link.
Declaration
public void ClickPreviousPageLink(bool simulateRealClick = false)
Parameters
simulateRealClick
Specifies whether MouseClick should be performed instead of JavaScript Click
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
protected override void InitializeMatchExpression()
Overrides
SelectPage(string, bool)
Navigates to the page by title.
ShowNextChunkOfPages(bool)
Shows the next chunk of pages in KendoAngularPager control.
Declaration
public void ShowNextChunkOfPages(bool simulateRealClick = false)
Parameters
simulateRealClick
Specifies whether MouseClick should be performed instead of JavaScript Click
ShowPreviousChunkOfPages(bool)
Shows the previous chunk of pages in KendoAngularPager control.
Declaration
public void ShowPreviousChunkOfPages(bool simulateRealClick = false)
Parameters
simulateRealClick
Specifies whether MouseClick should be performed instead of JavaScript Click