Class
caplin.grid.decorator

RemoveRowDecorator

The RemoveRowDecorator class provides immediate visual feedback of a rows pending removal until the server round-trip has completed, and the row is actually removed from the view. The remove row decorator is not required for the caplin.element.handler.RemoveGridRowOnClickHandler class to function correctly, but merely improves the responsiveness of the UI during such an operation.

Constructor Summary

Attributes Name and Description
caplin.grid.decorator.RemoveRowDecorator(Object mDecoratorConfig)

Constructs a caplin.grid.decorator.RemoveRowDecorator instance — end-users will never need to do this themselves since grids are fully constructed based on their XML definition files by the caplin.grid.GridComponentFactory class.

Methods implemented from class caplin.grid.decorator.GridDecorator:
setGridView
Methods implemented from class caplin.element.RendererEventListener:
onRendererEvent
Methods implemented from class caplin.grid.GridRowModelListener:
onAllDataReceived, onRowContentsChanged, onRowDataReceived, onRowDataRequested, onRowDataUnavailable, onRowModelStateChanged, onRowStructureChanged, onSizeChanged, onStartIndexChanged

Constructor Detail

caplin.grid.decorator.RemoveRowDecorator(Object mDecoratorConfig)

Constructs a caplin.grid.decorator.RemoveRowDecorator instance — end-users will never need to do this themselves since grids are fully constructed based on their XML definition files by the caplin.grid.GridComponentFactory class.

Parameters
Object mDecoratorConfig config object