Package | Description |
---|---|
com.google.gwt.dom.client |
Classes for low-level DOM programming.
|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Method and Description |
---|---|
static FieldSetElement |
FieldSetElement.as(Element elem)
Assert that the given
Element is compatible with this class and
automatically typecast it. |
FieldSetElement |
Document.createFieldSetElement()
Creates a <fieldset> element.
|
Modifier and Type | Method and Description |
---|---|
void |
CaptionPanel.CaptionPanelImpl.setCaption(FieldSetElement fieldset,
Element legend,
SafeHtml caption) |
void |
CaptionPanel.CaptionPanelImplMozilla.setCaption(FieldSetElement fieldset,
Element legend,
SafeHtml caption) |
void |
CaptionPanel.CaptionPanelImplSafari.setCaption(FieldSetElement fieldset,
Element legend,
SafeHtml caption) |
void |
CaptionPanel.CaptionPanelImpl.setCaption(FieldSetElement fieldset,
Element legend,
String caption,
boolean asHTML) |
void |
CaptionPanel.CaptionPanelImplMozilla.setCaption(FieldSetElement fieldset,
Element legend,
String caption,
boolean asHTML) |
void |
CaptionPanel.CaptionPanelImplSafari.setCaption(FieldSetElement fieldset,
Element legend,
String caption,
boolean asHTML) |
Copyright © 2018. All rights reserved.