PSRadioGroupClass

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

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

Properties

PSRadioGroupClass property

Datatype

Description

enabled

boolean

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

value

String

The value of the selected radio button in the group.

visible

boolean

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

Events

PSRadioGroupClass event

Description

ItemChanged

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