Interface DataModelerScreenPresenter.DataModelerScreenView

  • All Superinterfaces:
    org.uberfire.ext.editor.commons.client.BaseEditorView, org.uberfire.ext.widgets.common.client.common.HasBusyIndicator, com.google.gwt.user.client.ui.IsWidget, org.kie.workbench.common.widgets.metadata.client.KieEditorView
    All Known Implementing Classes:
    DataModelerScreenViewImpl
    Enclosing class:
    DataModelerScreenPresenter

    public static interface DataModelerScreenPresenter.DataModelerScreenView
    extends org.kie.workbench.common.widgets.metadata.client.KieEditorView
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void redraw()  
      void refreshTypeLists​(boolean keepCurrentSelection)  
      void setContext​(DataModelerContext context)  
      void setDomainContainerTitle​(String title, String tooltip)  
      void showParseErrorsDialog​(String title, String message, org.uberfire.mvp.Command onCloseCommand)  
      void showYesNoCancelPopup​(String title, String message, org.uberfire.mvp.Command yesCommand, String yesButtonText, org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType, org.uberfire.mvp.Command noCommand, String noButtonText, org.gwtbootstrap3.client.ui.constants.ButtonType noButtonType)  
      void showYesNoCancelPopup​(String title, String message, org.uberfire.mvp.Command yesCommand, org.uberfire.mvp.Command noCommand)  
      • Methods inherited from interface org.uberfire.ext.editor.commons.client.BaseEditorView

        alertReadOnly, confirmClose, getTitleWidget, refreshTitle, showLoading, showSaving
      • Methods inherited from interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicator

        hideBusyIndicator, showBusyIndicator
      • Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

        asWidget
      • Methods inherited from interface org.kie.workbench.common.widgets.metadata.client.KieEditorView

        refreshTitle
    • Method Detail

      • refreshTypeLists

        void refreshTypeLists​(boolean keepCurrentSelection)
      • showYesNoCancelPopup

        void showYesNoCancelPopup​(String title,
                                  String message,
                                  org.uberfire.mvp.Command yesCommand,
                                  String yesButtonText,
                                  org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType,
                                  org.uberfire.mvp.Command noCommand,
                                  String noButtonText,
                                  org.gwtbootstrap3.client.ui.constants.ButtonType noButtonType)
      • showYesNoCancelPopup

        void showYesNoCancelPopup​(String title,
                                  String message,
                                  org.uberfire.mvp.Command yesCommand,
                                  org.uberfire.mvp.Command noCommand)
      • showParseErrorsDialog

        void showParseErrorsDialog​(String title,
                                   String message,
                                   org.uberfire.mvp.Command onCloseCommand)
      • setDomainContainerTitle

        void setDomainContainerTitle​(String title,
                                     String tooltip)
      • redraw

        void redraw()