ContainerExportDecorator
enable exporting of container contents to CSV file
Via eventhub
Attributes | Name and Description |
---|---|
|
caplin.grid.decorator.ContainerExportDecorator( oGridConfig)
|
Attributes | Name and Description |
---|---|
|
void
onRowDataUnavailable()
Disable the menu group representing export functionality when attempted communication with the server fails. |
|
void
onSizeChanged( nNewSize)
Disable and enable the export functionality when the grid is empty and non-empty respectively. |
|
void
setGridView(caplin.grid.GridView oGridView)
Gets the gridView to determine row count of grid and componentAdaptor. |
►
caplin.grid.decorator.ContainerExportDecorator( oGridConfig)
oGridConfig |
►
void
onSizeChanged( nNewSize)
Disable and enable the export functionality when the grid is empty and non-empty respectively.
nNewSize |
►
void
setGridView(caplin.grid.GridView oGridView)
Gets the gridView to determine row count of grid and componentAdaptor.
caplin.grid.GridView | oGridView | Grid whose to be exported to CSV via menu item. |