Example usage for com.google.gwt.activity.shared AbstractActivity subclass-usage

List of usage examples for com.google.gwt.activity.shared AbstractActivity subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.activity.shared AbstractActivity subclass-usage.

Usage

From source file org.fourthline.konto.client.report.ReportActivity.java

/**
 * TODO: The view/criteria state management is buggy and a mess.
 * Cleanup when graph feature has been written.
 *
 * @author Christian Bauer
 */

From source file org.fourthline.konto.client.settings.SettingsActivity.java

public class SettingsActivity extends AbstractActivity
        implements SettingsView.Presenter, GlobalSettingsRefreshedEvent.Handler {

    final SettingsView view;
    final PlaceController placeController;
    final EventBus bus;

From source file org.glom.web.client.activity.DocumentSelectionActivity.java

public class DocumentSelectionActivity extends AbstractActivity implements View.Presenter {

    // TODO inject with GIN
    private final ClientFactory clientFactory;
    private final DocumentSelectionView documentSelectionView;

From source file org.glom.web.client.activity.HasDocumentActivity.java

/**
 * @author Ben Konrath <ben@bagu.org>
 *
 */
public abstract class HasDocumentActivity extends AbstractActivity implements View.Presenter {

From source file org.glom.web.client.activity.TableSelectionActivity.java

/**
 *
 */
public class TableSelectionActivity extends AbstractActivity implements View.Presenter {
    private final ClientFactory clientFactory;
    private String documentID;

From source file org.kaaproject.avro.ui.sandbox.client.mvp.activity.HeaderActivity.java

public class HeaderActivity extends AbstractActivity {

    private final HeaderView headerView;

    protected List<HandlerRegistration> registrations = new ArrayList<HandlerRegistration>();

From source file org.kaaproject.avro.ui.sandbox.client.mvp.activity.MainActivity.java

public class MainActivity extends AbstractActivity {

    private final ClientFactory clientFactory;
    private MainView view;

    private List<HandlerRegistration> registrations = new ArrayList<HandlerRegistration>();

From source file org.kaaproject.kaa.sandbox.web.client.mvp.activity.BundleActivity.java

public class BundleActivity extends AbstractActivity {

    private final ClientFactory clientFactory;
    private final BundlePlace place;
    private ProjectBundleView view;

From source file org.kaaproject.kaa.sandbox.web.client.mvp.activity.ChangeKaaHostActivity.java

public class ChangeKaaHostActivity extends AbstractActivity {

    private static final String LOGS_SERVLET_URL = "sandbox/sandbox/servlet/logsServlet";

    private final ChangeKaaHostPlace place;
    private final ClientFactory clientFactory;

From source file org.kaaproject.kaa.sandbox.web.client.mvp.activity.HeaderActivity.java

public class HeaderActivity extends AbstractActivity {

    private Place place;
    private final ClientFactory clientFactory;
    private final HeaderView headerView;