Interface JPADataObjectEditorView

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void loadPropertyEditorCategories​(List<org.uberfire.ext.properties.editor.model.PropertyEditorCategory> categories)  
      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, org.uberfire.mvp.Command cancelCommand, String cancelButtonText, org.gwtbootstrap3.client.ui.constants.ButtonType cancelButtonType)  
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

        init
      • Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

        asWidget
    • Method Detail

      • loadPropertyEditorCategories

        void loadPropertyEditorCategories​(List<org.uberfire.ext.properties.editor.model.PropertyEditorCategory> categories)
      • 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,
                                  org.uberfire.mvp.Command cancelCommand,
                                  String cancelButtonText,
                                  org.gwtbootstrap3.client.ui.constants.ButtonType cancelButtonType)