Interface ServerObject

All Known Implementing Classes:
JsPartitionedTable, JsTable, JsTotalsTable, JsTreeTable, JsWidget, JsWidgetExportedObject

public interface ServerObject
Indicates that this object is a local representation of an object that exists on the server. Similar to HasLifecycle, but not quite the same - whereas HasLifecycle is entirely internal and provides and provides hooks for reconnect logic, this exists to get a typed ticket reference to an object on the server, to pass that same ticket back to the server again.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Note that we don't explicitly use this as a union type, but sort of as a way to pretend that ServerObject is a sealed type with this generated set of subtypes.
  • Method Summary

    Modifier and Type
    Method
    Description