Example usage for com.google.gwt.user.client.ui SimpleRadioButton subclass-usage

List of usage examples for com.google.gwt.user.client.ui SimpleRadioButton subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client.ui SimpleRadioButton subclass-usage.

Usage

From source file com.dianaui.universal.core.client.ui.gwt.SimpleRadioButton.java

/**
 * A simple radio button widget, with no label.
 *
 * @author <a href='mailto:donbeave@gmail.com'>Alexey Zhokhov</a>
 */
public class SimpleRadioButton extends com.google.gwt.user.client.ui.SimpleRadioButton

From source file org.gwtbootstrap3.client.ui.SimpleRadioButton.java

/**
 * A simple radio button widget, with no label.
 */
public class SimpleRadioButton extends com.google.gwt.user.client.ui.SimpleRadioButton
        implements HasResponsiveness, HasId, HasPull, HasFormValue, HasChangeHandlers {