Interface AdvancedAnnotationListEditorView

    • Method Detail

      • showYesNoDialog

        void showYesNoDialog​(String message,
                             org.uberfire.mvp.Command yesCommand,
                             org.uberfire.mvp.Command noCommand,
                             org.uberfire.mvp.Command cancelCommand)
      • showYesNoDialog

        void showYesNoDialog​(String message,
                             org.uberfire.mvp.Command cancelCommand)
      • invokeCreateAnnotationWizard

        void invokeCreateAnnotationWizard​(org.uberfire.client.callbacks.Callback<org.kie.workbench.common.services.datamodeller.core.Annotation> callback,
                                          org.kie.workbench.common.services.shared.project.KieModule kieModule,
                                          org.kie.workbench.common.services.datamodeller.core.ElementType elementType)
      • setReadonly

        void setReadonly​(boolean readonly)
      • clear

        void clear()