Class: Canis::ColumnResizeEvent
- Defined in:
- lib/canis/core/widgets/deprecated/tabularwidget.rb
Overview
used when firing a column resize, so calling application can perhaps resize other columns.
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
-
#source ⇒ Object
Returns the value of attribute source.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index
43 44 45 |
# File 'lib/canis/core/widgets/deprecated/tabularwidget.rb', line 43 def index @index end |
#source ⇒ Object
Returns the value of attribute source
43 44 45 |
# File 'lib/canis/core/widgets/deprecated/tabularwidget.rb', line 43 def source @source end |
#type ⇒ Object
Returns the value of attribute type
43 44 45 |
# File 'lib/canis/core/widgets/deprecated/tabularwidget.rb', line 43 def type @type end |