Class: Canis::ColumnInfo
- 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
-
#align ⇒ Object
Returns the value of attribute align.
-
#attrib ⇒ Object
Returns the value of attribute attrib.
-
#bgcolor ⇒ Object
Returns the value of attribute bgcolor.
-
#color ⇒ Object
Returns the value of attribute color.
-
#hidden ⇒ Object
Returns the value of attribute hidden.
-
#index ⇒ Object
Returns the value of attribute index.
-
#name ⇒ Object
Returns the value of attribute name.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#align ⇒ Object
Returns the value of attribute align
44 45 46 |
# File 'lib/canis/core/widgets/table.rb', line 44 def align @align end |
#attrib ⇒ Object
Returns the value of attribute attrib
44 45 46 |
# File 'lib/canis/core/widgets/table.rb', line 44 def attrib @attrib end |
#bgcolor ⇒ Object
Returns the value of attribute bgcolor
44 45 46 |
# File 'lib/canis/core/widgets/table.rb', line 44 def bgcolor @bgcolor end |
#color ⇒ Object
Returns the value of attribute color
44 45 46 |
# File 'lib/canis/core/widgets/table.rb', line 44 def color @color end |
#hidden ⇒ Object
Returns the value of attribute hidden
44 45 46 |
# File 'lib/canis/core/widgets/table.rb', line 44 def hidden @hidden end |
#index ⇒ Object
Returns the value of attribute index
44 45 46 |
# File 'lib/canis/core/widgets/table.rb', line 44 def index @index end |
#name ⇒ Object
Returns the value of attribute name
44 45 46 |
# File 'lib/canis/core/widgets/table.rb', line 44 def name @name end |
#offset ⇒ Object
Returns the value of attribute offset
44 45 46 |
# File 'lib/canis/core/widgets/table.rb', line 44 def offset @offset end |
#width ⇒ Object
Returns the value of attribute width
44 45 46 |
# File 'lib/canis/core/widgets/table.rb', line 44 def width @width end |