- Index
- »
- fan.haystack
- »
- Col
Col
@Js
const abstract class Col : Obj
Column of a Grid
String representation is name
Compare based on name
Meta-data for column
Equality is based on reference
Programatic name identifier for columm
Display name for columm which is meta.dis(null, name)
Int compare(Obj x)
Compare based on name
Str dis()
Display name for columm which is meta.dis(null, name)
Bool equals(Obj? that)
Equality is based on reference
abstract Dict meta()
Meta-data for column
abstract Str name()
Programatic name identifier for columm
Str toStr()
String representation is name