abstract classcamAxonPlugin::Col

sys::Obj
  camAxonPlugin::Col

@Js

Column of a Grid

compare

Source

override Int compare(Obj x)

Compare based on name

dis

Source

Str dis()

Display name for columm which is meta.dis(null, name)

disVal

Source

@Deprecated
Str? disVal()

Deprecated, display is configured by meta.dis

equals

Source

override Bool equals(Obj? that)

Equality is based on reference

meta

Source

abstract Dict meta()

Meta-data for column

name

Source

abstract Str name()

Programatic name identifier for columm

toStr

Source

override Str toStr()

String representation is name