Class
caplin.control.complex

SpreadControl

The custom SpreadControl is used to display bid/ask price. The custom SpreadControl is a composite control for displaying a bid and ask price together using one Renderer.

As with all controls, instances are created by the RendererFactory (which uses XML RendererTypes) therefore this constructor should never be invoked.

Constructor Summary

Attributes Name and Description
caplin.control.complex.SpreadControl(caplin.control.factory.ControlType controlType)

Constructs a new SpreadControl with the specified arguments.

Methods inherited from class caplin.control.composite.CompositeControl:
getHeight, getId, getWidth, isBound, removeFlash, setDomValue, setId

Constructor Detail

caplin.control.complex.SpreadControl(caplin.control.factory.ControlType controlType)

Constructs a new SpreadControl with the specified arguments.

Parameters
caplin.control.factory.ControlType controlType The control type.