Class: SingleView

Instance Attribute Summary

Attributes inherited from Lapillus::Container

#components

Attributes inherited from Lapillus::Component

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

Instance Method Summary collapse

Methods inherited from Lapillus::Fragment

#render_children

Methods inherited from Lapillus::Container

#[], #add, add_component, #component, fileuploadfield, image, label, listview, panel, password_textfield, #post, #render_children, textarea, textfield

Methods inherited from Lapillus::Component

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

Methods inherited from Lapillus::RenderableComponent

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

Constructor Details

#initialize(id) ⇒ SingleView

Returns a new instance of SingleView.



4
5
6
# File 'lib/lapillus/multiview.rb', line 4

def initialize(id)
  super(id, id)
end