com.google.gwt.gadgets.client
Class SetTitleFeature

java.lang.Object
  extended by com.google.gwt.gadgets.client.SetTitleFeature
All Implemented Interfaces:
GadgetFeature

public class SetTitleFeature
extends java.lang.Object
implements GadgetFeature

Provides access to the title.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.gadgets.client.GadgetFeature
GadgetFeature.FeatureName, GadgetFeature.MayRequire
 
Method Summary
 void setTitle(java.lang.String title)
          Change the Gadget's displayed title.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setTitle

public void setTitle(java.lang.String title)
Change the Gadget's displayed title.