Class
caplin.control.basic

ProgressGridCellControl

This is a control that is used to display a progress indicator within a cell inside a grid. The control is designed to hold some text indicating progress and a progress bar. The ProgressGridCellControl should use stylers to specify what text appears to the user and how the progress bar is animated.

Constructor Summary

Attributes Name and Description
caplin.control.basic.ProgressGridCellControl(caplin.control.factory.ControlType controlType)

Constructs a new ProgressGridCellControl with the specified arguments.

Methods inherited from class 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.basic.ProgressGridCellControl(caplin.control.factory.ControlType controlType)

Constructs a new ProgressGridCellControl with the specified arguments.

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