Difference between revisions of "Utils 1 0-buildPagination"

From ADF Docs
Jump to: navigation, search
 
(4 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 ==
 
== Description ==
  
== Signature ==
+
== Signature ==  
 
+
public struct <strong>buildPagination</strong> ( numeric page, numeric itemCount, numeric pageSize, boolean showCount, string URLparams )
Signature
 
  
== Parameters ==
+
== 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>&nbsp;</td>
 +
 +
<td>itemCount</td>
 +
<td>numeric</td>
 +
<td></td>
 +
</tr>
 +
 +
<tr>
 +
 +
<td>&nbsp;</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>&nbsp;</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: ]