@Dependent public class FactPatternConstraintsPageViewImpl extends com.google.gwt.user.client.ui.Composite implements FactPatternConstraintsPageView
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
FactPatternConstraintsPageView.Presenter
Modifier and Type | Field and Description |
---|---|
protected com.google.gwt.user.client.ui.ScrollPanel |
availableFieldsContainer |
protected com.google.gwt.user.client.ui.ScrollPanel |
availablePatternsContainer |
protected org.gwtbootstrap3.client.ui.Button |
btnAdd |
protected org.gwtbootstrap3.client.ui.Button |
btnRemove |
protected com.google.gwt.user.client.ui.ScrollPanel |
chosenConditionsContainer |
Constructor and Description |
---|
FactPatternConstraintsPageViewImpl() |
Modifier and Type | Method and Description |
---|---|
void |
btnAddClick(com.google.gwt.event.dom.client.ClickEvent event) |
void |
btnRemoveClick(com.google.gwt.event.dom.client.ClickEvent event) |
void |
init(FactPatternConstraintsPageView.Presenter presenter) |
void |
setAreConditionsDefined(boolean areConditionsDefined) |
void |
setArePatternBindingsUnique(boolean arePatternBindingsUnique) |
void |
setAvailableFields(List<AvailableField> fields) |
void |
setAvailablePatterns(List<org.drools.workbench.models.guided.dtable.shared.model.Pattern52> patterns) |
void |
setChosenConditions(List<org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52> conditions) |
void |
setDTCellValueUtilities(CellUtilities cellUtils) |
void |
setDTCellValueWidgetFactory(DTCellValueWidgetFactory factory) |
void |
setup() |
void |
setValidator(Validator validator) |
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString
@UiField protected com.google.gwt.user.client.ui.ScrollPanel availablePatternsContainer
@UiField protected com.google.gwt.user.client.ui.ScrollPanel availableFieldsContainer
@UiField protected com.google.gwt.user.client.ui.ScrollPanel chosenConditionsContainer
@UiField protected org.gwtbootstrap3.client.ui.Button btnAdd
@UiField protected org.gwtbootstrap3.client.ui.Button btnRemove
@PostConstruct public void setup()
public void setValidator(Validator validator)
setValidator
in interface RequiresValidator
public void setDTCellValueUtilities(CellUtilities cellUtils)
setDTCellValueUtilities
in interface FactPatternConstraintsPageView
public void init(FactPatternConstraintsPageView.Presenter presenter)
init
in interface org.uberfire.client.mvp.HasPresenter<FactPatternConstraintsPageView.Presenter>
public void setDTCellValueWidgetFactory(DTCellValueWidgetFactory factory)
setDTCellValueWidgetFactory
in interface FactPatternConstraintsPageView
public void setAreConditionsDefined(boolean areConditionsDefined)
setAreConditionsDefined
in interface FactPatternConstraintsPageView
public void setArePatternBindingsUnique(boolean arePatternBindingsUnique)
setArePatternBindingsUnique
in interface FactPatternConstraintsPageView
public void setAvailablePatterns(List<org.drools.workbench.models.guided.dtable.shared.model.Pattern52> patterns)
setAvailablePatterns
in interface FactPatternConstraintsPageView
public void setAvailableFields(List<AvailableField> fields)
setAvailableFields
in interface FactPatternConstraintsPageView
public void setChosenConditions(List<org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52> conditions)
setChosenConditions
in interface FactPatternConstraintsPageView
@UiHandler(value="btnAdd") public void btnAddClick(com.google.gwt.event.dom.client.ClickEvent event)
@UiHandler(value="btnRemove") public void btnRemoveClick(com.google.gwt.event.dom.client.ClickEvent event)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.