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

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

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

View and Presenter definitions for the ActionSetFields page


Nested Class Summary
static interface ActionSetFieldsPageView.Presenter
           
 
Method Summary
 void setAreActionSetFieldsDefined(boolean areActionSetFieldsDefined)
           
 void setArePatternBindingsUnique(boolean arePatternBindingsUnique)
           
 void setAvailableFields(List<AvailableField> fields)
           
 void setAvailablePatterns(List<Pattern52> patterns)
           
 void setChosenFields(List<ActionSetFieldCol52> fields)
           
 void setPresenter(ActionSetFieldsPageView.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(ActionSetFieldsPageView.Presenter presenter)
Set the Presenter for the View to callback to

Parameters:
presenter -

setAvailablePatterns

void setAvailablePatterns(List<Pattern52> patterns)

setAvailableFields

void setAvailableFields(List<AvailableField> fields)

setChosenFields

void setChosenFields(List<ActionSetFieldCol52> fields)

setArePatternBindingsUnique

void setArePatternBindingsUnique(boolean arePatternBindingsUnique)

setAreActionSetFieldsDefined

void setAreActionSetFieldsDefined(boolean areActionSetFieldsDefined)


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