Class: Canis::ColumnInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/canis/core/widgets/table.rb

Overview

column data, one instance for each column index is the index in the data of this column. This index will not change. Order of printing columns is determined by the ordering of the objects.

Instance Attribute Summary collapse

Instance Attribute Details

#alignObject

Returns the value of attribute align

Returns:

  • (Object)

    the current value of align



44
45
46
# File 'lib/canis/core/widgets/table.rb', line 44

def align
  @align
end

#attribObject

Returns the value of attribute attrib

Returns:

  • (Object)

    the current value of attrib



44
45
46
# File 'lib/canis/core/widgets/table.rb', line 44

def attrib
  @attrib
end

#bgcolorObject

Returns the value of attribute bgcolor

Returns:

  • (Object)

    the current value of bgcolor



44
45
46
# File 'lib/canis/core/widgets/table.rb', line 44

def bgcolor
  @bgcolor
end

#colorObject

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



44
45
46
# File 'lib/canis/core/widgets/table.rb', line 44

def color
  @color
end

#hiddenObject

Returns the value of attribute hidden

Returns:

  • (Object)

    the current value of hidden



44
45
46
# File 'lib/canis/core/widgets/table.rb', line 44

def hidden
  @hidden
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



44
45
46
# File 'lib/canis/core/widgets/table.rb', line 44

def index
  @index
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



44
45
46
# File 'lib/canis/core/widgets/table.rb', line 44

def name
  @name
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



44
45
46
# File 'lib/canis/core/widgets/table.rb', line 44

def offset
  @offset
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



44
45
46
# File 'lib/canis/core/widgets/table.rb', line 44

def width
  @width
end