|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBrowseView
Browse view interface.
| Method Summary | |
|---|---|
void |
onQueryComplete(List<ArtifactSummary> artifacts,
boolean hasMoreRows)
Called by the activity when the async query completes successfully with data. |
void |
onQueryFailed(RemoteServiceException error)
Called by the activity when the async query completes with an error. |
void |
onQueryStarting(BrowsePlace currentPlace)
Called by the activity when it kicks off the async query for artifacts. |
| Methods inherited from interface org.overlord.sramp.ui.client.views.IPagedResultView |
|---|
getDefaultOrderBy, getDefaultPageSize |
| 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 |
|---|
void onQueryStarting(BrowsePlace currentPlace)
void onQueryComplete(List<ArtifactSummary> artifacts,
boolean hasMoreRows)
artifacts - hasMoreRows - void onQueryFailed(RemoteServiceException error)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||