Class: Protos::Combobox

Inherits:
Popover show all
Defined in:
lib/protos/combobox.rb

Constant Summary

Constants inherited from Popover

Popover::Animations, Popover::Positions, Popover::Triggers

Instance Method Summary collapse

Methods inherited from Popover

#view_template

Methods inherited from Component

#initialize

Constructor Details

This class inherits a constructor from Protos::Component

Instance Method Details

#contentObject



16
# File 'lib/protos/combobox.rb', line 16

def content(...) = render Popover::Content.new(...)

#emptyObject



28
# File 'lib/protos/combobox.rb', line 28

def empty(...) = render Command::Empty.new(...)

#groupObject



20
# File 'lib/protos/combobox.rb', line 20

def group(...) = render Command::Group.new(...)

#inputObject



18
# File 'lib/protos/combobox.rb', line 18

def input(...) = render Command::Input.new(...)

#itemObject



22
# File 'lib/protos/combobox.rb', line 22

def item(...) = render Command::Item.new(...)

#listObject



24
# File 'lib/protos/combobox.rb', line 24

def list(...) = render Command::List.new(...)

#titleObject



26
# File 'lib/protos/combobox.rb', line 26

def title(...) = render Command::Title.new(...)

#triggerObject



14
# File 'lib/protos/combobox.rb', line 14

def trigger(...) = render Popover::Trigger.new(...)