Drools Workbench - Guided Decision Table Editor - Client 6.2.0.CR3

org.drools.workbench.screens.guided.dtable.client.wizard.pages
Class ActionInsertFactFieldsPageViewImpl

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by org.drools.workbench.screens.guided.dtable.client.wizard.pages.ActionInsertFactFieldsPageViewImpl
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.IsRenderable, com.google.gwt.user.client.ui.IsWidget, ActionInsertFactFieldsPageView, RequiresValidator, org.uberfire.client.mvp.UberView<ActionInsertFactFieldsPageView.Presenter>

@Dependent
public class ActionInsertFactFieldsPageViewImpl
extends com.google.gwt.user.client.ui.Composite
implements ActionInsertFactFieldsPageView

An implementation of the ActionInsertFactFields page


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Nested classes/interfaces inherited from interface org.drools.workbench.screens.guided.dtable.client.wizard.pages.ActionInsertFactFieldsPageView
ActionInsertFactFieldsPageView.Presenter
 
Field Summary
protected  com.google.gwt.user.client.ui.ScrollPanel availableFactTypesContainer
           
protected  com.google.gwt.user.client.ui.ScrollPanel availableFieldsContainer
           
protected  com.google.gwt.user.client.ui.PushButton btnAdd
           
protected  com.google.gwt.user.client.ui.PushButton btnAddFactTypes
           
protected  com.google.gwt.user.client.ui.PushButton btnRemove
           
protected  com.google.gwt.user.client.ui.PushButton btnRemoveFactTypes
           
protected  com.google.gwt.user.client.ui.ScrollPanel chosenFieldsContainer
           
protected  com.google.gwt.user.client.ui.ScrollPanel chosenPatternsContainer
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
ActionInsertFactFieldsPageViewImpl()
           
 
Method Summary
 void btnAddClick(com.google.gwt.event.dom.client.ClickEvent event)
           
 void btnAddFactTypesClick(com.google.gwt.event.dom.client.ClickEvent event)
           
 void btnRemoveClick(com.google.gwt.event.dom.client.ClickEvent event)
           
 void btnRemoveFactTypesClick(com.google.gwt.event.dom.client.ClickEvent event)
           
 void init(ActionInsertFactFieldsPageView.Presenter presenter)
           
 void setAreActionInsertFactFieldsDefined(boolean areActionInsertFactFieldsDefined)
           
 void setArePatternBindingsUnique(boolean arePatternBindingsUnique)
           
 void setAvailableFactTypes(List<String> types)
           
 void setAvailableFields(List<AvailableField> fields)
           
 void setChosenFields(List<org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactCol52> fields)
           
 void setChosenPatterns(List<org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactFieldsPattern> patterns)
           
 void setDTCellValueWidgetFactory(DTCellValueWidgetFactory factory)
           
 void setup()
           
 void setValidator(Validator validator)
           
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
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, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Field Detail

availableFactTypesContainer

@UiField
protected com.google.gwt.user.client.ui.ScrollPanel availableFactTypesContainer

chosenPatternsContainer

@UiField
protected com.google.gwt.user.client.ui.ScrollPanel chosenPatternsContainer

availableFieldsContainer

@UiField
protected com.google.gwt.user.client.ui.ScrollPanel availableFieldsContainer

chosenFieldsContainer

@UiField
protected com.google.gwt.user.client.ui.ScrollPanel chosenFieldsContainer

btnAddFactTypes

@UiField
protected com.google.gwt.user.client.ui.PushButton btnAddFactTypes

btnRemoveFactTypes

@UiField
protected com.google.gwt.user.client.ui.PushButton btnRemoveFactTypes

btnAdd

@UiField
protected com.google.gwt.user.client.ui.PushButton btnAdd

btnRemove

@UiField
protected com.google.gwt.user.client.ui.PushButton btnRemove
Constructor Detail

ActionInsertFactFieldsPageViewImpl

public ActionInsertFactFieldsPageViewImpl()
Method Detail

setup

@PostConstruct
public void setup()

setValidator

public void setValidator(Validator validator)
Specified by:
setValidator in interface RequiresValidator

init

public void init(ActionInsertFactFieldsPageView.Presenter presenter)
Specified by:
init in interface org.uberfire.client.mvp.UberView<ActionInsertFactFieldsPageView.Presenter>

setDTCellValueWidgetFactory

public void setDTCellValueWidgetFactory(DTCellValueWidgetFactory factory)
Specified by:
setDTCellValueWidgetFactory in interface ActionInsertFactFieldsPageView

setArePatternBindingsUnique

public void setArePatternBindingsUnique(boolean arePatternBindingsUnique)
Specified by:
setArePatternBindingsUnique in interface ActionInsertFactFieldsPageView

setAreActionInsertFactFieldsDefined

public void setAreActionInsertFactFieldsDefined(boolean areActionInsertFactFieldsDefined)
Specified by:
setAreActionInsertFactFieldsDefined in interface ActionInsertFactFieldsPageView

setAvailableFactTypes

public void setAvailableFactTypes(List<String> types)
Specified by:
setAvailableFactTypes in interface ActionInsertFactFieldsPageView

setChosenPatterns

public void setChosenPatterns(List<org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactFieldsPattern> patterns)
Specified by:
setChosenPatterns in interface ActionInsertFactFieldsPageView

setAvailableFields

public void setAvailableFields(List<AvailableField> fields)
Specified by:
setAvailableFields in interface ActionInsertFactFieldsPageView

setChosenFields

public void setChosenFields(List<org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactCol52> fields)
Specified by:
setChosenFields in interface ActionInsertFactFieldsPageView

btnAddFactTypesClick

@UiHandler(value="btnAddFactTypes")
public void btnAddFactTypesClick(com.google.gwt.event.dom.client.ClickEvent event)

btnRemoveFactTypesClick

@UiHandler(value="btnRemoveFactTypes")
public void btnRemoveFactTypesClick(com.google.gwt.event.dom.client.ClickEvent event)

btnAddClick

@UiHandler(value="btnAdd")
public void btnAddClick(com.google.gwt.event.dom.client.ClickEvent event)

btnRemoveClick

@UiHandler(value="btnRemove")
public void btnRemoveClick(com.google.gwt.event.dom.client.ClickEvent event)

Drools Workbench - Guided Decision Table Editor - Client 6.2.0.CR3

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