public static class

CaptionPanel.CaptionPanelImpl

extends Object
java.lang.Object
   ↳ com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl
Known Direct Subclasses

Class Overview

Implementation class without browser-specific hacks.

Summary

Public Constructors
CaptionPanel.CaptionPanelImpl()
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 java.lang.Object

Public Constructors

public CaptionPanel.CaptionPanelImpl ()

Public Methods

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

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