Class: $.WebRequestView
- Inherits:
-
WatchUi.View
-
WatchUi.View
-
Overview
Shows the web request result
Instance Member Summary collapse
- _message as Lang.String
Instance Method Summary collapse
-
initialize()
Constructor.
-
onHide() as Void
Called when this View is removed from the screen.
-
onLayout(dc as Graphics.Dc) as Void
Load your resources here.
-
onReceive(args as Lang.Dictionary or Lang.String or Null) as Void
Show the result or status of the web request.
-
onShow() as Void
Restore the state of the app and prepare the view to be shown.
-
onUpdate(dc as Graphics.Dc) as Void
Update the view.
Instance Attribute Details
var _message as Lang.String
Instance Method Details
initialize()
Constructor
onHide() as Void
Called when this View is removed from the screen. Save the state of your app here.
onLayout(dc as Graphics.Dc) as Void
Load your resources here
onReceive(args as Lang.Dictionary or Lang.String or Null) as Void
Show the result or status of the web request
onShow() as Void
Restore the state of the app and prepare the view to be shown
onUpdate(dc as Graphics.Dc) as Void
Update the view