List of usage examples for com.google.gwt.user.client.ui ButtonBase subclass-usage
From source file com.dianaui.universal.core.client.ui.gwt.ButtonBase.java
/** * @author <a href='mailto:donbeave@gmail.com'>Alexey Zhokhov</a> */ public abstract class ButtonBase extends com.google.gwt.user.client.ui.ButtonBase implements IsWidget { protected ButtonBase(Element elem) {
From source file com.github.gwtbootstrap.client.ui.CheckBox.java
/**
* CheckBox widgets.
* <p>
* Re-design for Bootstrap.
* </p>
*
From source file com.qtitools.player.client.components.AccessibleCheckBox.java
/**
* Improved checkBox that enables checked control
* for unattached component.
*
* This class also serves as a base class for
* {@link com.google.gwt.user.client.ui.RadioButton}.
From source file com.travelsky.ebuild.hawkeye.client.ui.widget.AbstractCustomButton.java
/**
* CustomButton is a base button class with built in support for a set number
* of button faces.
*
* Each face has its own style modifier. For example, the state for down and
* hovering is assigned the CSS modifier <i>down-hovering</i>. So, if the
From source file gwt.material.design.client.base.BaseCheckBox.java
/**
* A standard check box widget.
*
* This class also serves as a base class for
* {@link RadioButton}.
*
From source file org.eclipse.che.ide.ui.menubutton.MenuButton.java
/** Button with popup menu. */ public class MenuButton extends ButtonBase { private static final Resources RESOURCES; protected final ItemsProvider itemsProvider;
From source file org.gwtbootstrap3.client.ui.gwt.ButtonBase.java
public abstract class ButtonBase extends com.google.gwt.user.client.ui.ButtonBase implements HasResponsiveness, HasId, HasPull { private final IdMixin<ButtonBase> idMixin = new IdMixin<ButtonBase>(this); private final PullMixin<ButtonBase> pullMixin = new PullMixin<ButtonBase>(this); private final EnabledMixin<ButtonBase> enabledMixin = new EnabledMixin<ButtonBase>(this);
From source file stroom.widget.button.client.FabButton.java
public class FabButton extends ButtonBase { /** * If <code>true</code>, this widget is capturing with the mouse held down. */ private boolean isCapturing;
From source file stroom.widget.button.client.GlyphButton.java
public class GlyphButton extends ButtonBase implements GlyphButtonView { /** * If <code>true</code>, this widget is capturing with the mouse held down. */ private boolean isCapturing;
From source file stroom.widget.button.client.SvgButton.java
public class SvgButton extends ButtonBase implements ButtonView { private final Element face; private final SvgPreset preset; /** * If <code>true</code>, this widget is capturing with the mouse held down. */