Class FactPatternsPage

    • Constructor Detail

      • FactPatternsPage

        public FactPatternsPage()
    • Method Detail

      • getTitle

        public String getTitle()
        Specified by:
        getTitle in interface org.uberfire.ext.widgets.core.client.wizards.WizardPage
      • initialise

        public void initialise()
        Specified by:
        initialise in interface org.uberfire.ext.widgets.core.client.wizards.WizardPage
      • prepareView

        public void prepareView()
        Specified by:
        prepareView in interface org.uberfire.ext.widgets.core.client.wizards.WizardPage
      • isComplete

        public void isComplete​(org.uberfire.client.callbacks.Callback<Boolean> callback)
        Specified by:
        isComplete in interface org.uberfire.ext.widgets.core.client.wizards.WizardPage
      • handleImportAddedEvent

        public void handleImportAddedEvent​(@Observes
                                           org.kie.workbench.common.widgets.client.datamodel.ImportAddedEvent event)
      • handleImportRemovedEvent

        public void handleImportRemovedEvent​(@Observes
                                             org.kie.workbench.common.widgets.client.datamodel.ImportRemovedEvent event)
      • isPatternEvent

        public void isPatternEvent​(org.drools.workbench.models.guided.dtable.shared.model.Pattern52 pattern,
                                   org.uberfire.client.callbacks.Callback<Boolean> callback)
        Specified by:
        isPatternEvent in interface FactPatternsPageView.Presenter
      • makeResult

        public void makeResult​(org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model)
        Description copied from class: AbstractGuidedDecisionTableWizardPage
        When the Widget is finished a GuidedDecisionTable52 instance is passed to each page for enrichment. Some pages are able to work on this instance directly (i.e. the model is suitable for direct use in the page, such as FactPatternsPage) however others maintain their own representation of the model that must be copied into the GuidedDecisionTable52.
        Overrides:
        makeResult in class AbstractGuidedDecisionTableWizardPage