Class: Ui::List

Inherits:
Component show all
Includes:
Actionable, Stylable
Defined in:
lib/ui/list.rb,
lib/ui/list/item.rb

Defined Under Namespace

Classes: Item

Constant Summary collapse

Renderable =
Types.Interface(:call)
ListItems =
Types.Interface(:each, :map, :any?)

Constants included from Actionable

Actionable::Actions

Constants inherited from Component

Component::VIEWPATH

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

#showObject



9
10
11
# File 'lib/ui/list.rb', line 9

def show
  render
end