CodeCharge Studio

setAllowInsert Method (Java)

Applies to

Editable Grid, Record

Syntax

public void setAllowInsert(boolean allowInsert);

Parameters

Name Description
allowInsert If 'true' the Insert operation is allowed for the component.

Description:

This method sets whether the Insert operation is allowed for the component. It may be used to disallow the Insert operation from within the events.

See also:

isAllowInsert method


On-line, printable versions and updates