Class: Canis::TreeSelectionEvent
- Defined in:
- lib/canis/core/widgets/tree.rb
Overview
structures {{{
Instance Attribute Summary collapse
-
#node ⇒ Object
Returns the value of attribute node.
-
#previous_node ⇒ Object
Returns the value of attribute previous_node.
-
#row_first ⇒ Object
Returns the value of attribute row_first.
-
#state ⇒ Object
Returns the value of attribute state.
-
#tree ⇒ Object
Returns the value of attribute tree.
Instance Attribute Details
#node ⇒ Object
Returns the value of attribute node
43 44 45 |
# File 'lib/canis/core/widgets/tree.rb', line 43 def node @node end |
#previous_node ⇒ Object
Returns the value of attribute previous_node
43 44 45 |
# File 'lib/canis/core/widgets/tree.rb', line 43 def previous_node @previous_node end |
#row_first ⇒ Object
Returns the value of attribute row_first
43 44 45 |
# File 'lib/canis/core/widgets/tree.rb', line 43 def row_first @row_first end |
#state ⇒ Object
Returns the value of attribute state
43 44 45 |
# File 'lib/canis/core/widgets/tree.rb', line 43 def state @state end |
#tree ⇒ Object
Returns the value of attribute tree
43 44 45 |
# File 'lib/canis/core/widgets/tree.rb', line 43 def tree @tree end |