com.google.gwt.gadgets.client
Interface ViewFeature

All Known Implementing Classes:
ViewFeatureImpl

public interface ViewFeature

Provides operations for dealing with views.


Nested Class Summary
static interface ViewFeature.Params
          This is used to return view parameters.
static interface ViewFeature.Views
          This is used to return views.
 
Method Summary
 View getCurrentView()
          Returns the current view.
 ViewFeature.Params getParams()
           
 ViewFeature.Views getSupportedViews()
          Returns all views that are supported by the container.
 void requestNavigateTo(View view)
          Moves the current view, to the new one
 

Method Detail

getCurrentView

View getCurrentView()
Returns the current view.


getParams

ViewFeature.Params getParams()

getSupportedViews

ViewFeature.Views getSupportedViews()
Returns all views that are supported by the container.


requestNavigateTo

void requestNavigateTo(View view)
Moves the current view, to the new one

Parameters:
view - The new view.