Function Package
caplin

layout

The layout package provides a service to manage layouts in a single page web application. The caplin.layout.LayoutService interface defines the methods that are available to you, and you can access the service trough the caplin.layout-service alias. At the moment there is no default implementation for the layout service.

The package also contains tools for testing code that uses the layout service. You can use the caplin.layout.testing.LayoutModelFixture in acceptance tests to test how an application interacts with the layout service. There is also a workbench tool caplin.layout.workbench.LayoutManagerWorkbenchTool that will visually show how code interacts with the layout service and gives fine grained control over the workings of the layout service.

Constructor Summary

Attributes Name and Description
caplin.layout()

Constructor Detail

caplin.layout()