Package io.deephaven.web.shared.data
Class CustomColumnDescriptor
java.lang.Object
io.deephaven.web.shared.data.CustomColumnDescriptor
- All Implemented Interfaces:
Serializable
We still send plain strings to the server and receive plain strings from the client.
This is here mostly to have a sane place to handle client introspection of custom column definitions.
We should probably wire this into place for our internal guts, and convert to this form immediately upon receiving
input from user.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static List<CustomColumnDescriptor>
getName()
int
hashCode()
static boolean
setExpression
(String expression) toString()
-
Constructor Details
-
CustomColumnDescriptor
public CustomColumnDescriptor()
-
-
Method Details
-
getExpression
-
setExpression
-
getName
-
equals
-
hashCode
public int hashCode() -
isCompatible
public static boolean isCompatible(List<CustomColumnDescriptor> was, List<CustomColumnDescriptor> is) -
from
-
toString
-