Joltlabel class, Setjoltfieldname, Getitems – HP NonStop G-Series User Manual
Page 240: Setitems

setJoltFieldName
The setJoltFieldName() method sets the field name (Jolt field name) corresponding to this
Choice.
void setJoltFieldName(String name)
name
The Jolt field name.
Usage Sets the Jolt field name corresponding to the field represented by this JoltChoice.
getItems
The getItems() method gets the selected items corresponding to the field represented by this
JoltChoice.
String[] getItems()
Returns The array of selected items.
Usage Gets the selected items corresponding to this choice.
setItems
The setItems() method sets the selected items corresponding to the field represented by this
JoltChoice.
void setItems(String values[])
name
The Jolt field name
Usage Sets the selected items corresponding to this JoltChoice.
JoltLabel Class
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Label
|
+----bea.jolt.beans.awt.JoltLabel
A Jolt aware extension of java.awt.Label that is linked to a specific field in the output buffer by