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

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.gadgets.client.ViewFeature.Views
Enclosing class:
ViewFeature

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

This is used to return views.


Constructor Summary
protected ViewFeature.Views()
           
 
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

ViewFeature.Views

protected ViewFeature.Views()
Method Detail

getView

public final 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