Package io.deephaven.web.client.api
Interface ServerObject.Union
- Enclosing interface:
- ServerObject
@JsType(name="?",
namespace="<global>",
isNative=true)
@TsUnion
public static interface ServerObject.Union
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 TypeMethodDescriptiondefault JsPartitionedTable
default ServerObject
default JsTable
asTable()
default JsTotalsTable
default JsTreeTable
default JsWidget
asWidget()
default JsWidgetExportedObject
static ServerObject.Union
-
Method Details
-
of
-
asTable
-
asWidget
-
asWidgetExportedObject
-
asPartitionedTable
-
asTotalsTable
-
asTreeTable
-
asServerObject
-