Class TableValues

java.lang.Object
com.illumon.iris.web.shared.data.TableValues
All Implemented Interfaces:
Serializable

public class TableValues extends Object implements Serializable
An opaque representation of "values in a table" suitable for transmission from client to server. Since the client cannot possibly understand all types that are valid for use on the server, we will instead send along lists of ColumnValue objects, and a source table id, so we can use the column type definitions on the server to rehydrate objects.
See Also:
  • Constructor Details

    • TableValues

      public TableValues()
    • TableValues

      public TableValues(TableHandle handle)
  • Method Details