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 oControlType)

Constructs a new ProgressGridCellControl with the specified arguments.

Methods inherited from class caplin.control.basic.BasicControl:
getElement, getFlashDuration, getId, getNumericFlashDirection, isBound, removeFlash, setAttribute, setDomAttribute, setDomClass, setDomParentClass, setDomStyle, setDomValue, setId, setTooltip

Constructor Detail

caplin.control.basic.ProgressGridCellControl(caplin.control.factory.ControlType oControlType)

Constructs a new ProgressGridCellControl with the specified arguments.

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