List of usage examples for com.google.gwt.activity.shared ActivityMapper interface-usage
From source file org.dmd.mvw.client.mvw.MvwActivityMapper.java
/**
* The MvwActivityMapper is a generic activity mapper that's used in conjunction
* with the Model View Whatever (MVW) framework. This works because of a couple
* of design choices: 1. Places map one-to-one with Activities and 2. All places
* are derived from a common MvwPlace which knows how to construct the Activity
* associated with it.
From source file org.drools.guvnor.client.common.content.multi.ContentActivityMapper.java
public interface ContentActivityMapper extends ActivityMapper {
}
From source file org.drools.guvnor.client.PerspectiveActivityMapper.java
@Dependent public class PerspectiveActivityMapper implements ActivityMapper { @Inject private IOCBeanManager manager;
From source file org.fourthline.konto.client.NavigationMapper.java
/**
* These are two mapping layers of the MVP navigation system in GWT 2.1.
* <p>
* Yes, this is shockingly bad. I understand that strings
* suck and you want to avoid string-keyed maps. I also understand
* the limitations of no reflection and GWT rebinding. What I don't
From source file org.geomajas.quickstart.mobile.client.activity.mapper.phone.PhoneActivityMapper.java
/** * @author Dosi Bingov * */ public class PhoneActivityMapper implements ActivityMapper {
From source file org.glom.web.client.mvp.DataActivityMapper.java
/** * */ public class DataActivityMapper implements ActivityMapper { private final ClientFactory clientFactory;
From source file org.glom.web.client.mvp.DocumentSelectionActivityMapper.java
/** * */ public class DocumentSelectionActivityMapper implements ActivityMapper { private final ClientFactory clientFactory;
From source file org.glom.web.client.mvp.TableSelectionActivityMapper.java
/** * */ public class TableSelectionActivityMapper implements ActivityMapper { private final TableSelectionActivity tableSelectionActivity;
From source file org.kaaproject.avro.ui.sandbox.client.mvp.activity.AvroUiSandboxActivityMapper.java
public class AvroUiSandboxActivityMapper implements ActivityMapper { private final ClientFactory clientFactory; public AvroUiSandboxActivityMapper(ClientFactory clientFactory) { super();
From source file org.kaaproject.avro.ui.sandbox.client.mvp.activity.HeaderActivityMapper.java
public class HeaderActivityMapper implements ActivityMapper { private final HeaderActivity headerActivity; public HeaderActivityMapper(ClientFactory clientFactory) { super();