module RETerm::Components
Encapsulates all the Components
which have been currently implemented
Constants
- DropDown
CDK Drop Down Menu
Component
Public Class Methods
all()
click to toggle source
# File lib/reterm/components.rb, line 5 def self.all @a ||= Components.constants end
names()
click to toggle source
# File lib/reterm/components.rb, line 9 def self.names @n ||= all.collect { |c| c.to_s } end