Class
caplin.control.complex

FilterInputControl

The custom FilterInputControl 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.FilterInputControl(caplin.control.factory.ControlType controlType)

The custom FilterInputControl is used to display low/high ranges.

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.FilterInputControl(caplin.control.factory.ControlType controlType)

The custom FilterInputControl is used to display low/high ranges.

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