CodeCharge Studio

setPage Method (Java)

Applies to

Grid Form, EditableGrid Form

Syntax

public void setPage(java.lang.String page);
public void setPage(int);

Parameters

Name Type Description
page String The Integer in form of String

Description

This method sets the grid page number to be shown. It specifies the grid page number as a String to in order to set the value from the request parameter.


On-line, printable versions and updates