com.google.gwt.widgetideas.client
Class TitledPanel.TitledPanelImpl

java.lang.Object
  extended by com.google.gwt.widgetideas.client.TitledPanel.TitledPanelImpl
Direct Known Subclasses:
TitledPanel.TitledPanelImplMozilla
Enclosing class:
TitledPanel

public static class TitledPanel.TitledPanelImpl
extends java.lang.Object

Implementation class for TitledPanel.


Constructor Summary
TitledPanel.TitledPanelImpl()
           
 
Method Summary
 void setTitle(com.google.gwt.user.client.Element fieldset, com.google.gwt.user.client.Element legend, java.lang.String title)
          Set the title of a fieldset element.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TitledPanel.TitledPanelImpl

public TitledPanel.TitledPanelImpl()
Method Detail

setTitle

public void setTitle(com.google.gwt.user.client.Element fieldset,
                     com.google.gwt.user.client.Element legend,
                     java.lang.String title)
Set the title of a fieldset element.