Package com.google.gwt.user.client.ui
Class CaptionPanel.CaptionPanelImplSafari
- java.lang.Object
-
- com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl
-
- com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplSafari
-
- Enclosing class:
- CaptionPanel
public static class CaptionPanel.CaptionPanelImplSafari extends CaptionPanel.CaptionPanelImpl
Implementation class that handles Safari rendering issues.
-
-
Constructor Summary
Constructors Constructor Description CaptionPanelImplSafari()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setCaption(FieldSetElement fieldset, Element legend, SafeHtml caption)
void
setCaption(FieldSetElement fieldset, Element legend, java.lang.String caption, boolean asHTML)
-
-
-
Method Detail
-
setCaption
public void setCaption(FieldSetElement fieldset, Element legend, SafeHtml caption)
- Overrides:
setCaption
in classCaptionPanel.CaptionPanelImpl
-
setCaption
public void setCaption(FieldSetElement fieldset, Element legend, java.lang.String caption, boolean asHTML)
- Overrides:
setCaption
in classCaptionPanel.CaptionPanelImpl
-
-