HCol class

HCol is a column in a HGrid.

See Project Haystack

Constructors

HCol(int index, String name, HDict _meta)
Package private constructor

Properties

dis String
Returns display name of column which is meta.dis or name
no setter
hashCode int
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// Hash code is based on name and meta
no setteroverride
index int
Col's index in a grid.
final
meta HDict
Column meta-data tags.
no setter
name String
/////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////// Returns programatic name of column.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object that) bool
Equality is name and meta
override