Example usage for com.google.gwt.user.client.ui HasEnabled interface-usage

List of usage examples for com.google.gwt.user.client.ui HasEnabled interface-usage

Introduction

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

Usage

From source file ar.com.kyol.jet.client.JetCheckBoxEdit.java

/**
 * A check box that opens a popup to update more values. It has a little pen to edit the 
 * additional values without unchecking it.
 * 
 * @author klarsk
 *

From source file ar.com.kyol.jet.client.JetCombo.java

/**
 * A very cool ListBox wrapper.
 * 
 * @author smuzzopappa & fpugnali
 *
 * @param <E>

From source file ar.com.kyol.jet.client.JetEdit.java

/**
 * A little pen to edit something with a popup. 
 * 
 * @author klarsk
 *
 */

From source file cc.alcina.framework.gwt.client.gwittir.widget.FileSelector.java

/**
 * A very, very, very simple, rapid implementation. Very.
 * 
 * @author Nick Reddel
 */
public class FileSelector extends AbstractBoundWidget<FileSelectorInfo> implements ChangeHandler, HasEnabled {

From source file cc.alcina.framework.gwt.client.gwittir.widget.TextBox.java

/**
 * 
 * @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet"
 *         Cooper</a> Modified by Nick to handle some updateonkeypress edgecases
 */
@SuppressWarnings("deprecation")

From source file com.arcbees.chosen.client.gwt.BaseChosenValueListBox.java

public abstract class BaseChosenValueListBox<T> extends Composite
        implements Focusable, HasEnabled, ChosenChangeHandler {
    protected final ProvidesKey<T> keyProvider;
    protected final List<T> values = new ArrayList<T>();
    protected final Map<Object, Integer> valueKeyToIndex = new HashMap<Object, Integer>();

From source file com.bearsoft.gwt.ui.widgets.DecoratorBox.java

/**
 * 
 * @author mg
 * @param <T>
 */
public abstract class DecoratorBox<T> extends Composite implements RequiresResize, HasValue<T>,

From source file com.bearsoft.gwt.ui.widgets.DropDownButton.java

/**
 * 
 * @author mg
 */
public class DropDownButton extends Composite
        implements HasText, HasHTML, RequiresResize, HasClickHandlers, HasDoubleClickHandlers, HasEnabled,

From source file com.bearsoft.gwt.ui.widgets.progress.SliderBar.java

/**
 * A widget that allows the user to select a value within a range of possible
 * values using a sliding bar that responds to mouse events.
 *
 * <h3>Keyboard Events</h3>
 * <p>

From source file com.dianaui.universal.core.client.ui.Anchor.java

/**
 * Anchor {@code <a>} element with text and optional icon.
 *
 * @author Sven Jacobs
 * @author Joshua Godi
 * @author Grant Slender