PSCheckBoxClass

Objects of this class are server-side representations of CheckBox controls on the client side.

If you enable the 4GL server-side event model for your JSP Web pages, you can bind parameters or components to objects of this class in the PowerBuilder HTML editor. The Server Side Scriptable check box on the CheckBox control property sheet must also be selected.

Properties

PSCheckBoxClass property

Datatype

Description

name

String

The name of the control. Because this is a read-only property, changing the name in a server-side script has no effect other than to potentially cause confusion.

enabled

boolean

Whether or not the control can be edited. This property works only in browsers that support the DISABLED attribute.

value

boolean

The state of the check box. This is not the string value that is a required attribute of the Input element in an HTML form.

visible

boolean

Whether or not the client control is generated. If not visible, there is no access to the client control.

Events

PSCheckBoxClass event

Description

ItemChanged

This event is triggered when the value of the control has changed and passed validation.