Package io.deephaven.web.client.api
Class CustomColumnOptions
java.lang.Object
io.deephaven.web.client.api.CustomColumnOptions
Options for custom columns.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Describes the type of node in a rollup table. -
Field Summary
FieldsModifier and TypeFieldDescription@JsNullable @TsTypeRef(RollupNodeType.class) String
When specified for custom columns on a rollup table, specifies if the formula apply to rollup or constituent nodes. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
rollupNodeType
@TsTypeRef(RollupNodeType.class) public @JsNullable @TsTypeRef(RollupNodeType.class) String rollupNodeTypeWhen specified for custom columns on a rollup table, specifies if the formula apply to rollup or constituent nodes.
-
-
Constructor Details
-
CustomColumnOptions
public CustomColumnOptions() -
CustomColumnOptions
-