TemplateDataPager Class |
Namespace: CMS.DocumentEngine.Web.UI
public class TemplateDataPager : BasicDataPager
The TemplateDataPager type exposes the following members.
Name | Description | |
---|---|---|
TemplateDataPager |
Name | Description | |
---|---|---|
mDataSource |
DataSource.
(Inherited from BasicDataPager.) | |
mMaxPages |
Max. pages.
(Inherited from BasicDataPager.) | |
mPagedData |
Paged data.
(Inherited from BasicDataPager.) | |
mPagingMode |
Paging mode.
(Inherited from BasicDataPager.) | |
mUniqueID |
Unique ID.
(Inherited from BasicDataPager.) |
Name | Description | |
---|---|---|
CurrentPage |
Current page number.
(Inherited from BasicDataPager.) | |
DataSource |
Pager DataSource.
(Inherited from BasicDataPager.) | |
FirstItemTemplate |
First item template.
| |
IsLiveSite |
Indicates if control is used on live site.
(Inherited from CMSWebControl.) | |
LastItemTemplate |
Last item tamplate.
| |
MaxPages |
Maximum number of pages to be displayed.
(Inherited from BasicDataPager.) | |
NextItemTemplate |
Next item template.
| |
NumberRepeater |
Number repeater.
| |
NumberTemplate |
Number template.
| |
PageCount |
Page count.
(Inherited from BasicDataPager.) | |
PagedData |
Paged data.
(Inherited from BasicDataPager.) | |
PagerPosition |
Pager position.
(Inherited from BasicDataPager.) | |
PageSize |
Page size.
(Inherited from BasicDataPager.) | |
PagingMode |
Determines if PostBack or QueryString should be used for the paging.
(Inherited from BasicDataPager.) | |
PreviousItemTemplate |
Previous item template.
| |
RecordEnd |
Index of the last record on current page.
(Inherited from BasicDataPager.) | |
RecordStart |
Index of the first record on current page.
(Inherited from BasicDataPager.) | |
SelectedNumberTemplate |
Selected number template.
| |
SeparatorTemplate |
Number template.
| |
ShortID |
Short ID of the control.
(Inherited from CMSWebControl.) | |
TagKey |
Overrides the generation of the SPAN tag with custom tag.
(Inherited from BasicDataPager.) | |
TotalRecords |
Total data source records.
(Inherited from BasicDataPager.) | |
UniqueID |
Unique ID.
(Inherited from BasicDataPager.) |
Name | Description | |
---|---|---|
CreateChildControls |
Creates child controls.
(Overrides ControlCreateChildControls.) | |
GetBackNextLocation |
Returns back/next type based on the given string.
(Inherited from BasicDataPager.) | |
GetItemDataRow |
Returns the DataRow for the given item index.
(Inherited from BasicDataPager.) | |
GetItemPage |
Returns the page of selected item (start with 1)
(Inherited from BasicDataPager.) | |
GetPagerPosition |
Returns the pager position based on the given string.
(Inherited from BasicDataPager.) | |
GetPagingMode |
Returns the paging mode based on the given string.
(Inherited from BasicDataPager.) | |
GetResultPosition |
Returns the result position based on the given string.
(Inherited from BasicDataPager.) | |
OnInit |
Init event handler.
(Inherited from CMSWebControl.) | |
OnPreRender |
OnPreRender.
(Overrides ControlOnPreRender(EventArgs).) | |
RaiseOnDataSourceChanged |
Raises the OnDataSourceChanged event.
(Inherited from BasicDataPager.) | |
RaiseOnPageChange |
Raises the OnPageChange event.
(Inherited from BasicDataPager.) | |
ReloadData |
Reloads data for pager with current settings.
| |
Render |
Render.
(Overrides BasicDataPagerRender(HtmlTextWriter).) |
Name | Description | |
---|---|---|
AddCssClass |
Adds CSS class to control. If class is already present, than adding is skipped. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
CallHandled |
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page.
Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.) | |
GetCssClasses |
Returns all CSS classes of control.
(Defined by ControlsExtensions.) | |
GetRenderedHTML |
Returns HTML which would be rendered by control to page.
(Defined by ControlsExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by ControlsExtensions.) | |
HasCssClass |
Checks whether the control has given CSS class. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
RemoveCssClass |
Removes all occurrences. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
SetCssClasses |
Sets CSS classes to the control. Current classes will be overridden.
(Defined by ControlsExtensions.) |
Name | Description | |
---|---|---|
OnDataSourceChanged |
Data source change event.
(Inherited from BasicDataPager.) | |
OnPageChange |
Page change event.
(Inherited from BasicDataPager.) |