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

All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget, IView<A>
All Known Subinterfaces:
IBrowseView
All Known Implementing Classes:
BrowseView

public interface IPagedResultView<A extends IActivity>
extends IView<A>

Views that show a paged result set should implement this interface.

Author:
eric.wittmann@redhat.com

Method Summary
 String getDefaultOrderBy()
          Gets the default column name to order the results by (when no order-by is specified).
 int getDefaultPageSize()
          Gets the default page size for the list of artifacts.
 
Methods inherited from interface org.overlord.sramp.ui.client.views.IView
getActivity, setActivity
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

getDefaultPageSize

int getDefaultPageSize()
Gets the default page size for the list of artifacts.


getDefaultOrderBy

String getDefaultOrderBy()
Gets the default column name to order the results by (when no order-by is specified).



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