C# Class Adf.Web.BusinessGridViewPager

Represents the pager related service of an GridView. Provides methods to set the pager related properties of an GridView.
Inheritance: IGridService
Datei anzeigen Open project: NLADP/ADF

Public Properties

Property Type Description
DefaultPageSize int
DefaultPagerMode PagerMode

Public Methods

Method Description
BusinessGridViewPager ( ) : System.Web.UI.WebControls

Initializes an instance of the Adf.Web.BusinessGridViewPager class. Sets the DefaultPageSize and DefaultPagerMode of the Adf.Web.BusinessGridViewPager.

HandleService ( GridAction action, SmartView view ) : void

Sets the new page as the current page of the specified SmartView.

InitService ( SmartView view ) : void

Sets the pager related properties of the specified SmartView.

The pager related properties like PageSize, PagerSettings.Mode, PagerSettings.PageButtonCount and PagerSettings.Position are set.

Method Details

BusinessGridViewPager() public method

Initializes an instance of the Adf.Web.BusinessGridViewPager class. Sets the DefaultPageSize and DefaultPagerMode of the Adf.Web.BusinessGridViewPager.
public BusinessGridViewPager ( ) : System.Web.UI.WebControls
return System.Web.UI.WebControls

HandleService() public method

Sets the new page as the current page of the specified SmartView.
public HandleService ( GridAction action, SmartView view ) : void
action GridAction The 'Paging' to perform.
view SmartView The , the current page of /// which is to set.
return void

InitService() public method

Sets the pager related properties of the specified SmartView.
The pager related properties like PageSize, PagerSettings.Mode, PagerSettings.PageButtonCount and PagerSettings.Position are set.
public InitService ( SmartView view ) : void
view SmartView The , the pager /// related properties of which are to set.
return void

Property Details

DefaultPageSize public_oe property

public int DefaultPageSize
return int

DefaultPagerMode public_oe property

public PagerMode DefaultPagerMode
return PagerMode