Class
caplin.presenter.domain.node

FxTenor

Constructor Summary

Attributes Name and Description
caplin.presenter.domain.node.FxTenor(String sInstrument, String sTenor, String sSettlementDate)

A presentation node that represents a Tenor

Field Summary

Attributes Name and Description
enabled

A boolean property representing whether the presentation is enabled or not.

label

The text currently displayed.

value

The string value of the date in ISO format

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

Constructor Detail

caplin.presenter.domain.node.FxTenor(String sInstrument, String sTenor, String sSettlementDate)

A presentation node that represents a Tenor

Parameters
String sInstrument the instrument
String sTenor the string representation of this tenor
String sSettlementDate An ISO date string

Field Detail

caplin.presenter.property.WritableProperty enabled

A boolean property representing whether the presentation is enabled or not.

caplin.presenter.property.WritableProperty label

The text currently displayed.

caplin.presenter.property.ISODateProperty value

The string value of the date in ISO format