This documentation contains details of all JavaScript library code that is shipped with CaplinTrader. The following packages are available with BladeRunner:
caplin.component BladeRunner
Provides the caplin.component.Component interface that must be implemented by any classes that want to be loaded into a Panel or dialog.caplin.core BladeRunner
The core library is responsible for providing low level language extensions to JavaScript.
caplin.dom BladeRunner
Provides low level utility classes that standardize the interaction with the Document Object Model (DOM), hiding away the intricacies and subtleties of the DOM interaction within different browsers.caplin.i18n BladeRunner
Provides the caplin.i18n.Translator
class which is responsible for converting localization tokens
into translated text.
caplin.presenter BladeRunner
The Presenter library enables developers to create screen views using standard HTML templates, and then bind these to business logic that is defined within object-oriented JavaScript classes.caplin.services BladeRunner
Provides a service pattern utility class for defining and utilisingServices
within BladeRunner.
caplin.testing BladeRunner
The Testing library provides the JavaScript infrastructure for executing acceptance tests using the verifier test framework.webcentric
library provides a rich UI framework for building enterprise applications.
caplin.workbench BladeRunner
Theworkbench
library provides a set of components for building
workbench within a bladerunner application.