Difference between revisions of "Utils 1 0-buildPagination"
From ADF Docs
Line 4: | Line 4: | ||
public struct <strong>buildPagination</strong> ( numeric page, numeric itemCount, numeric pageSize, boolean showCount, string URLparams ) | 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> |
Revision as of 04:06, 24 March 2010
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: ] |