Except as otherwise noted,
the content of this page is licensed under the Creative Commons
Attribution 2.5 License.
Provides operations for dealing with Views.
<static>
gadgets.views.View
getCurrentView()
<static>
Map.<String, String>
getParams()
<static>
Map<gadgets.views.ViewType, String, gadgets.views.View>
getSupportedViews()
<static>
requestNavigateTo(view, opt_params)
<static> gadgets.views.View getCurrentView()
gadgets.views.View The current view
<static> Map.<String, String> getParams()
Map.<String, String> The parameter map
<static> Map<gadgets.views.ViewType, String, gadgets.views.View> getSupportedViews()
Map<gadgets.views.ViewType, String, gadgets.views.View> All
supported views, keyed by their name attribute.
<static> requestNavigateTo(view, opt_params)
gadgets.views.View view - The view to navigate to
Map.<String, String> opt_params - Parameters to pass to the
gadget after it has been navigated to on the surface