Interface BaseEditorView

  • All Superinterfaces:
    org.uberfire.ext.widgets.common.client.common.HasBusyIndicator, com.google.gwt.user.client.ui.IsWidget
    All Known Subinterfaces:
    HtmlEditorPresenter.View
    All Known Implementing Classes:
    BaseEditorViewImpl, HtmlEditorView

    public interface BaseEditorView
    extends org.uberfire.ext.widgets.common.client.common.HasBusyIndicator, com.google.gwt.user.client.ui.IsWidget
    • Method Detail

      • showLoading

        void showLoading()
      • showSaving

        void showSaving()
      • alertReadOnly

        void alertReadOnly()
      • refreshTitle

        void refreshTitle​(String value)
      • confirmClose

        boolean confirmClose()