Class
caplin.grid.decorator

StatusDecorator

The StatusDecorator is a grid decorator that is used to inject the fields CONTAINER_STATUS and/or RECORD_STATUS into the grid model when a record status change happens. This fields can then be used by the styler renderers to apply specific classes into the cells when this changes occur (eg. stale class)

Constructor Summary

Attributes Name and Description
caplin.grid.decorator.StatusDecorator( mConfig)

The constructor for the StatusDecorator.

Methods implemented from class caplin.grid.decorator.GridDecorator:
setGridView
Methods implemented from class caplin.grid.GridDataProviderListener:
onDataReceived, onDataRequested, onDataUnavailable, onRecordAdded, onRecordContentsChanged, onRecordMoved, onRecordRemoved, onSizeChanged, onStartIndexChanged, onStructureChangeComplete

Constructor Detail

caplin.grid.decorator.StatusDecorator( mConfig)

The constructor for the StatusDecorator.

Parameters
mConfig