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

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

Introduction

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

Usage

From source file net.sf.mmm.client.ui.gwt.widgets.CheckBoxWithChangeHandlers.java

/**
 * This class extends {@link CheckBox} to implement {@link HasChangeHandlers}.
 * 
 * @author Joerg Hohwiller (hohwille at users.sourceforge.net)
 * @since 1.0.0
 */

From source file next.i.view.widgets.XCheckbox.java

/**
 * <p>
 * <img class='ai' src='../../../../resources/XCheckbox.png' />
 * </p>
 */
public class XCheckbox extends CheckBox {

From source file org.kuali.student.common.ui.client.widgets.KSCheckBox.java

/**
 * KSCheckBox wraps gwt Checkbox.  This class provides most of the same functionality, but sets KS css styles
 * for its default look and a variety of checkbox events (for improved browser compatibility and customizability).
 * @author Kuali Student Team
 *
 */

From source file org.opendatakit.aggregate.client.widgets.AggregateCheckBox.java

public class AggregateCheckBox extends CheckBox implements ValueChangeHandler<Boolean> {

    private final AggregateBaseHandlers handlers;

    public AggregateCheckBox(String tooltipText) {
        this(null, false, tooltipText, null);

From source file org.openxdata.sharedlib.client.widget.CheckBoxWidget.java

/**
 * This class is only to enable us have check boxes that can be locked
 * 
 *  www.openxdata.org - Licensed as written in license.txt and original sources of this file and its authors are found in sources.txt.
 *
 */

From source file org.rstudio.studio.client.workbench.prefs.views.CheckBoxPrefView.java

public class CheckBoxPrefView extends CheckBox {
}

From source file org.ssgwt.client.ui.form.CheckBoxInputField.java

/**
 * A Check box input field for the DynamicForm
 *
 * @author Alec Erasmus<alec.erasmus@a24group.com>
 * @since  10 May 2013
 *

From source file org.unitime.timetable.gwt.client.aria.AriaCheckBox.java

/**
 * @author Tomas Muller
 */
public class AriaCheckBox extends CheckBox implements HasAriaLabel {
    Element iAriaLabel;