Attributes | Name and Description |
---|---|
|
caplin.fx.presenter.FxCalendarDateField(String sInstrument, String sNamespace, Function fReadyListener)
|
Attributes | Name and Description |
---|---|
|
tenor
The current tenor property |
|
tenors
List of tenor nodes |
Attributes | Name and Description |
---|---|
|
Boolean
isValidTenor(String sLabel)
Test if the given string label is a valid tenor. |
►
caplin.fx.presenter.FxCalendarDateField(String sInstrument, String sNamespace, Function fReadyListener)
String | sInstrument | The associated instrument, e.g. '/FX/USDCAD' |
String | sNamespace | e.g. 'FwdTenor' |
Function | fReadyListener | (Optional) A callback function that is invoked after the field has obtained data from various services and is enabled |
►
caplin.presenter.property.WritableProperty
tenor
The current tenor property
►
caplin.presenter.node.NodeList
tenors
List of tenor nodes
►
Boolean
isValidTenor(String sLabel)
Test if the given string label is a valid tenor.
String | sLabel | the label to check |