Class
caplin.grid.decorator

ColumnHeaderMenuDecorator

The ColumnMenuDecorator adds a menu to each column that allows the user to add or remove columns as necessary. The columns that can be added or removed are controlled entirely from the XML configuration that is used to construct the caplin.grid.GridColumnModel. This includes whether a column is mandatory or not.

Constructor Summary

Attributes Name and Description
caplin.grid.decorator.ColumnHeaderMenuDecorator(Object mConfig)

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

Constructor Detail

caplin.grid.decorator.ColumnHeaderMenuDecorator(Object mConfig)

Constructs a caplin.grid.decorator.ColumnHeaderMenuDecorator 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.GridGenerator class.

Parameters
Object mConfig config object