public static class

CaptionPanel.CaptionPanelImplMozilla

extends CaptionPanel.CaptionPanelImpl
java.lang.Object
   ↳ com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl
     ↳ com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplMozilla

Class Overview

Implementation class that handles Mozilla rendering issues.

Summary

Public Constructors
CaptionPanel.CaptionPanelImplMozilla()
Public Methods
void setCaption(FieldSetElement fieldset, Element legend, SafeHtml caption)
void setCaption(FieldSetElement fieldset, Element legend, String caption, boolean asHTML)
[Expand]
Inherited Methods
From class com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl
From class java.lang.Object

Public Constructors

public CaptionPanel.CaptionPanelImplMozilla ()

Public Methods

public void setCaption (FieldSetElement fieldset, Element legend, SafeHtml caption)

public void setCaption (FieldSetElement fieldset, Element legend, String caption, boolean asHTML)