Interface GuidedRuleEditorView

  • 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:
    GuidedRuleEditorViewImpl

    public interface GuidedRuleEditorView
    extends org.kie.workbench.common.widgets.metadata.client.KieEditorView, com.google.gwt.user.client.ui.IsWidget
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.drools.workbench.models.datamodel.rule.RuleModel getContent()  
      void refresh()  
      void setContent​(org.drools.workbench.models.datamodel.rule.RuleModel model, Collection<RuleModellerActionPlugin> actionPlugins, org.kie.workbench.common.widgets.client.datamodel.AsyncPackageDataModelOracle dataModel, org.jboss.errai.common.client.api.Caller<org.kie.workbench.common.services.shared.rulename.RuleNamesService> ruleNamesService, boolean isReadOnly, boolean isDSLEnabled)  
      • 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

      • setContent

        void setContent​(org.drools.workbench.models.datamodel.rule.RuleModel model,
                        Collection<RuleModellerActionPlugin> actionPlugins,
                        org.kie.workbench.common.widgets.client.datamodel.AsyncPackageDataModelOracle dataModel,
                        org.jboss.errai.common.client.api.Caller<org.kie.workbench.common.services.shared.rulename.RuleNamesService> ruleNamesService,
                        boolean isReadOnly,
                        boolean isDSLEnabled)
      • getContent

        org.drools.workbench.models.datamodel.rule.RuleModel getContent()
      • refresh

        void refresh()