Package io.deephaven.web.client.api
Class Format
java.lang.Object
io.deephaven.web.client.api.Format
This object may be pooled internally or discarded and not updated. Do not retain references to it.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@JsNullable String
Color to apply to the cell's background, in #rrggbb format.@JsNullable String
getColor()
Color to apply to the text, in #rrggbb format.@JsNullable String
The format string to apply to the value of this cell.@JsNullable String
Deprecated.Prefer formatString.int
hashCode()
toString()
-
Field Details
-
EMPTY
-
-
Constructor Details
-
Format
-
-
Method Details
-
getColor
Color to apply to the text, in #rrggbb format.- Returns:
- String
-
getBackgroundColor
Color to apply to the cell's background, in #rrggbb format.- Returns:
- String
-
getNumberFormat
Deprecated.Prefer formatString. Number format string to apply to the value in this cell. -
getFormatString
The format string to apply to the value of this cell.- Returns:
- String
-
equals
-
hashCode
public int hashCode() -
toString
-