Class: Ui::Table
- Includes:
- Cell::Builder, Actionable, Stylable
- Defined in:
- lib/ui/table.rb,
lib/ui/table/row.rb,
lib/ui/table/sort.rb,
lib/ui/table/header.rb,
lib/ui/table/select.rb,
lib/ui/table/vertical.rb,
lib/ui/table/select/one.rb,
lib/ui/table/select_all.rb,
lib/ui/table/select/many.rb,
lib/ui/table/vertical/row.rb,
lib/ui/table/vertical/header.rb
Direct Known Subclasses
Defined Under Namespace
Classes: Header, Row, Select, SelectAll, Sort, Vertical
Constant Summary
Constants included from Actionable
Constants inherited from Component
Instance Method Summary collapse
Methods included from Actionable
#actions, #actions_length, #actions_list, #has_actions?
Methods inherited from Component
#capture, #icon, #render_group
Instance Method Details
#show ⇒ Object
20 21 22 |
# File 'lib/ui/table.rb', line 20 def show render end |