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.
Attributes | Name and Description |
---|---|
|
caplin.grid.decorator.SelectionDecorator(Object mDecoratorConfig)
Constructs a |
►
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.
Object | mDecoratorConfig | config object |