Guvnor web application Drools 6.0.0-SNAPSHOT

org.drools.guvnor.client.widgets.drools.wizards.assets.decisiontable
Interface FactPatternsPageView

All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget
All Known Implementing Classes:
FactPatternsPageViewImpl

public interface FactPatternsPageView
extends com.google.gwt.user.client.ui.IsWidget

View and Presenter definitions for the Fact Patterns page


Nested Class Summary
static interface FactPatternsPageView.Presenter
           
 
Method Summary
 void setArePatternBindingsUnique(boolean arePatternBindingsUnique)
           
 void setAvailableFactTypes(List<String> types)
           
 void setChosenPatterns(List<Pattern52> types)
           
 void setPresenter(FactPatternsPageView.Presenter presenter)
          Set the Presenter for the View to callback to
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

setPresenter

void setPresenter(FactPatternsPageView.Presenter presenter)
Set the Presenter for the View to callback to

Parameters:
presenter -

setAvailableFactTypes

void setAvailableFactTypes(List<String> types)

setChosenPatterns

void setChosenPatterns(List<Pattern52> types)

setArePatternBindingsUnique

void setArePatternBindingsUnique(boolean arePatternBindingsUnique)

Guvnor web application Drools 6.0.0-SNAPSHOT

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.