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 accelerator.client.presenter.TaskListPresenter.java

/**
 * ??? 
 */
public abstract class TaskListPresenter extends AbstractActivity implements Presenter {
    protected final ClientFactory clientFactory;
    protected final TaskServiceAsync service;

From source file ar.com.cristal.creditos.client.ui.MenuActivity.java

/**
 * Activities are started and stopped by an ActivityManager associated with a container Widget.
 */
public class MenuActivity extends AbstractActivity implements MenuView.Presenter {

    /**

From source file co.edu.udea.iw.rtf.client.activity.AsignarSolicitudActivity.java

/**
 * Activities are started and stopped by an ActivityManager associated with a
 * container Widget. Actividad asociada con la vista utilizada para permitir a
 * un usuario asignar el responsable de responder una solicitud.
 * 
 * @author Juan David Agudelo jdaaa2009@gmail.com

From source file co.edu.udea.iw.rtf.client.activity.CrearSolicitudActivity.java

/**
 * Activities are started and stopped by an ActivityManager associated with a
 * container Widget. Esta actividad premite manejar la lgica de la
 * presentacion de la vista usada para permitir al cliente realizar una
 * solicitud a la empresa.
 * 

From source file co.edu.udea.iw.rtf.client.activity.LoginActivity.java

/**
 * Activities are started and stopped by an ActivityManager associated with a
 * container Widget. Actividad que permite al usuario loguearse en el sistema
 * para realizar cambios que requieren autenticacin.
 * 
 */

From source file co.edu.udea.iw.rtf.client.activity.MainPageActivity.java

/**
 * Activities are started and stopped by an ActivityManager associated with a
 * container Widget. Actividad asociada con la pgina inicial de la aplicacin.
 * 
 * @author Juan David Agudelo jdaaa2009@gmail.com
 * @author Andres Felipe Vanegas anfevaloudea@gmail.com

From source file co.edu.udea.iw.rtf.client.activity.SolicitudesActivity.java

/**
 * Activities are started and stopped by an ActivityManager associated with a
 * container Widget. Actividad utilizada para mostrar la lista de solicitudes de
 * acuerdo con los roles del usuario.
 * 
 * @author Juan David Agudelo jdaaa2009@gmail.com

From source file com.acme.gwt.client.presenter.CreateShowPresenter.java

/**
 * Reuses the show editor view to edit newly created shows.
 *
 */
public class CreateShowPresenter extends AbstractActivity implements ShowEditorView.Presenter {
    @Inject

From source file com.acme.gwt.client.presenter.ShowDetailPresenter.java

/**
 * @author colin
 *
 */
public class ShowDetailPresenter extends AbstractActivity implements ShowDetailView.Presenter {
    @Inject

From source file com.acme.gwt.client.presenter.ShowEditorPresenter.java

/**
 * Presenter controlling an editor for the show object. Presenter keeps an eye on the driver to 
 * see if it says that there are changes that can be saved - this seems to not work for 
 * HasDataEditor-like editors
 *
 */