new module:ct-grid /Row Data Unavailable()
Enumeration representing the different reasons why
module:ct-grid/GridRowModelListener#onRowDataUnavailable
is invoked.
Members
(static) CONNECTION _FAILED :String
The data was unavailable because the GridRowModel
was unable to connect to the
remote source that provides it.
Type:
- String
(static) DELETED :String
The data provided by a streaming source has been deleted from the source. All the rows within
the grid will be removed (although this may occur before or after this method has been
invoked, depending on the implementation of the GridRowModel
. No further updates
will be received.
Type:
- String
(static) ERROR :String
The GridRowModel
was able to communicate with the source of the data however
there was an error that meant that the data could not be retrieved.
Type:
- String
(static) NOT _FOUND :String
The GridRowModel
was able to communicate with the source of the data however the
data did not exist. This could be because the data no longer exists, or because it has not
been published yet, and may therefore exist in the future.
Type:
- String
(static) NOT _PERMISSIONED :String
The user is not authorized to view the data.
Type:
- String