Interface FactPatternsPageView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<FactPatternsPageView.Presenter>,com.google.gwt.user.client.ui.IsWidget,RequiresValidator,org.uberfire.client.mvp.UberView<FactPatternsPageView.Presenter>
- All Known Implementing Classes:
FactPatternsPageViewImpl
public interface FactPatternsPageView extends org.uberfire.client.mvp.UberView<FactPatternsPageView.Presenter>, RequiresValidator
View and Presenter definitions for the Fact Patterns page
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceFactPatternsPageView.Presenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetArePatternBindingsUnique(boolean arePatternBindingsUnique)voidsetAvailableFactTypes(List<String> types)voidsetChosenPatterns(List<org.drools.workbench.models.guided.dtable.shared.model.Pattern52> types)-
Methods inherited from interface org.drools.workbench.screens.guided.dtable.client.wizard.table.pages.RequiresValidator
setValidator
-
-