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

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

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.ActionSetFieldsPageViewImpl
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, ActionSetFieldsPageView, RequiresValidator, org.uberfire.client.mvp.UberView<ActionSetFieldsPageView.Presenter>

@Dependent
public class ActionSetFieldsPageViewImpl
extends com.google.gwt.user.client.ui.Composite
implements ActionSetFieldsPageView

An implementation of the ActionSetFields 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.ActionSetFieldsPageView
ActionSetFieldsPageView.Presenter
 
Field Summary
protected  com.google.gwt.user.client.ui.ScrollPanel availableFieldsContainer
           
protected  com.google.gwt.user.client.ui.ScrollPanel availablePatternsContainer
           
protected  com.google.gwt.user.client.ui.PushButton btnAdd
           
protected  com.google.gwt.user.client.ui.PushButton btnRemove
           
protected  com.google.gwt.user.client.ui.ScrollPanel chosenFieldsContainer
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
ActionSetFieldsPageViewImpl()
           
 
Method Summary
 void btnAddClick(com.google.gwt.event.dom.client.ClickEvent event)
           
 void btnRemoveClick(com.google.gwt.event.dom.client.ClickEvent event)
           
 void init(ActionSetFieldsPageView.Presenter presenter)
           
 void setAreActionSetFieldsDefined(boolean areActionSetFieldsDefined)
           
 void setArePatternBindingsUnique(boolean arePatternBindingsUnique)
           
 void setAvailableFields(List<AvailableField> fields)
           
 void setAvailablePatterns(List<org.drools.workbench.models.guided.dtable.shared.model.Pattern52> patterns)
           
 void setChosenFields(List<org.drools.workbench.models.guided.dtable.shared.model.ActionSetFieldCol52> fields)
           
 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

availablePatternsContainer

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

availableFieldsContainer

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

chosenFieldsContainer

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

btnAdd

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

btnRemove

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

ActionSetFieldsPageViewImpl

public ActionSetFieldsPageViewImpl()
Method Detail

setup

@PostConstruct
public void setup()

setValidator

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

init

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

setDTCellValueWidgetFactory

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

setArePatternBindingsUnique

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

setAreActionSetFieldsDefined

public void setAreActionSetFieldsDefined(boolean areActionSetFieldsDefined)
Specified by:
setAreActionSetFieldsDefined in interface ActionSetFieldsPageView

setAvailablePatterns

public void setAvailablePatterns(List<org.drools.workbench.models.guided.dtable.shared.model.Pattern52> patterns)
Specified by:
setAvailablePatterns in interface ActionSetFieldsPageView

setAvailableFields

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

setChosenFields

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

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.CR2

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