List of usage examples for com.google.gwt.user.client.ui CheckBox subclass-usage
From source file ch.heftix.mailxel.client.CheckBoxWChangeDetection.java
public class CheckBoxWChangeDetection extends CheckBox { private boolean isDirty = false; public CheckBoxWChangeDetection() { super();
From source file com.dianaui.universal.core.client.ui.CheckBoxButton.java
/**
* Button representing a checkbox used within a {@link ButtonGroup} that has
* toggle set to {@code Toogle.BUTTONS}.
* If you are looking for a classic checkbox see {@link CheckBox}.
*
* @author Sven Jacobs
From source file com.ephesoft.gxt.rv.client.widget.ValidatableCheckBox.java
public class ValidatableCheckBox extends CheckBox implements Validatable { protected List<FieldValidator<String>> validatorList; protected boolean enableValidation;
From source file com.github.gwtbootstrap.client.ui.RadioButton.java
/**
* RadioButton widgets.
* <p>
* Re-design for Bootstrap.
* </p>
*
From source file com.gwtm.ui.client.widgets.CheckBox.java
public class CheckBox extends com.google.gwt.user.client.ui.CheckBox { public CheckBox() { super(); if (Utils.DeviceInfo.isAndroid() && Utils.DeviceInfo.isDeviceGroupMedium()) { CheckBoxIndicator indicator = new CheckBoxIndicator();
From source file com.gwtmobile.ui.client.widgets.CheckBox.java
public class CheckBox extends com.google.gwt.user.client.ui.CheckBox implements IsGwtMobileWidget { private IsGwtMobileWidgetHelper _widgetHelper = new IsGwtMobileWidgetHelper(); public CheckBox() { super();
From source file com.lushprojects.circuitjs1.client.Checkbox.java
class Checkbox extends CheckBox { public Checkbox(String s) { super(CirSim.LS(s)); } public Checkbox(String s, boolean b) {
From source file com.lushprojects.circuitjs1.client.gui.Checkbox.java
public class Checkbox extends CheckBox { public Checkbox(String s) { super(s); } public Checkbox(String s, boolean b) {
From source file com.mcherm.zithiacharsheet.client.TrainingEntryField.java
/** * A field for viewing the training status. Has three possible values: * unchecked (is not trained), checked (paid to train in this weapon skill), * and checked-and-disabled (inherited training from a parent weapon skill). */ public class TrainingEntryField extends CheckBox implements Disposable {
From source file com.pietschy.gwt.pectin.client.components.NullSafeCheckBox.java
/** * */ public class NullSafeCheckBox extends CheckBox { public NullSafeCheckBox() { }