Class
caplin.control.complex

RangeInputControl

The custom RangeInputControl is used to display low/high ranges. The custom RangeInputControl is a composite control for displaying a low and high values 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.RangeInputControl(caplin.control.factory.ControlType controlType)

Constructs a new RangeInputControl with the specified arguments.

Methods from caplin.control.basic.InputControl:
getHeight, getWidth
Methods from caplin.control.basic.BasicControl:
addClass, attachControlEventListener, bind, clear, clearState, detachControlEventListener, disable, enable, finalize, flash, focus, getAttributes, getElement, getFlashDuration, getId, getInitialClassName, getNumericFlashDirection, getValue, initialize, isBound, isEnabled, refresh, removeClass, removeFlash, replaceClass, select, setAttribute, setDomAttribute, setDomClass, setDomParentClass, setDomStyle, setDomValue, setId, setInitialClassName, setStyle, setTooltip, setValue, toString, unbind

Constructor Detail

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

Constructs a new RangeInputControl with the specified arguments.

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