org.overlord.sramp.ui.client.views
Interface IView<A extends IActivity>

All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget
All Known Subinterfaces:
IArtifactView, IBrowseView, IDashboardView, IPagedResultView<A>
All Known Implementing Classes:
AbstractView, ArtifactView, BrowseView, DashboardView

public interface IView<A extends IActivity>
extends com.google.gwt.user.client.ui.IsWidget

Base View interface - all specific view interfaces must extend this one.

Author:
eric.wittmann@redhat.com

Method Summary
 A getActivity()
          Gets the activity for this view.
 void setActivity(A activity)
          Sets the activity for this view.
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

getActivity

A getActivity()
Gets the activity for this view.


setActivity

void setActivity(A activity)
Sets the activity for this view.

Parameters:
activity -


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