Class: UI::Screen

Inherits:
Object show all
Defined in:
flow/ui/screen.rb

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Instance Attribute Details

Returns the navigation object associated to this screen

Returns:

  • (Navigation)

    the current value of navigation



4
5
6
# File 'flow/ui/screen.rb', line 4

def navigation
  @navigation
end

Instance Method Details

- (Object) on_load

Called after the screen has been loaded



# File 'flow/ui/screen.rb', line 5

- (Object) on_show

Called after the screen is hown



# File 'flow/ui/screen.rb', line 8

- (Object) proxy

Returns the patform-specific object



# File 'flow/ui/screen.rb', line 17

- (View) view

Returns the root view of this screen

Returns:



# File 'flow/ui/screen.rb', line 11