Interface ListView<T extends org.jbpm.workbench.common.model.GenericSummary,V>
-
- All Superinterfaces:
org.uberfire.ext.widgets.common.client.common.HasBusyIndicator,org.uberfire.client.mvp.HasPresenter<V>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<V>
- All Known Subinterfaces:
MultiGridView<T,V>
- All Known Implementing Classes:
AbstractMultiGridView
public interface ListView<T extends org.jbpm.workbench.common.model.GenericSummary,V> extends com.google.gwt.user.client.ui.IsWidget, org.uberfire.ext.widgets.common.client.common.HasBusyIndicator, org.uberfire.client.mvp.UberView<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidclearBlockingError()default voiddisplayBlockingError(String summary, String content)voiddisplayNotification(String text)ExtendedPagedTable<T>getListGrid()
-
-
-
Method Detail
-
displayNotification
void displayNotification(String text)
-
getListGrid
ExtendedPagedTable<T> getListGrid()
-
clearBlockingError
default void clearBlockingError()
-
-