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