com.google.gwt.gadgets.client.impl
Class SetTitleFeatureImpl

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

public class SetTitleFeatureImpl
extends java.lang.Object
implements SetTitleFeature

Provides access to the title.


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)
Description copied from interface: SetTitleFeature
Change the Gadget's displayed title.

Specified by:
setTitle in interface SetTitleFeature