GWT 2.7.0

Uses of Class
com.google.gwt.user.client.ui.SimpleCheckBox

Packages that use SimpleCheckBox
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

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

Subclasses of SimpleCheckBox in com.google.gwt.user.client.ui
 class SimpleRadioButton
          A simple radio button widget, with no label.
 

Methods in com.google.gwt.user.client.ui that return SimpleCheckBox
static SimpleCheckBox SimpleCheckBox.wrap(Element element)
          Creates a SimpleCheckBox widget that wraps an existing <input type='checkbox'> element.
 


GWT 2.7.0