Class: Wee::InformDialog
- Inherits:
-
FormDialog
- Object
- Presenter
- Component
- Dialog
- FormDialog
- Wee::InformDialog
- Defined in:
- lib/wee/dialog.rb
Constant Summary
Constants inherited from Component
Instance Method Summary collapse
Methods inherited from FormDialog
#initialize, #render, #render_body, #render_buttons, #render_caption, #render_form
Methods inherited from Component
#add_decoration, #children, #choose_from, #confirm, #decoration, #decoration=, depends, #each_decoration, #find_decoration, #inform, #initialize, instanciate, #process_callbacks, #remove_decoration, #remove_decoration_if, #render, #state
Methods inherited from Presenter
#process_callbacks, #render, #render!, #renderer_class, #state
Constructor Details
This class inherits a constructor from Wee::FormDialog
Instance Method Details
#buttons ⇒ Object
68 69 70 |
# File 'lib/wee/dialog.rb', line 68 def [['Ok', nil, :ok]] end |