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 Detail

      • displayNotification

        void displayNotification​(String text)
      • displayBlockingError

        default void displayBlockingError​(String summary,
                                          String content)
      • clearBlockingError

        default void clearBlockingError()