Attributes | Name and Description |
---|---|
|
caplin.presenter.node.Option(String sValue, String sLabel)
A single option held within an caplin.presenter.node.OptionsNodeList instance. |
Attributes | Name and Description |
---|---|
|
label
The textual label associated with the option. |
|
value
The value of the option. |
Attributes | Name and Description |
---|---|
|
String
toString()
Returns the option label. |
►
caplin.presenter.node.Option(String sValue, String sLabel)
A single option held within an caplin.presenter.node.OptionsNodeList instance.
String | sValue | The (logical) value of the option. |
String | sLabel | The label that is displayed on the screen. |
►
String
label
The textual label associated with the option.
►
String
value
The value of the option.
►
String
toString()
Returns the option label.