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

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

Introduction

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

Usage

From source file ca.aeso.evq.client.widgets.DatePicker.java

/**
 * DatePicker widget displays a small Gregorian calendar dates to select
 * a date by the user.
 *  
 * <p>It has following features:
 * 

From source file ca.aeso.ltlf.client.date.DatePicker.java

/**
 * DatePicker widget displays a small Gregorian calendar dates to select
 * a date by the user.
 *  
 * <p>It has following features:
 * 

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

/**
 *
 */
@SuppressWarnings({ "unchecked", "deprecation" })
public class SetBasedListBox extends AbstractBoundCollectionWidget
        implements HasFocus, SourcesFocusEvents, SourcesChangeEvents, HasEnabled {

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

/**
 *
 * @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet"
 *         Cooper</a>
 */
@SuppressWarnings("deprecation")

From source file com.apress.progwt.client.college.gui.RatingChooser.java

public class RatingChooser extends Composite implements SourcesChangeEvents {

    private static final int X_SPACING = 12;
    private static final int ELEMENTS = 10;
    private static final int FUDGE = 20;
    private static final int HEIGHT = 25;

From source file com.apress.progwt.client.college.gui.ViewPanel.java

public abstract class ViewPanel extends AbsolutePanel
        implements MouseListener, SourcesChangeEvents, MouseWheelListener {

    private class RedrawParams {
        public int centerX;
        public int centerY;

From source file com.cardfight.client.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.cardfight.client.table.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.ephesoft.dcma.gwt.core.client.view.CalendarWidget.java

public class CalendarWidget extends Composite implements ClickListener, SourcesChangeEvents {

    private class NavBar extends Composite implements ClickListener {

        public final DockPanel bar = new DockPanel();
        public final Button prevMonth = new Button("&lt;", this);

From source file com.gwttest.client.ui.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>