Class: Ui::Table
- Includes:
- 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/select/one.rb,
lib/ui/table/select_all.rb,
lib/ui/table/select/many.rb
Defined Under Namespace
Classes: Header, Row, Select, SelectAll, Sort
Constant Summary
Constants inherited from Component
Instance Method Summary collapse
Methods included from Actionable
#actions, #actions_length, #has_actions?
Methods inherited from Component
#capture, #icon, #render_group
Instance Method Details
#show ⇒ Object
9 10 11 |
# File 'lib/ui/table.rb', line 9 def show render end |