List of usage examples for com.google.gwt.activity.shared Activity interface-usage
From source file com.github.gwtbootstrap.showcase.client.framework.IShowcaseActivity.java
public interface IShowcaseActivity extends Activity { public void setClientFactory(ClientFactory clientFactory); public void setPlace(Place place);
From source file com.google.gwt.sample.expenses.client.ExpenseReportDetails.java
/** * Details about the current expense report on the right side of the app, * including the list of expenses. */ public class ExpenseReportDetails extends Composite implements Activity {
From source file com.google.gwt.sample.expenses.client.ExpenseReportList.java
/** * The list of expense reports on the right side of the app. */ public class ExpenseReportList extends Composite implements EntityProxyChange.Handler<ReportProxy>, Activity { interface Binder extends UiBinder<Widget, ExpenseReportList> {
From source file com.google.gwt.sample.expenses.client.place.AbstractProxyEditActivity.java
/**
* Abstract activity for editing a record. Subclasses must provide access to the
* request that will be fired when Save is clicked.
* <p>
* Instances are not reusable. Once an activity is stoped, it cannot be
* restarted.
From source file com.google.gwt.sample.expenses.client.place.AbstractProxyListActivity.java
/**
* Abstract activity for displaying a list of {@link EntityProxy}. These
* activities are not re-usable. Once they are stopped, they cannot be
* restarted.
* <p>
* Subclasses must:
From source file com.jettmarks.routes.client.activities.AboutActivity.java
/** * Description. * * @author jett */ public class AboutActivity extends NavLinkActivity implements Activity {
From source file com.jettmarks.routes.client.activities.ConductorActivity.java
/** * Description. * * @author jett */ public class ConductorActivity extends NavLinkActivity implements Activity {
From source file com.jettmarks.routes.client.activities.EventMainActivity.java
/** * Description. * * @author jett */ public class EventMainActivity extends EventActivity implements Activity {
From source file com.jettmarks.routes.client.activities.EventNavActivity.java
/** * Description. * * @author jett */ public class EventNavActivity extends EventActivity implements Activity {
From source file com.jettmarks.routes.client.activities.EventTabbedActivity.java
/** * Description. * * @author jett */ public class EventTabbedActivity extends EventActivity implements Activity {