Interface ActionSetFieldsPageView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<ActionSetFieldsPageView.Presenter>,com.google.gwt.user.client.ui.IsWidget,RequiresValidator,org.uberfire.client.mvp.UberView<ActionSetFieldsPageView.Presenter>
- All Known Implementing Classes:
ActionSetFieldsPageViewImpl
public interface ActionSetFieldsPageView extends org.uberfire.client.mvp.UberView<ActionSetFieldsPageView.Presenter>, RequiresValidator
View and Presenter definitions for the ActionSetFields page
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceActionSetFieldsPageView.Presenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetAreActionSetFieldsDefined(boolean areActionSetFieldsDefined)voidsetArePatternBindingsUnique(boolean arePatternBindingsUnique)voidsetAvailableFields(List<AvailableField> fields)voidsetAvailablePatterns(List<org.drools.workbench.models.guided.dtable.shared.model.Pattern52> patterns)voidsetChosenFields(List<org.drools.workbench.models.guided.dtable.shared.model.ActionSetFieldCol52> fields)voidsetDTCellValueWidgetFactory(DTCellValueWidgetFactory factory)-
Methods inherited from interface org.drools.workbench.screens.guided.dtable.client.wizard.table.pages.RequiresValidator
setValidator
-
-
-
-
Method Detail
-
setDTCellValueWidgetFactory
void setDTCellValueWidgetFactory(DTCellValueWidgetFactory factory)
-
setAvailablePatterns
void setAvailablePatterns(List<org.drools.workbench.models.guided.dtable.shared.model.Pattern52> patterns)
-
setAvailableFields
void setAvailableFields(List<AvailableField> fields)
-
setChosenFields
void setChosenFields(List<org.drools.workbench.models.guided.dtable.shared.model.ActionSetFieldCol52> fields)
-
setArePatternBindingsUnique
void setArePatternBindingsUnique(boolean arePatternBindingsUnique)
-
setAreActionSetFieldsDefined
void setAreActionSetFieldsDefined(boolean areActionSetFieldsDefined)
-
-