com.google.gwt.gadgets.client.impl
Class ViewFeatureImpl.ViewsImpl

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.gadgets.client.impl.ViewFeatureImpl.ViewsImpl
All Implemented Interfaces:
ViewFeature.Views
Enclosing class:
ViewFeatureImpl

public static class ViewFeatureImpl.ViewsImpl
extends com.google.gwt.core.client.JavaScriptObject
implements ViewFeature.Views

This is used to return views.


Constructor Summary
protected ViewFeatureImpl.ViewsImpl()
           
 
Method Summary
 View getView(java.lang.String name)
          Returns a view given the name as a string.
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewFeatureImpl.ViewsImpl

protected ViewFeatureImpl.ViewsImpl()
Method Detail

getView

public final View getView(java.lang.String name)
Description copied from interface: ViewFeature.Views
Returns a view given the name as a string.

Specified by:
getView in interface ViewFeature.Views
Parameters:
name - the name of the view
Returns:
the view with the given name or null