C# Class Hd.Web.Extensions.Pager

Inheritance: System.Web.UI.WebControls.WebControl, INamingContainer
Datei anzeigen Open project: TargetProcess/Tp.HelpDesk Class Usage Examples

Private Properties

Property Type Description
BuildControlHierarchy void
BuildDescription void
BuildNextButton void
BuildPrevButton void
Refresh void
navigateToNext void
navigateToPreviuos void

Public Methods

Method Description
GotoPage ( int pageNumber ) : void
Pager ( ) : System

Protected Methods

Method Description
CreateChildControls ( ) : void
OnPreRender ( EventArgs e ) : void
RaisePageIndexChanged ( ) : void
Render ( System.Web.UI.HtmlTextWriter output ) : void

Private Methods

Method Description
BuildControlHierarchy ( ) : void
BuildDescription ( System.Web.UI.WebControls.TableCell cell ) : void
BuildNextButton ( System.Web.UI.WebControls.TableCell cell ) : void
BuildPrevButton ( System.Web.UI.WebControls.TableCell cell ) : void
Refresh ( ) : void
navigateToNext ( object sender, EventArgs args ) : void
navigateToPreviuos ( object sender, EventArgs args ) : void

Method Details

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

GotoPage() public method

public GotoPage ( int pageNumber ) : void
pageNumber int
return void

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

Pager() public method

public Pager ( ) : System
return System

RaisePageIndexChanged() protected method

protected RaisePageIndexChanged ( ) : void
return void

Render() protected method

protected Render ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
return void