Uses of Class
com.google.gwt.user.client.ui.SimpleCheckBox
-
Packages that use SimpleCheckBox Package Description 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 Modifier and Type Class Description class
SimpleRadioButton
A simple radio button widget, with no label.Methods in com.google.gwt.user.client.ui that return SimpleCheckBox Modifier and Type Method Description static SimpleCheckBox
SimpleCheckBox. wrap(Element element)
Creates a SimpleCheckBox widget that wraps an existing <input type='checkbox'> element.
-