Example usage for com.google.gwt.view.client SelectionChangeEvent.HasSelectionChangedHandlers interface-usage

List of usage examples for com.google.gwt.view.client SelectionChangeEvent.HasSelectionChangedHandlers interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.view.client SelectionChangeEvent.HasSelectionChangedHandlers interface-usage.

Usage

From source file com.gafactory.core.client.ui.grids.BaseListGrid.java

/**
 * @author Alexander Ostrovskiy (a.ostrovskiy)
 * @since 08.07.13
 */
@SuppressWarnings({ "UnusedDeclaration", "SpringJavaAutowiringInspection" })
public abstract class BaseListGrid<T, _Filter extends Filter> extends Composite

From source file com.gafactory.core.client.ui.widgets.ValueIdListBox.java

/**
 * @author Alexander Ostrovskiy (a.ostrovskiy)
 * @since 16.07.13
 */
public class ValueIdListBox<T, ID> extends Composite implements LeafValueEditor<ID>, HasValue<ID>,
        SelectionChangeEvent.HasSelectionChangedHandlers, /*HasShowEditorErrors<ID>,*/ HasEnabled {

From source file org.kie.workbench.common.widgets.client.widget.KSessionSelectorView.java

public interface KSessionSelectorView extends IsWidget, SelectionChangeEvent.HasSelectionChangedHandlers {

    void setPresenter(final KSessionSelector presenter);

    void setSelected(final String kbase, final String ksession);

From source file org.rstudio.studio.client.workbench.views.connections.ui.SparkMasterChooser.java

public class SparkMasterChooser extends Composite
        implements CanFocus, SelectionChangeEvent.HasSelectionChangedHandlers {
    public SparkMasterChooser(final NewSparkConnectionContext context) {
        RStudioGinjector.INSTANCE.injectMembers(this);

        panel_ = new SimplePanel();

From source file uk.ac.ebi.fg.annotare2.web.gwt.editor.client.view.widget.SelectableLabel.java

/**
 * @author Olga Melnichuk
 */
public class SelectableLabel<T> extends Composite implements SelectionChangeEvent.HasSelectionChangedHandlers {

    private HorizontalPanel panel;