Example usage for com.google.gwt.event.logical.shared ValueChangeHandler interface-usage

List of usage examples for com.google.gwt.event.logical.shared ValueChangeHandler interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.event.logical.shared ValueChangeHandler interface-usage.

Usage

From source file asquare.gwt.tests.history.client.TabController.java

public class TabController implements ValueChangeHandler<String>, SelectionHandler<Integer> {
    private final TabCollection m_tabs;
    private final TabPanel m_tabPanel;
    private final String m_windowTitle = Window.getTitle();

    private int m_selectedTab = -1;

From source file asquare.gwt.tkdemo.client.TabModelUpdateController.java

public class TabModelUpdateController implements ValueChangeHandler<String> {
    private final AppPanelCollection m_panels;
    private final ListModel<?> m_tabBarModel;
    private final ListSelectionModelSingle m_selectionModel;

    public TabModelUpdateController(AppPanelCollection panels, ListModel<?> tabBarModel) {

From source file bufferings.ktr.wjr.client.WjrView.java

/**
 * The view of the Kotori Web JUnit Runner.
 * 
 * This class controls all the view components of KtrWjr.
 * 
 * @author bufferings[at]gmail.com

From source file burrito.client.crud.CrudPanel.java

/**
 * Main entry panel for the automatic GWT CRUD module. This panel listens for
 * {@link History} events and responds to them. The format to be used as history
 * token is one of the following:
 * <ul>
 * <li># - lists all editable entities</li>

From source file burrito.client.sitelet.SiteletAdminPanel.java

public class SiteletAdminPanel extends Composite implements ValueChangeHandler<String> {

    private VerticalPanel wrapper = new VerticalPanel();
    private SimplePanel contentPlaceHolder = new SimplePanel();
    private String containerName;

From source file carteirainveste.client.DateUtil.java

class PortfolioEndDateHandler implements ValueChangeHandler<Date> {
    public void onValueChange(ValueChangeEvent<Date> event) {
        CarteiraInveste.carteiraAtual.updatePortfolioTable();
    }
}

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

/**
 * This class is a bit hacked, to support Gwittir validation. It requires an
 * outgoing ShortDate validator
 * 
 * If the string date field is invalid (determined by gwt datebox validation),
 * instances emit an (invalid) String (via property change listeners) to trigger

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

/**
 * No validation (yet) - this is definitely an admin-only widget. Will throw
 * transform errors if an invalid ID is set, too...
 * 
 * @author Nick Reddel
 */

From source file cc.alcina.framework.gwt.client.stdlayout.MainCmpBase.java

/**
 * 
 * @author Nick Reddel
 */
public abstract class MainCmpBase extends Composite
        implements BeforeSelectionHandler<Integer>, SelectionHandler<Integer>, ValueChangeHandler<String> {

From source file cc.kune.core.client.state.impl.StateManagerDefault.java

/**
 * The Class StateManagerDefault.
 *
 * @author danigb@gmail.com
 * @author vjrj@ourproject.org (Vicente J. Ruiz Jurado)
 */