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

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

Introduction

In this page you can find the example usage for com.google.gwt.event.logical.shared SelectionHandler 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 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 carteirainveste.client.DateUtil.java

class TradeFilterHandler implements ChangeHandler, SelectionHandler<SuggestOracle.Suggestion> {

    private void update() {
        Carteira curr = CarteiraInveste.carteiraAtual;

        String asset = curr.tradeFilterAssetSuggest.getText();

From source file cc.alcina.framework.gwt.client.ide.widget.FilterableTree.java

/**
 * @author nick@alcina.cc
 * 
 */
public class FilterableTree extends Tree implements SelectionHandler<TreeItem>, VisualFilterableWithFirst {
    private static final int OTHER_KEY_DOWN = 63233;

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.alcina.framework.gwt.client.widget.CustomisableTabPanel.java

/**
 * 
 * Keep in sync with GWT - TabPanel
 */
@SuppressWarnings("deprecation")
public class CustomisableTabPanel extends Composite implements TabListener, SourcesTabEvents, HasWidgets,

From source file cc.kune.core.client.sitebar.search.MultivalueSuggestBox.java

/**
 * A SuggestBox that uses REST and allows for multiple values, autocomplete and
 * browsing.
 * 
 * @author Bess Siegal <bsiegal@novell.com>
 */

From source file client.history.SeriesPanelHistory.java

/**
 * {@link HistoryManager.Listener} in charge of updating a
 * {@link TabCoordinator} according to the tab name specified in the
 * current {@link HistoryState}.
 */
public class SeriesPanelHistory extends HistoryManager.BaseHistory implements SelectionHandler<Integer> {

From source file client.ui.coordinators.TabCoordinator.java

/**
 * Coordinator for attaching and detaching {@link Manager.View} objects to
 * and from a {@link Manager} depending on the current tab selection
 * of a {@code TabLayoutPanel}.
 *
 * @param <T> Manager class.

From source file com.edgenius.wiki.gwt.client.page.PageTabPanel.java

/**
 * @author Dapeng.Ni
 */
public class PageTabPanel extends SimplePanel
        implements BeforeSelectionHandler<Integer>, SelectionHandler<Integer>, PinPanelListener {
    public static String TABS_ANCHOR_NAME = HTMLPanel.createUniqueId();