Jolt aware awt beans class library reference, Is a reference of the awt, For additional – HP NonStop G-Series User Manual
Page 234: Refer to, For more information, Jolttextfield, joltchoice, and joltlist, refer to, Section 5, jolt aware awt beans class, Library reference, Joltcheckbox class
![background image](/manuals/398286/234/background.png)
5. Jolt Aware AWT Beans Class
Library Reference
The Jolt aware AWT Beans Class Library provides a Jolt enabled versions of standard AWT
components, such as TextField, Label, and List. Using the Jolt aware AWT Beans, you can
develop Jolt GUIs with minimal coding.
For information about the JoltBeans toolkit, refer to
Section 4, JoltBeans Toolkit Class Library
The bea.jolt.beans.awt package includes the following classes:
JoltCheckbox Class
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Checkbox
|
+----bea.jolt.beans.awt.JoltCheckbox
The JoltCheckbox class is a Jolt aware extension of java.awt.Checkbox, that is linked to a
specific field in the input buffer by its JoltFieldName property. If the field occurs multiple
times, the occurrence this checkbox is linked to is specified by the occurrenceIndex property of
this bean.
It can be connected with JoltServiceBeans to contain parts of the input for a service. A
JoltServiceBean may listen to events raised by a JoltCheckbox. JoltCheckbox sends
JoltInputEvents to its listeners (typically JoltServiceBeans) when the selection in the checkbox
changes. The JoltInputEvent in this case is populated with the TrueValue property of data type
String (if the box is selected) or FalseValue (if the box is unselected).