GWT 2.7.0

Uses of Class
com.google.gwt.dom.client.FieldSetElement

Packages that use FieldSetElement
com.google.gwt.dom.client Classes for low-level DOM programming. 
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of FieldSetElement in com.google.gwt.dom.client
 

Methods in com.google.gwt.dom.client that return FieldSetElement
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.
 

Uses of FieldSetElement in com.google.gwt.user.client.ui
 

Methods in com.google.gwt.user.client.ui with parameters of type FieldSetElement
 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, java.lang.String caption, boolean asHTML)
           
 void CaptionPanel.CaptionPanelImplMozilla.setCaption(FieldSetElement fieldset, Element legend, java.lang.String caption, boolean asHTML)
           
 void CaptionPanel.CaptionPanelImplSafari.setCaption(FieldSetElement fieldset, Element legend, java.lang.String caption, boolean asHTML)
           
 


GWT 2.7.0