com.google.gwt.gadgets.client
Interface ViewFeature.Views

All Known Implementing Classes:
ViewFeatureImpl.ViewsImpl
Enclosing interface:
ViewFeature

public static interface ViewFeature.Views

This is used to return views.


Method Summary
 View getView(java.lang.String name)
          Returns a view given the name as a string.
 

Method Detail

getView

View getView(java.lang.String name)
Returns a view given the name as a string.

Parameters:
name - the name of the view
Returns:
the view with the given name or null