Uses of Interface
org.overlord.sramp.ui.client.views.IView

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

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

Classes in org.overlord.sramp.ui.client.activities with type parameters of type IView
 class AbstractActivity<P extends Place,V extends IView<?>>
          Base class for all s-ramp-ui activities.
 

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

Subinterfaces of IView in org.overlord.sramp.ui.client.views
 interface IArtifactView
          Artifact view interface.
 interface IBrowseView
          Browse view interface.
 interface IDashboardView
          Dashboard view interface.
 interface IPagedResultView<A extends IActivity>
          Views that show a paged result set should implement this interface.
 

Classes in org.overlord.sramp.ui.client.views that implement IView
 class AbstractView<A extends IActivity>
          Base class for all view implementations.
 class ArtifactView
          Artifact view concrete implementation.
 class BrowseView
          Concrete implementation of the browse view.
 class DashboardView
          Implementation of the dashboard view.
 



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