beautypg.com

Joltchoice class, Settruevalue, Getfalsevalue – HP NonStop G-Series User Manual

Page 237: Setfalsevalue

background image

String getTrueValue()

Returns The true value.

Usage Gets the field value represented by this JoltCheckbox if the box is checked.

setTrueValue

The setTrueValue() method sets the String value that is represented by this JoltCheckbox if the
box is checked.

void setTrueValue(String value)

value

The true value.

Usage Sets the field value that is represented by this JoltCheckbox if the box is checked.

getFalseValue

The getFalseValue() method gets the field value represented by this JoltCheckbox if the box is
unchecked.

String getFalseValue()

Returns The false value represented by this JoltCheckbox.

Usage Gets the field value if the box is unchecked.

setFalseValue

The setFalseValue() method sets the field value that is represented by this JoltCheckbox if the
box is unchecked.

void setFalseValue(String value)

value

The false value

Usage Sets the field value that is represented by this JoltCheckbox if the box is unchecked.

JoltChoice Class

java.lang.Object
|