Class
caplin.presenter.node

Option

Constructor Summary

Attributes Name and Description
caplin.presenter.node.Option(String sValue, String sLabel)

A single option held within an caplin.presenter.node.OptionsNodeList instance.

Field Summary

Attributes Name and Description
label

The textual label associated with the option.

value

The value of the option.

Method Summary

Attributes Name and Description
String toString()

Returns the option label.

Methods inherited from class caplin.presenter.node.PresentationNode:
getPath, nodes, properties, removeAllListeners, removeChildListeners

Constructor Detail

caplin.presenter.node.Option(String sValue, String sLabel)

A single option held within an caplin.presenter.node.OptionsNodeList instance.

Parameters
String sValue The (logical) value of the option.
String sLabel The label that is displayed on the screen.

Field Detail

String label

The textual label associated with the option.

String value

The value of the option.

Method Detail

String toString()

Returns the option label.