Class: SingleView

Inherits:
Lapillus::Fragment show all
Defined in:
lib/lapillus/multiview.rb

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_container

Methods inherited from Lapillus::Container

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

Methods inherited from Lapillus::Component

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

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