Class: Lapillus::Behaviour

Inherits:
Component show all
Defined in:
lib/lapillus/behaviours.rb

Direct Known Subclasses

AttributeModifier, FadeIn, OnClick

Instance Attribute Summary

Attributes inherited from Component

#behaviours, #identifier, #model, #property, #visible

Instance Method Summary collapse

Methods inherited from Component

#add_behaviour, #behaviour, #has_behaviour?, #has_model?, #has_parent?, #parent, #path, #response_page=, #session, #value, #webpage

Methods inherited from RenderableComponent

#on_render, #render_behaviours, #render_children, #render_component, #render_container, #render_to_element, #visible?

Constructor Details

#initialize(id = "", options = {}) ⇒ Behaviour

Returns a new instance of Behaviour.



22
23
24
# File 'lib/lapillus/behaviours.rb', line 22

def initialize(id="", options={})
  super(id, options)
end