Uses of Interface
org.overlord.sramp.ui.client.activities.IActivity

Packages that use IActivity
org.overlord.sramp.ui.client.activities   
org.overlord.sramp.ui.client.views   
 

Uses of IActivity in org.overlord.sramp.ui.client.activities
 

Subinterfaces of IActivity in org.overlord.sramp.ui.client.activities
 interface IArtifactActivity
          The artifact activity interface.
 interface IBrowseActivity
          The browse activity interface.
 interface IDashboardActivity
          The dashboard activity interface.
 

Classes in org.overlord.sramp.ui.client.activities that implement IActivity
 class AbstractActivity<P extends Place,V extends IView<?>>
          Base class for all s-ramp-ui activities.
 class ArtifactActivity
          Concrete implementation of the artifact activity.
 class BrowseActivity
          Concrete implementation of the browse activity.
 class DashboardActivity
          Concrete implementation of the dashboard activity.
 

Uses of IActivity in org.overlord.sramp.ui.client.views
 

Classes in org.overlord.sramp.ui.client.views with type parameters of type IActivity
 class AbstractView<A extends IActivity>
          Base class for all view implementations.
 interface IPagedResultView<A extends IActivity>
          Views that show a paged result set should implement this interface.
 interface IView<A extends IActivity>
          Base View interface - all specific view interfaces must extend this one.
 



Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.