CodeCharge Studio

setPageSize Method (Java)

Applies to

Grid Form, EditableGrid Form

Syntax

public void setPageSize(int size);
public void setPageSize(java.lang.String);

Parameters

Name Type Description
size int number of records per page.

Description

This method sets a number of records per page. It is an equivalent to setFetchSize.


On-line, printable versions and updates