Guvnor web application Drools 6.0.0-SNAPSHOT

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

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

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

View and Presenter definitions for the ActionInsertFactsFields page


Nested Class Summary
static interface ActionInsertFactFieldsPageView.Presenter
           
 
Method Summary
 void setAreActionInsertFactFieldsDefined(boolean areActionInsertFactFieldsDefined)
           
 void setArePatternBindingsUnique(boolean arePatternBindingsUnique)
           
 void setAvailableFactTypes(List<String> availableTypes)
           
 void setAvailableFields(List<AvailableField> fields)
           
 void setChosenFields(List<ActionInsertFactCol52> fields)
           
 void setChosenPatterns(List<ActionInsertFactFieldsPattern> patterns)
           
 void setDTCellValueWidgetFactory(DTCellValueWidgetFactory factory)
           
 void setPresenter(ActionInsertFactFieldsPageView.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(ActionInsertFactFieldsPageView.Presenter presenter)
Set the Presenter for the View to callback to

Parameters:
presenter -

setDTCellValueWidgetFactory

void setDTCellValueWidgetFactory(DTCellValueWidgetFactory factory)

setAvailableFactTypes

void setAvailableFactTypes(List<String> availableTypes)

setChosenPatterns

void setChosenPatterns(List<ActionInsertFactFieldsPattern> patterns)

setAvailableFields

void setAvailableFields(List<AvailableField> fields)

setChosenFields

void setChosenFields(List<ActionInsertFactCol52> fields)

setArePatternBindingsUnique

void setArePatternBindingsUnique(boolean arePatternBindingsUnique)

setAreActionInsertFactFieldsDefined

void setAreActionInsertFactFieldsDefined(boolean areActionInsertFactFieldsDefined)

Guvnor web application Drools 6.0.0-SNAPSHOT

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