Package io.deephaven.web.client.api
Class CustomColumn
java.lang.Object
io.deephaven.web.client.api.CustomColumn
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCustomColumn
(CustomColumnDescriptor descriptor) CustomColumn
(String name, String type, String expression, Object options) CustomColumn
(jsinterop.base.JsPropertyMap<Object> source) -
Method Summary
Modifier and TypeMethodDescriptionstatic CustomColumn
The expression to evaluate this custom column.getName()
The name of the column to use.The options for this custom column.getType()
Type of custom column.toString()
valueOf()
-
Field Details
-
TYPE_FORMAT_COLOR
- See Also:
-
TYPE_FORMAT_NUMBER
- See Also:
-
TYPE_FORMAT_DATE
- See Also:
-
TYPE_NEW
- See Also:
-
ROW_FORMAT_NAME
- See Also:
-
-
Constructor Details
-
CustomColumn
-
CustomColumn
-
-
Method Details
-
getName
The name of the column to use.- Returns:
- String
-
getType
Type of custom column. One of- FORMAT_COLOR
- FORMAT_NUMBER
- FORMAT_DATE
- NEW
- Returns:
- String
-
getExpression
The expression to evaluate this custom column.- Returns:
- String
-
getOptions
The options for this custom column.- Returns:
- CustomColumOptions
-
valueOf
-
toString
-
from
-