|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
org.overlord.sramp.ui.client.views.AbstractView<IBrowseActivity>
org.overlord.sramp.ui.client.views.BrowseView
public class BrowseView
Concrete implementation of the browse view.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
| Field Summary |
|---|
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
BrowseView()
Constructor. |
|
| 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. |
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 class org.overlord.sramp.ui.client.views.AbstractView |
|---|
getActivity, getService, growl, i18n, setActivity |
| Methods inherited from class com.google.gwt.user.client.ui.Composite |
|---|
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents |
| Methods inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 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 |
| Constructor Detail |
|---|
public BrowseView()
| Method Detail |
|---|
public int getDefaultPageSize()
IPagedResultView
getDefaultPageSize in interface IPagedResultView<IBrowseActivity>IPagedResultView.getDefaultPageSize()public String getDefaultOrderBy()
IPagedResultView
getDefaultOrderBy in interface IPagedResultView<IBrowseActivity>IPagedResultView.getDefaultOrderBy()public void onQueryStarting(BrowsePlace currentPlace)
IBrowseView
onQueryStarting in interface IBrowseViewIBrowseView.onQueryStarting(BrowsePlace)
public void onQueryComplete(List<ArtifactSummary> artifacts,
boolean hasMoreRows)
IBrowseView
onQueryComplete in interface IBrowseViewIBrowseView.onQueryComplete(java.util.List, boolean)public void onQueryFailed(RemoteServiceException error)
IBrowseView
onQueryFailed in interface IBrowseViewIBrowseView.onQueryFailed(org.overlord.sramp.ui.shared.rsvcs.RemoteServiceException)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||