GWT 2.7.0

com.google.gwt.user.client.ui
Class CaptionPanel.CaptionPanelImplMozilla

java.lang.Object
  extended by com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl
      extended by com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplMozilla
Enclosing class:
CaptionPanel

public static class CaptionPanel.CaptionPanelImplMozilla
extends CaptionPanel.CaptionPanelImpl

Implementation class that handles Mozilla rendering issues.


Constructor Summary
CaptionPanel.CaptionPanelImplMozilla()
           
 
Method Summary
 void setCaption(FieldSetElement fieldset, Element legend, SafeHtml caption)
           
 void setCaption(FieldSetElement fieldset, Element legend, java.lang.String caption, boolean asHTML)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaptionPanel.CaptionPanelImplMozilla

public CaptionPanel.CaptionPanelImplMozilla()
Method Detail

setCaption

public void setCaption(FieldSetElement fieldset,
                       Element legend,
                       SafeHtml caption)
Overrides:
setCaption in class CaptionPanel.CaptionPanelImpl

setCaption

public void setCaption(FieldSetElement fieldset,
                       Element legend,
                       java.lang.String caption,
                       boolean asHTML)
Overrides:
setCaption in class CaptionPanel.CaptionPanelImpl

GWT 2.7.0