Class: Protos::Combobox
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
Instance Method Details
#content ⇒ Object
16
|
# File 'lib/protos/combobox.rb', line 16
def content(...) = render Popover::Content.new(...)
|
#empty ⇒ Object
28
|
# File 'lib/protos/combobox.rb', line 28
def empty(...) = render Command::Empty.new(...)
|
#group ⇒ Object
20
|
# File 'lib/protos/combobox.rb', line 20
def group(...) = render Command::Group.new(...)
|
18
|
# File 'lib/protos/combobox.rb', line 18
def input(...) = render Command::Input.new(...)
|
#item ⇒ Object
22
|
# File 'lib/protos/combobox.rb', line 22
def item(...) = render Command::Item.new(...)
|
#list ⇒ Object
24
|
# File 'lib/protos/combobox.rb', line 24
def list(...) = render Command::List.new(...)
|
#title ⇒ Object
26
|
# File 'lib/protos/combobox.rb', line 26
def title(...) = render Command::Title.new(...)
|
#trigger ⇒ Object
14
|
# File 'lib/protos/combobox.rb', line 14
def trigger(...) = render Popover::Trigger.new(...)
|