Class: Dill::AutoTable
- Defined in:
- lib/dill/auto_table.rb
Defined Under Namespace
Classes: Row
Instance Attribute Summary
Attributes inherited from Widget
Instance Method Summary collapse
-
#footers ⇒ Object
don’t include footer in to_table, because footer column configuration is very often different from the headers & values.
Methods inherited from BaseTable
Methods inherited from Widget
#!=, #!~, #<, #<=, #==, #=~, #>, #>=, action, #click, #diff, find_in, #has_action?, #initialize, #inspect, #match, present_in?, #reload, root, selector, #text, #to_cell, #to_f, #to_i, widget, widget_delegator
Methods included from WidgetContainer
Constructor Details
This class inherits a constructor from Dill::Widget
Instance Method Details
#footers ⇒ Object
don’t include footer in to_table, because footer column configuration is very often different from the headers & values.
6 7 8 |
# File 'lib/dill/auto_table.rb', line 6 def ||= root.all().map { |n| node_text(n) } end |