Difference between revisions of "Utils 1 0-buildPagination"
From ADF Docs
(→Parameters: new section) |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | __NOTOC__ | |
+ | Attention: Do not change any text in the description, signature, and paramter sections. | ||
− | + | Return to [[Utils_1_0]] | |
− | == | + | == Description == |
− | Signature | + | == Signature == |
+ | public struct <strong>buildPagination</strong> ( numeric page, numeric itemCount, numeric pageSize, boolean showCount, string URLparams ) | ||
− | == Parameters == | + | == Parameters == |
− | + | <table id="lib-params"> | |
+ | <tr class="header"> | ||
+ | <td>Required</td> | ||
+ | <td>Name</td> | ||
+ | <td>Type</td> | ||
+ | <td>Description</td> | ||
+ | </tr> | ||
+ | |||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td class="required">required</td> | ||
+ | |||
+ | <td>page</td> | ||
+ | <td>numeric</td> | ||
+ | <td></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td> </td> | ||
+ | |||
+ | <td>itemCount</td> | ||
+ | <td>numeric</td> | ||
+ | <td></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td> </td> | ||
+ | |||
+ | <td>pageSize</td> | ||
+ | <td>numeric</td> | ||
+ | <td></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td class="required">optional</td> | ||
+ | |||
+ | <td>showCount</td> | ||
+ | <td>boolean</td> | ||
+ | <td>[Default: true] </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td> </td> | ||
+ | |||
+ | <td>URLparams</td> | ||
+ | <td>string</td> | ||
+ | <td>[Default: ] </td> | ||
+ | </tr> | ||
+ | |||
+ | </table> |
Latest revision as of 13:58, 9 April 2010
Attention: Do not change any text in the description, signature, and paramter sections.
Return to Utils_1_0
Description
Signature
public struct buildPagination ( numeric page, numeric itemCount, numeric pageSize, boolean showCount, string URLparams )
Parameters
Required | Name | Type | Description |
required | page | numeric | |
itemCount | numeric | ||
pageSize | numeric | ||
optional | showCount | boolean | [Default: true] |
URLparams | string | [Default: ] |