Get a field's value at the specified row in a format suitable for display.
The core of the client does not need to know the type of the return value. getViewValue()
is called by the Cell Painter
associated with the cell/subgrid.
The cell painter expects a certain type of view value and casts the result accordingly.
The value of the field at the specified row.
Subscribe to data notifications from the server.
Unsubscribe from data notifications.
Optional as it is not required when the client and server are closely bound together and destroyed at the same time.
A reference to the handler originally provided to subscribeDataNotifications.
Gets current count of rows in the associated subgrid at the server.