Class
caplin.grid.decorator

SelectionDecorator

The SelectionDecorator is used to allow the user to select rows, so that operations can be applied to those rows.

Applications that perform their own layout management, and that do not use webcentric for this purpose will need to ensure that the caplin.component.ComponentLifecycleEvents#onActivate method is invoked for grids that use the selection decorator.

Constructor Summary

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

Constructs a caplin.grid.decorator.SelectionDecorator 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.grid.GridViewListener:
onActivate, onAllRowsReceived, onClose, onContainerHtmlRendered, onDeactivate, onHide, onMaximize, onMinimize, onOpen, onResize, onRestore, onRowStructureChanged, onScroll, onScrollComplete, onScrollHorizontal, onScrollVertical, onShow, onViewRedrawn, onVisibleRowCountChanged
Methods implemented from class caplin.grid.GridRowSelectionModelListener:
onRowSelectionChanged

Constructor Detail

caplin.grid.decorator.SelectionDecorator(Object mDecoratorConfig)

Constructs a caplin.grid.decorator.SelectionDecorator 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