- Index
- »
- fan.haystack
- »
- Col
Col
@Js
const abstract class Col : Obj
Column of a Grid
Compare based on name
Display name for columm which is meta.dis(null, name)
Equality is based on reference
Meta-data for column
Programatic name identifier for columm
String representation is 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