Class: Scarpe::Webview::Border
- Inherits:
-
Drawable
- Object
- Shoes::Linkable
- Drawable
- Scarpe::Webview::Border
- Defined in:
- lib/scarpe/wv/border.rb
Constant Summary
Constants included from Shoes::Log
Shoes::Log::DEFAULT_COMPONENT, Shoes::Log::DEFAULT_DEBUG_LOG_CONFIG, Shoes::Log::DEFAULT_LOG_CONFIG
Instance Attribute Summary
Attributes inherited from Drawable
#children, #parent, #shoes_linkable_id
Attributes inherited from Shoes::Linkable
Instance Method Summary collapse
-
#element ⇒ Object
If the drawable is intended to be overridable, add element and style to Calzini instead.
-
#initialize(properties) ⇒ Border
constructor
A new instance of Border.
Methods inherited from Drawable
#add_child, #bind, #destroy_self, display_class_for, #full_window_redraw!, #handler_js_code, #html_element, #html_id, #inspect, #needs_update!, #promise_update, #properties_changed, #remove_child, #set_parent, #shoes_styles, #to_html
Methods included from Shoes::Log
configure_logger, #log_init, logger
Methods inherited from Shoes::Linkable
#bind_shoes_event, #send_self_event, #send_shoes_event, #unsub_all_shoes_events, #unsub_shoes_event
Constructor Details
#initialize(properties) ⇒ Border
Returns a new instance of Border.
6 7 8 |
# File 'lib/scarpe/wv/border.rb', line 6 def initialize(properties) super(properties) end |
Instance Method Details
#element ⇒ Object
If the drawable is intended to be overridable, add element and style to Calzini instead
11 12 13 |
# File 'lib/scarpe/wv/border.rb', line 11 def element render('border') end |