Class
caplin.grid

RowDataUnavailable

Enumeration representing the different reasons why caplin.grid.GridRowModelListener#onRowDataUnavailable is invoked.

Constructor Summary

Attributes Name and Description
caplin.grid.RowDataUnavailable()

Field Summary

Attributes Name and Description
<static> caplin.grid.RowDataUnavailable.CONNECTION_FAILED

The data was unavailable because the GridRowModel was unable to connect to the remote source that provides it.

<static> caplin.grid.RowDataUnavailable.DELETED

The data provided by a streaming source has been deleted from the source.

<static> caplin.grid.RowDataUnavailable.ERROR

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.

<static> caplin.grid.RowDataUnavailable.NOT_FOUND

The GridRowModel was able to communicate with the source of the data however the data did not exist.

<static> caplin.grid.RowDataUnavailable.NOT_PERMISSIONED

The user is not authorized to view the data.

Constructor Detail

caplin.grid.RowDataUnavailable()

Field Detail

<static> String caplin.grid.RowDataUnavailable.CONNECTION_FAILED

The data was unavailable because the GridRowModel was unable to connect to the remote source that provides it.

<static> String caplin.grid.RowDataUnavailable.DELETED

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.

<static> String caplin.grid.RowDataUnavailable.ERROR

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.

<static> String caplin.grid.RowDataUnavailable.NOT_FOUND

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.

<static> String caplin.grid.RowDataUnavailable.NOT_PERMISSIONED

The user is not authorized to view the data.