| DataPager Class |
Namespace: Qlik.Engine
The DataPager type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| GetData |
Return data for CurrentPages.
| |
| GetData(IEnumerableNxPage) |
Return data for the argument pages, or from CurrentPages if no page argument is provided.
| |
| GetData(FuncIEnumerableNxPage, IEnumerableNxPage) |
Move CurrentPages according to transform and retrieve data from the resulting pages.
| |
| GetDataAsync |
Return data for CurrentPages.
| |
| GetDataAsync(AsyncHandle) |
Return data for CurrentPages.
| |
| GetDataAsync(IEnumerableNxPage) |
Return data for the argument pages, or from CurrentPages if no page argument is provided.
| |
| GetDataAsync(FuncIEnumerableNxPage, IEnumerableNxPage) |
Move CurrentPages according to transform and retrieve data from the resulting pages.
| |
| GetDataAsync(AsyncHandle, IEnumerableNxPage) |
Return data for the argument pages, or from CurrentPages if no page argument is provided.
| |
| GetDataAsync(AsyncHandle, FuncIEnumerableNxPage, IEnumerableNxPage) |
Move CurrentPages according to transform and retrieve data from the resulting pages.
| |
| GetFirstPage |
Move CurrentPages to the first page and return the data.
| |
| GetFirstPageAsync |
Move CurrentPages to the first page and return the data.
| |
| GetFirstPageAsync(AsyncHandle) |
Move CurrentPages to the first page and return the data.
| |
| GetInitialData |
Get data as defined by the InitialDataFetch setting.
| |
| GetInitialDataAsync |
Get data as defined by the InitialDataFetch setting.
| |
| GetInitialDataAsync(AsyncHandle) |
Get data as defined by the InitialDataFetch setting.
| |
| GetLastPage |
Move CurrentPages to the last page and return the data.
| |
| GetLastPageAsync |
Move CurrentPages to the last page and return the data.
| |
| GetLastPageAsync(AsyncHandle) |
Move CurrentPages to the last page and return the data.
| |
| GetNextPage |
Move CurrentPages to the next page and return the data.
| |
| GetNextPageAsync |
Move CurrentPages to the next page and return the data.
| |
| GetNextPageAsync(AsyncHandle) |
Move CurrentPages to the next page and return the data.
| |
| GetPreviousPage |
Move CurrentPages to the previous page and return the data.
| |
| GetPreviousPageAsync |
Move CurrentPages to the previous page and return the data.
| |
| GetPreviousPageAsync(AsyncHandle) |
Move CurrentPages to the previous page and return the data.
| |
| IteratePages |
Iterate through pages by repeatedly applying the argument transform and returning the data.
Application is performed until an iteration moves all pages outside the edge of the table.
| |
| MoveCurrentPages |
Move CurrentPages according to transform without getting data.
|
| Name | Description | |
|---|---|---|
| DefaultPageHeight |
The default page height to use if now current page is defined.
| |
| DefaultPageWidth |
The default page width to use if now current page is defined.
| |
| Path |
The property path to the pageable structure that the data pager provides an interface for.
|
| Name | Description | |
|---|---|---|
| AtEdge |
Return true for all pages that are at the edge of the data table.
| |
| AtEdgeBottom |
Return true for all pages that are at the bottom edge of the data table.
| |
| AtEdgeLeft |
Return true for all pages that are at the left edge of the data table.
| |
| AtEdgeRight |
Return true for all pages that are at the right edge of the data table.
| |
| AtEdgeTop |
Return true for all pages that are at the top edge of the data table.
| |
| CurrentPages |
The current set of pages.
| |
| NumberOfColumns |
The total number of columns in the data table.
| |
| NumberOfRows |
The total number of rows in the data table.
| |
| OutsideEdge |
Return true for all pages that are completely outside the edge of the data table.
|
| Name | Description | |
|---|---|---|
| Changed |
This event fires either when the CurrentPages changes, or the generic object the pager observes notifies a change.
|