org.overlord.sramp.ui.client
Class ClientFactory
java.lang.Object
org.overlord.sramp.ui.client.ClientFactory
- All Implemented Interfaces:
- IClientFactory
public class ClientFactory
- extends Object
- implements IClientFactory
A factory for creating/getting a variety of services and UI components.
- Author:
- eric.wittmann@redhat.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientFactory
public ClientFactory()
- Constructor.
getEventBus
public com.google.web.bindery.event.shared.EventBus getEventBus()
- Specified by:
getEventBus in interface IClientFactory
- See Also:
IClientFactory.getEventBus()
getPlaceController
public com.google.gwt.place.shared.PlaceController getPlaceController()
- Specified by:
getPlaceController in interface IClientFactory
- See Also:
IClientFactory.getPlaceController()
createDashboardView
public IDashboardView createDashboardView()
- Specified by:
createDashboardView in interface IClientFactory
- See Also:
IClientFactory.createDashboardView()
createBrowseView
public IBrowseView createBrowseView()
- Specified by:
createBrowseView in interface IClientFactory
- See Also:
IClientFactory.createBrowseView()
createArtifactView
public IArtifactView createArtifactView()
- Specified by:
createArtifactView in interface IClientFactory
- See Also:
IClientFactory.createArtifactView()
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.