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

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

public static class ViewFeatureImpl.ParamsImpl
extends com.google.gwt.core.client.JavaScriptObject
implements ViewFeature.Params

This is used to return view parameters.


Constructor Summary
protected ViewFeatureImpl.ParamsImpl()
           
 
Method Summary
 java.lang.String getParam(java.lang.String name)
           
 
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.ParamsImpl

protected ViewFeatureImpl.ParamsImpl()
Method Detail

getParam

public final java.lang.String getParam(java.lang.String name)
Specified by:
getParam in interface ViewFeature.Params